Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2001 - 2010 of 2,342 for host:doc.rust-lang.org (0.08 sec)

  1. copysignf64 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf64.html
    Registered: Wed Apr 16 02:12:48 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. 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 Apr 16 02:12:54 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. atomic_singlethreadfence_acqrel in std::intrins...

    A compiler-only memory barrier.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_acqrel.html
    Registered: Wed Apr 16 02:05:52 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. 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
    Registered: Wed Apr 16 02:19:41 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. nearbyintf16 in std::intrinsics - Rust

    Returns the nearest integer to an `f16`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.nearbyintf16.html
    Registered: Wed Apr 16 02:19:44 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. ptr_metadata in std::intrinsics - Rust

    Lowers in MIR to `Rvalue::UnaryOp` with `UnOp::PtrMetadata`.
    doc.rust-lang.org/std/intrinsics/fn.ptr_metadata.html
    Registered: Wed Apr 16 02:19:47 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. 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: Wed Apr 16 02:19:51 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. ptr_offset_from in std::intrinsics - Rust

    See documentation of `<*const T>::offset_from` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from.html
    Registered: Wed Apr 16 02:19:14 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. ptr_offset_from_unsigned in std::intrinsics - Rust

    See documentation of `<*const T>::sub_ptr` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from_unsigned.html
    Registered: Wed Apr 16 02:19:18 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. 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: Wed Apr 16 02:18:28 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top