- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1791 - 1800 of 2,333 for host:doc.rust-lang.org (0.07 sec)
-
bitreverse in std::intrinsics - Rust
Reverses the bits in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.bitreverse.htmlRegistered: Mon Jun 16 02:34:24 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.1K bytes - Viewed (0) -
atomic_singlethreadfence_acquire in std::intrin...
A compiler-only memory barrier.doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_acquire.htmlRegistered: Mon Jun 16 02:34:45 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0) -
atomic_singlethreadfence_seqcst in std::intrins...
A compiler-only memory barrier.doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_seqcst.htmlRegistered: Mon Jun 16 02:34:49 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.2K bytes - Viewed (0) -
atomic_xsub_release in std::intrinsics - Rust
Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_release.htmlRegistered: Mon Jun 16 02:32:39 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.8K bytes - Viewed (0) -
simd_reduce_xor in std::intrinsics::simd - Rust
Logical “exclusive ors” all elements together.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_xor.htmlRegistered: Mon Jun 16 02:53:56 UTC 2025 - Last Modified: Thu May 15 17:17:45 UTC 2025 - 3.8K bytes - Viewed (0) -
simd_fmin in std::intrinsics::simd - Rust
Returns the minimum of two vectors, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmin.htmlRegistered: Mon Jun 16 02:54:21 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 3.8K bytes - Viewed (0) -
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.htmlRegistered: Mon Jun 16 02:52:41 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K 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 Jun 16 02:52:57 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.7K bytes - Viewed (0) -
sinf16 in std::intrinsics - Rust
Returns the sine of an `f16`.doc.rust-lang.org/std/intrinsics/fn.sinf16.htmlRegistered: Mon Jun 16 02:53:00 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.7K bytes - Viewed (0) -
simd_gt in std::intrinsics::simd - Rust
Tests if `x` is greater than `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_gt.htmlRegistered: Mon Jun 16 02:52:38 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 3.9K bytes - Viewed (0)