- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1521 - 1530 of 2,191 for host:doc.rust-lang.org (0.04 sec)
-
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.htmlRegistered: Mon Nov 25 13:20:18 UTC 2024 - Last Modified: Thu Oct 17 16:29:33 UTC 2024 - 4.1K bytes - Viewed (0) -
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.htmlRegistered: Mon Nov 25 13:20:25 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.4K bytes - Viewed (0) -
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.htmlRegistered: Mon Nov 25 13:19:50 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4K bytes - Viewed (0) -
truncf16 in std::intrinsics - Rust
Returns the integer part of an `f16`.doc.rust-lang.org/std/intrinsics/fn.truncf16.htmlRegistered: Mon Nov 25 13:19:18 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
sqrtf32 in std::intrinsics - Rust
Returns the square root of an `f32`doc.rust-lang.org/std/intrinsics/fn.sqrtf32.htmlRegistered: Mon Nov 25 13:20:46 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
bitreverse in std::intrinsics - Rust
Reverses the bits in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.bitreverse.htmlRegistered: Mon Nov 25 10:08:15 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.3K bytes - Viewed (0) -
floorf64 in std::intrinsics - Rust
Returns the largest integer less than or equal to an `f64`.doc.rust-lang.org/std/intrinsics/fn.floorf64.htmlRegistered: Mon Nov 25 11:23:35 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.9K bytes - Viewed (0) -
exp2f32 in std::intrinsics - Rust
Returns 2 raised to the power of an `f32`.doc.rust-lang.org/std/intrinsics/fn.exp2f32.htmlRegistered: Mon Nov 25 11:24:37 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.8K bytes - Viewed (0) -
cttz_nonzero in std::intrinsics - Rust
Like `cttz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.doc.rust-lang.org/std/intrinsics/fn.cttz_nonzero.htmlRegistered: Mon Nov 25 11:06:15 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 5K bytes - Viewed (0) -
ptr_offset_from in std::intrinsics - Rust
See documentation of `<*const T>::offset_from` for details.doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from.htmlRegistered: Mon Nov 25 13:07:02 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4K bytes - Viewed (0)