- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 2,266 for host:doc.rust-lang.org (0.04 sec)
-
simd_relaxed_fma in std::intrinsics::simd - Rust
Computes `(x*y) + z` for each element, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.doc.rust-lang.org/std/intrinsics/simd/fn.simd_relaxed_fma.htmlRegistered: Wed Nov 05 03:24:24 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4.3K bytes - Viewed (0) -
simd_round in std::intrinsics::simd - Rust
Rounds each element to the closest integer-valued float. Ties are resolved by rounding away from 0.doc.rust-lang.org/std/intrinsics/simd/fn.simd_round.htmlRegistered: Wed Nov 05 03:23:32 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 3.7K bytes - Viewed (0) -
volatile_load in std::intrinsics - Rust
Performs a volatile load from the `src` pointer.doc.rust-lang.org/std/intrinsics/fn.volatile_load.htmlRegistered: Wed Nov 05 03:25:47 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 3.7K bytes - Viewed (0) -
unreachable in std::intrinsics - Rust
Informs the optimizer that this point in the code is not reachable, enabling further optimizations.doc.rust-lang.org/std/intrinsics/fn.unreachable.htmlRegistered: Wed Nov 05 03:26:34 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 3.9K bytes - Viewed (0) -
empty in std::io - Rust
Creates a value that is always at EOF for reads, and ignores all data written.doc.rust-lang.org/std/io/fn.empty.htmlRegistered: Wed Nov 05 03:27:30 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 6.8K bytes - Viewed (0) -
unchecked_funnel_shl in std::intrinsics - Rust
Funnel Shift left.doc.rust-lang.org/std/intrinsics/fn.unchecked_funnel_shl.htmlRegistered: Wed Nov 05 03:27:02 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4.4K bytes - Viewed (0) -
unchecked_div in std::intrinsics - Rust
Performs an unchecked division, resulting in undefined behavior where `y == 0` or `x == T::MIN && y == -1`doc.rust-lang.org/std/intrinsics/fn.unchecked_div.htmlRegistered: Wed Nov 05 03:27:59 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4K bytes - Viewed (0) -
volatile_copy_memory in std::intrinsics - Rust
Equivalent to the appropriate `llvm.memmove.p0i8.0i8.*` intrinsic, with a size of `count * size_of::<T>()` and an alignment of `align_of::<T>()`.doc.rust-lang.org/std/intrinsics/fn.volatile_copy_memory.htmlRegistered: Wed Nov 05 03:28:14 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4.1K bytes - Viewed (0) -
variance in std::marker - Rust
Construct a variance marker; equivalent to `Default::default`.doc.rust-lang.org/std/marker/fn.variance.htmlRegistered: Wed Nov 05 03:30:22 UTC 2025 - Last Modified: Thu Oct 30 18:22:28 UTC 2025 - 6.2K bytes - Viewed (0) -
copy in std::mem - Rust
Bitwise-copies a value.doc.rust-lang.org/std/mem/fn.copy.htmlRegistered: Wed Nov 05 03:30:31 UTC 2025 - Last Modified: Thu Oct 30 18:22:28 UTC 2025 - 5.1K bytes - Viewed (0)