- Sort Score
- Num 10 results
- Language All
- Labels All
Results 911 - 920 of 2,385 for host:doc.rust-lang.org (0.06 seconds)
-
simd_shr in std::intrinsics::simd - Rust
Shifts vector right elementwise, with UB on overflow.doc.rust-lang.org/std/intrinsics/simd/fn.simd_shr.htmlThu May 28 17:42:12 GMT 2026 4.1K bytes -
simd_reduce_any in std::intrinsics::simd - Rust
Checks if any mask value is true.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_any.htmlThu May 28 17:42:12 GMT 2026 4.1K bytes -
sinf32 in std::intrinsics - Rust
Returns the sine of an `f32`.doc.rust-lang.org/std/intrinsics/fn.sinf32.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
typed_swap_nonoverlapping in std::intrinsics - ...
Non-overlapping typed swap of a single value.doc.rust-lang.org/std/intrinsics/fn.typed_swap_nonoverlapping.htmlThu May 28 17:42:11 GMT 2026 4.9K bytes -
unchecked_mul in std::intrinsics - Rust
Returns the result of an unchecked multiplication, resulting in undefined behavior when `x * y > T::MAX` or `x * y < T::MIN`.doc.rust-lang.org/std/intrinsics/fn.unchecked_mul.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
unchecked_shl in std::intrinsics - Rust
Performs an unchecked left shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.unchecked_shl.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
slice_get_unchecked in std::intrinsics - Rust
Projects to the `index`-th element of `slice_ptr`, as the same kind of pointer as the slice was provided – so `&mut [T] → &mut T`, `&[T] → &T`, `*mut [T] → *mut T`, or `*const [T] → *const T` – without a bounds check.doc.rust-lang.org/std/intrinsics/fn.slice_get_unchecked.htmlThu May 28 17:42:11 GMT 2026 5.1K bytes -
simd_xor in std::intrinsics::simd - Rust
“Exclusive ors” vectors elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_xor.htmlThu May 28 17:42:12 GMT 2026 3.6K bytes -
sqrtf32 in std::intrinsics - Rust
Returns the square root of an `f32`doc.rust-lang.org/std/intrinsics/fn.sqrtf32.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
unlikely in std::intrinsics - Rust
Hints to the compiler that branch condition is likely to be false. Returns the value passed to it.doc.rust-lang.org/std/intrinsics/fn.unlikely.htmlThu May 28 17:42:11 GMT 2026 4K bytes