- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1391 - 1400 of 2,385 for host:doc.rust-lang.org (0.07 seconds)
-
simd_reduce_mul_ordered in std::intrinsics::sim...
Multiplies elements within a vector from left to right.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_mul_ordered.htmlThu May 28 17:42:12 GMT 2026 3.9K bytes -
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.htmlThu May 28 17:42:12 GMT 2026 4.3K bytes -
simd_le in std::intrinsics::simd - Rust
Tests if `x` is less than or equal to `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_le.htmlThu May 28 17:42:12 GMT 2026 3.9K bytes -
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.htmlThu May 28 17:42:12 GMT 2026 3.7K bytes -
size_of in std::intrinsics - Rust
The size of a type in bytes.doc.rust-lang.org/std/intrinsics/fn.size_of.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
size_of_val in std::intrinsics - Rust
The size of the referenced value in bytes.doc.rust-lang.org/std/intrinsics/fn.size_of_val.htmlThu May 28 17:42:11 GMT 2026 4.3K bytes -
simd_splat in std::intrinsics::simd - Rust
Creates a vector where every lane has the provided value.doc.rust-lang.org/std/intrinsics/simd/fn.simd_splat.htmlThu May 28 17:42:12 GMT 2026 3.7K bytes -
simd_trunc in std::intrinsics::simd - Rust
Returns the integer part of each element as an integer-valued float. In other words, non-integer values are truncated towards zero.doc.rust-lang.org/std/intrinsics/simd/fn.simd_trunc.htmlThu May 28 17:42:12 GMT 2026 3.8K bytes -
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.htmlThu May 28 17:42:11 GMT 2026 4K bytes -
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.htmlThu May 28 17:42:11 GMT 2026 4K bytes