- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1061 - 1070 of 2,342 for host:doc.rust-lang.org (0.03 sec)
-
ctlz_nonzero in std::intrinsics - Rust
Like `ctlz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.doc.rust-lang.org/std/intrinsics/fn.ctlz_nonzero.htmlRegistered: Wed Apr 16 02:12:25 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 5.1K 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 16 02:12:31 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
fadd_fast in std::intrinsics - Rust
Float addition that allows optimizations based on algebraic rules. May assume inputs are finite.doc.rust-lang.org/std/intrinsics/fn.fadd_fast.htmlRegistered: Wed Apr 16 02:12:34 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
exp2f128 in std::intrinsics - Rust
Returns 2 raised to the power of an `f128`.doc.rust-lang.org/std/intrinsics/fn.exp2f128.htmlRegistered: Wed Apr 16 02:12:41 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
atomic_load_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 `src.read()`, i.e., it performs a non-atomic read.doc.rust-lang.org/std/intrinsics/fn.atomic_load_unordered.htmlRegistered: Wed Apr 16 02:07:56 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4.1K 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 16 02:08:11 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 4.3K bytes - Viewed (0) -
atomic_nand_acquire in std::intrinsics - Rust
Bitwise nand with the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_nand_acquire.htmlRegistered: Wed Apr 16 02:08:17 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4.4K bytes - Viewed (0) -
atomic_xchg_acquire in std::intrinsics - Rust
Stores the value at the specified memory location, returning the old value.doc.rust-lang.org/std/intrinsics/fn.atomic_xchg_acquire.htmlRegistered: Wed Apr 16 02:08:50 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.3K bytes - Viewed (0) -
const_allocate in std::intrinsics - Rust
Allocates a block of memory at compile time. At runtime, just returns a null pointer.doc.rust-lang.org/std/intrinsics/fn.const_allocate.htmlRegistered: Wed Apr 16 02:10:29 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.3K bytes - Viewed (0) -
breakpoint in std::intrinsics - Rust
Executes a breakpoint trap, for inspection by a debugger.doc.rust-lang.org/std/intrinsics/fn.breakpoint.htmlRegistered: Wed Apr 16 02:10:42 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.6K bytes - Viewed (0)