Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. forget in std::intrinsics - Rust

    Moves a value out of scope without running drop glue.
    doc.rust-lang.org/std/intrinsics/fn.forget.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  2. expf16 in std::intrinsics - Rust

    Returns the exponential of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.expf16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  3. fmul_algebraic in std::intrinsics - Rust

    Float multiplication that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fmul_algebraic.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  4. frem_algebraic in std::intrinsics - Rust

    Float remainder that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.frem_algebraic.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  5. likely in std::intrinsics - Rust

    Hints to the compiler that branch condition is likely to be true. Returns the value passed to it.
    doc.rust-lang.org/std/intrinsics/fn.likely.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  6. log2f64 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.log2f64.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  7. log10f32 in std::intrinsics - Rust

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

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

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

    Returns the base 2 logarithm of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.log2f16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
Back to Top