- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 2,342 for host:doc.rust-lang.org (0.06 sec)
-
atomic_cxchgweak_release_relaxed in std::intrin...
Stores a value if the current value is the same as the `old` value.doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_release_relaxed.htmlRegistered: Wed Apr 30 02:05:01 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 4.7K bytes - Viewed (0) -
black_box in std::hint - Rust
An identity function that hints to the compiler to be maximally pessimistic about what `black_box` could do.doc.rust-lang.org/std/hint/fn.black_box.htmlRegistered: Wed Apr 30 02:06:01 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 17.3K bytes - Viewed (0) -
atomic_min_acqrel in std::intrinsics - Rust
Minimum with the current value using a signed comparison.doc.rust-lang.org/std/intrinsics/fn.atomic_min_acqrel.htmlRegistered: Wed Apr 30 02:03:16 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 4.3K bytes - Viewed (0) -
atomic_min_relaxed in std::intrinsics - Rust
Minimum with the current value using a signed comparison.doc.rust-lang.org/std/intrinsics/fn.atomic_min_relaxed.htmlRegistered: Wed Apr 30 02:07:04 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 4.3K bytes - Viewed (0) -
copysignf128 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f128` values.doc.rust-lang.org/std/intrinsics/fn.copysignf128.htmlRegistered: Wed Apr 30 02:07:16 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 3.9K bytes - Viewed (0) -
exp2f64 in std::intrinsics - Rust
Returns 2 raised to the power of an `f64`.doc.rust-lang.org/std/intrinsics/fn.exp2f64.htmlRegistered: Wed Apr 30 02:08:48 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
ceilf128 in std::intrinsics - Rust
Returns the smallest integer greater than or equal to an `f128`.doc.rust-lang.org/std/intrinsics/fn.ceilf128.htmlRegistered: Wed Apr 30 02:08:17 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
atomic_umin_acquire in std::intrinsics - Rust
Minimum with the current value using an unsigned comparison.doc.rust-lang.org/std/intrinsics/fn.atomic_umin_acquire.htmlRegistered: Wed Apr 30 02:07:32 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.3K bytes - Viewed (0) -
fadd_algebraic in std::intrinsics - Rust
Float addition that allows optimizations based on algebraic rules.doc.rust-lang.org/std/intrinsics/fn.fadd_algebraic.htmlRegistered: Wed Apr 30 02:07:46 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
atomic_store_unordered in std::intrinsics - Rust
Do NOT use this intrinsic; “unordered” operations do not exist in our memory model! In terms of the Rust Abstract Machine, this operation is equivalent to `dst.write(val)`, i.e., it performs a non-atomic write.doc.rust-lang.org/std/intrinsics/fn.atomic_store_unordered.htmlRegistered: Wed Apr 30 02:08:58 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.1K bytes - Viewed (0)