- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 2,271 for host:doc.rust-lang.org (0.21 sec)
-
copysignf16 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f16` values.doc.rust-lang.org/std/intrinsics/fn.copysignf16.htmlRegistered: Fri Dec 26 02:21:27 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.7K bytes - Viewed (0) -
atomic_nand in std::intrinsics - Rust
Bitwise nand with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_nand.htmlRegistered: Fri Dec 26 02:19:16 UTC 2025 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 4.6K bytes - Viewed (0) -
select_unpredictable in std::intrinsics - Rust
Returns either `true_val` or `false_val` depending on condition `b` with a hint to the compiler that this condition is unlikely to be correctly predicted by a CPU’s branch predictor (e.g. a binary search).doc.rust-lang.org/std/intrinsics/fn.select_unpredictable.htmlRegistered: Fri Dec 26 02:33:27 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.4K bytes - Viewed (0) -
simd_fsin in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fsin.htmlRegistered: Fri Dec 26 02:33:37 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.5K bytes - Viewed (0) -
rustc_peek in std::intrinsics - Rust
Magic intrinsic that derives its meaning from attributes attached to the function.doc.rust-lang.org/std/intrinsics/fn.rustc_peek.htmlRegistered: Fri Dec 26 02:32:57 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.8K bytes - Viewed (0) -
simd_ne in std::intrinsics::simd - Rust
Tests elementwise inequality equality of two vectors.doc.rust-lang.org/std/intrinsics/simd/fn.simd_ne.htmlRegistered: Fri Dec 26 02:34:25 UTC 2025 - Last Modified: Thu Dec 11 14:50:39 UTC 2025 - 3.8K bytes - Viewed (0) -
from_ptr_range in std::slice - Rust
Forms a slice from a pointer range.doc.rust-lang.org/std/slice/fn.from_ptr_range.htmlRegistered: Fri Dec 26 02:49:42 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 7.3K bytes - Viewed (0) -
from_raw_parts in std::slice - Rust
Forms a slice from a pointer and a length.doc.rust-lang.org/std/slice/fn.from_raw_parts.htmlRegistered: Fri Dec 26 02:49:45 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 12.8K bytes - Viewed (0) -
zeroed in std::mem - Rust
Returns the value of type `T` represented by the all-zero byte-pattern.doc.rust-lang.org/std/mem/fn.zeroed.htmlRegistered: Fri Dec 26 02:48:11 UTC 2025 - Last Modified: Thu Dec 11 14:50:40 UTC 2025 - 6.1K bytes - Viewed (0) -
slice_from_raw_parts_mut in std::ptr - Rust
Forms a raw mutable slice from a pointer and a length.doc.rust-lang.org/std/ptr/fn.slice_from_raw_parts_mut.htmlRegistered: Fri Dec 26 02:48:33 UTC 2025 - Last Modified: Thu Dec 11 14:50:42 UTC 2025 - 6.9K bytes - Viewed (0)