Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1121 - 1130 of 2,271 for host:doc.rust-lang.org (0.06 sec)

  1. simd_flog2 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog2.html
    Registered: Fri Dec 26 02:34:19 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  2. simd_fmax in std::intrinsics::simd - Rust

    Returns the maximum of two vectors, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmax.html
    Registered: Fri Dec 26 02:34:22 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. simd_masked_store in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_masked_store.html
    Registered: Fri Dec 26 02:33:24 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. fmuladdf128 in std::intrinsics - Rust

    Returns `a * b + c` for `f128` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
    doc.rust-lang.org/std/intrinsics/fn.fmuladdf128.html
    Registered: Fri Dec 26 02:26:48 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. fadd_fast in std::intrinsics - Rust

    Float addition that allows optimizations based on algebraic rules. Requires that inputs and output of the operation are finite, causing UB otherwise.
    doc.rust-lang.org/std/intrinsics/fn.fadd_fast.html
    Registered: Fri Dec 26 02:26:59 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. log2f128 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.log2f128.html
    Registered: Fri Dec 26 02:24:40 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  7. exp2f128 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f128.html
    Registered: Fri Dec 26 02:24:50 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. fmul_fast in std::intrinsics - Rust

    Float multiplication that allows optimizations based on algebraic rules. Requires that inputs and output of the operation are finite, causing UB otherwise.
    doc.rust-lang.org/std/intrinsics/fn.fmul_fast.html
    Registered: Fri Dec 26 02:24:56 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. offset in std::intrinsics - Rust

    Calculates the offset from a pointer.
    doc.rust-lang.org/std/intrinsics/fn.offset.html
    Registered: Fri Dec 26 02:27:51 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  10. TailCall in std::intrinsics::mir - Rust

    Call a function.
    doc.rust-lang.org/std/intrinsics/mir/fn.TailCall.html
    Registered: Fri Dec 26 02:27:55 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
Back to top