Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 891 - 900 of 2,385 for host:doc.rust-lang.org (0.08 seconds)

  1. ptr_offset_from_unsigned in std::intrinsics - Rust

    See documentation of `<*const T>::offset_from_unsigned` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from_unsigned.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  2. 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
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  3. mul_with_overflow in std::intrinsics - Rust

    Performs checked integer multiplication
    doc.rust-lang.org/std/intrinsics/fn.mul_with_overflow.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  4. powf32 in std::intrinsics - Rust

    Raises an `f32` to an `f32` power.
    doc.rust-lang.org/std/intrinsics/fn.powf32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  5. 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
    Thu May 28 17:42:11 GMT 2026
      5K bytes
  6. 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
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  7. 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
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  8. nontemporal_store in std::intrinsics - Rust

    Emits a `nontemporal` store, which gives a hint to the CPU that the data should not be held in cache. Except for performance, this is fully equivalent to `ptr.write(val)`.
    doc.rust-lang.org/std/intrinsics/fn.nontemporal_store.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  9. sve_tuple_create3 in std::intrinsics::simd::sca...

    Create a tuple of three vectors.
    doc.rust-lang.org/std/intrinsics/simd/scalable/fn.sve_tuple_create3.html
    Thu May 28 17:42:12 GMT 2026
      4.1K bytes
  10. simd_bswap in std::intrinsics::simd - Rust

    Swaps bytes of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bswap.html
    Thu May 28 17:42:11 GMT 2026
      3.6K bytes
Back to Top