Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. UnwindContinue in std::intrinsics::mir - Rust

    An unwind action that continues unwinding.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindContinue.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  2. log2f32 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.log2f32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  3. 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
  4. 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)
  5. 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
  6. fsub_fast in std::intrinsics - Rust

    Float subtraction 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.fsub_fast.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  7. powf16 in std::intrinsics - Rust

    Raises an `f16` to an `f16` power.
    doc.rust-lang.org/std/intrinsics/fn.powf16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  8. powf128 in std::intrinsics - Rust

    Raises an `f128` to an `f128` power.
    doc.rust-lang.org/std/intrinsics/fn.powf128.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  9. Return in std::intrinsics::mir - Rust

    API documentation for the Rust `Return` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Return.html
    Thu May 28 17:42:11 GMT 2026
      3.5K bytes
  10. overflow_checks in std::intrinsics - Rust

    Returns whether we should perform some overflow-checking at runtime. This eventually evaluates to `cfg!(overflow_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has overflow checks enabled or carries the `#[rustc_inherit_overflow_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.
    doc.rust-lang.org/std/intrinsics/fn.overflow_checks.html
    Thu May 28 17:42:11 GMT 2026
      5.6K bytes
Back to Top