- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1881 - 1890 of 2,191 for host:doc.rust-lang.org (0.11 sec)
-
atomic_nand_release in std::intrinsics - Rust
Bitwise nand with the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_nand_release.htmlRegistered: Mon Nov 25 08:37:48 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.5K bytes - Viewed (0) -
fabsf32 in std::intrinsics - Rust
Returns the absolute value of an `f32`.doc.rust-lang.org/std/intrinsics/fn.fabsf32.htmlRegistered: Mon Nov 25 10:49:27 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.8K bytes - Viewed (0) -
ctpop in std::intrinsics - Rust
Returns the number of bits set in an integer type `T`doc.rust-lang.org/std/intrinsics/fn.ctpop.htmlRegistered: Mon Nov 25 11:24:02 UTC 2024 - Last Modified: Thu Oct 17 16:29:30 UTC 2024 - 4.3K bytes - Viewed (0) -
Variant in std::intrinsics::mir - Rust
Adds a variant projection with the given index to the place.doc.rust-lang.org/std/intrinsics/mir/fn.Variant.htmlRegistered: Mon Nov 25 12:51:46 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.9K 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: Mon Nov 25 13:32:48 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.2K 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: Mon Nov 25 13:30:01 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.9K bytes - Viewed (0) -
simd_saturating_add in std::intrinsics::simd - ...
Adds two simd vectors elementwise, with saturation.doc.rust-lang.org/std/intrinsics/simd/fn.simd_saturating_add.htmlRegistered: Mon Nov 25 13:25:59 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.8K bytes - Viewed (0) -
min_align_of in std::mem - Rust
Returns the ABI-required minimum alignment of a type in bytes.doc.rust-lang.org/std/mem/fn.min_align_of.htmlRegistered: Mon Nov 25 13:36:36 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 4.5K bytes - Viewed (0) -
simd_reduce_all in std::intrinsics::simd - Rust
Checks if all mask values are true.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_all.htmlRegistered: Mon Nov 25 13:35:44 UTC 2024 - Last Modified: Thu Oct 17 16:29:35 UTC 2024 - 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 `min_align_of::<T>()`doc.rust-lang.org/std/intrinsics/fn.volatile_copy_memory.htmlRegistered: Mon Nov 25 13:40:18 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.3K bytes - Viewed (0)