Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1971 - 1980 of 2,271 for host:doc.rust-lang.org (0.06 sec)

  1. 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: Mon Jan 05 03:07:39 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. 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: Mon Jan 05 03:13:14 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. 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: Mon Jan 05 03:16:13 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. ptr_mask in std::intrinsics - Rust

    Masks out bits of the pointer according to a mask.
    doc.rust-lang.org/std/intrinsics/fn.ptr_mask.html
    Registered: Mon Jan 05 03:16:31 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  5. simd_bswap in std::intrinsics::simd - Rust

    Swaps bytes of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bswap.html
    Registered: Mon Jan 05 03:16:34 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  6. raw_eq in std::intrinsics - Rust

    Determines whether the raw bytes of the two values are equal.
    doc.rust-lang.org/std/intrinsics/fn.raw_eq.html
    Registered: Mon Jan 05 03:15:19 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  7. prefetch_write_data in std::intrinsics - Rust

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction for the given address if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_write_data.html
    Registered: Mon Jan 05 03:16:02 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. simd_fexp in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp.html
    Registered: Mon Jan 05 03:15:01 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  9. i64x1 in std::simd::prelude - Rust

    A SIMD vector with one element of type `i64`.
    doc.rust-lang.org/std/simd/prelude/type.i64x1.html
    Registered: Mon Jan 05 03:39:56 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. i8x16 in std::simd - Rust

    A SIMD vector with 16 elements of type `i8`.
    doc.rust-lang.org/std/simd/type.i8x16.html
    Registered: Mon Jan 05 03:40:39 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top