Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1881 - 1890 of 2,266 for host:doc.rust-lang.org (0.03 sec)

  1. ptr_guaranteed_cmp in std::intrinsics - Rust

    See documentation of `<*const T>::guaranteed_eq` for details. Returns `2` if the result is unknown. Returns `1` if the pointers are guaranteed equal. Returns `0` if the pointers are guaranteed inequal.
    doc.rust-lang.org/std/intrinsics/fn.ptr_guaranteed_cmp.html
    Registered: Wed Nov 05 03:14:46 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. Assume in std::intrinsics::mir - Rust

    API documentation for the Rust `Assume` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Assume.html
    Registered: Wed Nov 05 03:13:01 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. round_ties_even_f32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f32.html
    Registered: Wed Nov 05 03:13:45 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. logf16 in std::intrinsics - Rust

    Returns the natural logarithm of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.logf16.html
    Registered: Wed Nov 05 03:13:52 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. floorf64 in std::intrinsics - Rust

    Returns the largest integer less than or equal to an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.floorf64.html
    Registered: Wed Nov 05 03:09:46 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. exp2f32 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f32.html
    Registered: Wed Nov 05 03:09:52 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  7. simd_bitreverse in std::intrinsics::simd - Rust

    Reverses bits of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitreverse.html
    Registered: Wed Nov 05 03:11:46 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  8. maxnumf64 in std::intrinsics - Rust

    Returns the maximum (IEEE 754-2008 maxNum) of two `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.maxnumf64.html
    Registered: Wed Nov 05 03:11:56 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. fmuladdf64 in std::intrinsics - Rust

    Returns `a * b + c` for `f64` 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.fmuladdf64.html
    Registered: Wed Nov 05 03:10:25 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. fabsf64 in std::intrinsics - Rust

    Returns the absolute value of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.fabsf64.html
    Registered: Wed Nov 05 03:06:31 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top