- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2001 - 2010 of 2,342 for host:doc.rust-lang.org (0.11 sec)
-
copysignf64 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f64` values.doc.rust-lang.org/std/intrinsics/fn.copysignf64.htmlRegistered: Wed Apr 16 02:12:48 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.9K bytes - Viewed (0) -
exp2f32 in std::intrinsics - Rust
Returns 2 raised to the power of an `f32`.doc.rust-lang.org/std/intrinsics/fn.exp2f32.htmlRegistered: Wed Apr 16 02:12:54 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
atomic_singlethreadfence_acqrel in std::intrins...
A compiler-only memory barrier.doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_acqrel.htmlRegistered: Wed Apr 16 02:05:52 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.2K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 02:19:41 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4.2K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 02:19:44 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4K bytes - Viewed (0) -
ptr_metadata in std::intrinsics - Rust
Lowers in MIR to `Rvalue::UnaryOp` with `UnOp::PtrMetadata`.doc.rust-lang.org/std/intrinsics/fn.ptr_metadata.htmlRegistered: Wed Apr 16 02:19:47 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 02:19:51 UTC 2025 - Last Modified: Thu Apr 03 09:31:37 UTC 2025 - 4.1K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 02:19:14 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 3.8K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 02:19:18 UTC 2025 - Last Modified: Thu Apr 03 09:31:37 UTC 2025 - 3.8K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 02:18:28 UTC 2025 - Last Modified: Thu Apr 03 09:31:37 UTC 2025 - 5.1K bytes - Viewed (0)