Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 431 - 440 of 2,385 for host:doc.rust-lang.org (0.04 seconds)

  1. fmuladdf16 in std::intrinsics - Rust

    Returns `a * b + c` for `f16` 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.fmuladdf16.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  2. log10f128 in std::intrinsics - Rust

    Returns the base 10 logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.log10f128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  3. fabs in std::intrinsics - Rust

    Returns the absolute value of a floating-point value.
    doc.rust-lang.org/std/intrinsics/fn.fabs.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  4. fdiv_fast in std::intrinsics - Rust

    Float division 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.fdiv_fast.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  5. fdiv_algebraic in std::intrinsics - Rust

    Float division that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fdiv_algebraic.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  6. StorageLive in std::intrinsics::mir - Rust

    API documentation for the Rust `StorageLive` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.StorageLive.html
    Thu May 28 17:42:11 GMT 2026
      3.4K bytes
  7. maximum_number_nsz_f32 in std::intrinsics - Rust

    Returns the maximum of two `f32` values, ignoring NaN.
    doc.rust-lang.org/std/intrinsics/fn.maximum_number_nsz_f32.html
    Thu May 28 17:42:11 GMT 2026
      4.5K bytes
  8. Checked in std::intrinsics::mir - Rust

    API documentation for the Rust `Checked` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Checked.html
    Thu May 28 17:42:11 GMT 2026
      3.4K bytes
  9. maximum_number_nsz_f16 in std::intrinsics - Rust

    Returns the maximum of two `f16` values, ignoring NaN.
    doc.rust-lang.org/std/intrinsics/fn.maximum_number_nsz_f16.html
    Thu May 28 17:42:11 GMT 2026
      4.5K bytes
      Similar Results (2)
  10. Goto in std::intrinsics::mir - Rust

    API documentation for the Rust `Goto` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Goto.html
    Thu May 28 17:42:11 GMT 2026
      3.6K bytes
Back to Top