Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2101 - 2110 of 2,385 for host:doc.rust-lang.org (0.07 seconds)

  1. exp2f128 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  2. 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
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  3. fmaf16 in std::intrinsics - Rust

    Returns `a * b + c` for `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf16.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  4. exp2f64 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f64.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  5. frem_fast in std::intrinsics - Rust

    Float remainder 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.frem_fast.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  6. log2f128 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.log2f128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  7. 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
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  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
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  9. maximumf128 in std::intrinsics - Rust

    Returns the maximum of two `f128` values, propagating NaN.
    doc.rust-lang.org/std/intrinsics/fn.maximumf128.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  10. CastTransmute in std::intrinsics::mir - Rust

    Emits a `CastKind::Transmute` cast.
    doc.rust-lang.org/std/intrinsics/mir/fn.CastTransmute.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
Back to Top