- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1081 - 1090 of 2,191 for host:doc.rust-lang.org (0.04 sec)
-
unchecked_add in std::intrinsics - Rust
Returns the result of an unchecked addition, resulting in undefined behavior when `x + y > T::MAX` or `x + y < T::MIN`.doc.rust-lang.org/std/intrinsics/fn.unchecked_add.htmlRegistered: Fri Nov 15 02:31:18 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.4K bytes - Viewed (0) -
simd_rem in std::intrinsics::simd - Rust
Returns remainder of two vectors elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_rem.htmlRegistered: Fri Nov 15 02:29:28 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4K bytes - Viewed (0) -
simd_flog in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog.htmlRegistered: Fri Nov 15 02:29:35 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.7K bytes - Viewed (0) -
simd_arith_offset in std::intrinsics::simd - Rust
Calculates the offset from a pointer vector elementwise, potentially wrapping.doc.rust-lang.org/std/intrinsics/simd/fn.simd_arith_offset.htmlRegistered: Fri Nov 15 02:30:43 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4.1K bytes - Viewed (0) -
simd_extract in std::intrinsics::simd - Rust
Extracts an element from a vector.doc.rust-lang.org/std/intrinsics/simd/fn.simd_extract.htmlRegistered: Fri Nov 15 02:30:25 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4K bytes - Viewed (0) -
simd_reduce_add_unordered in std::intrinsics::s...
Adds elements within a vector in arbitrary order. May also be re-associated with unordered additions on the inputs/outputs.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_add_unordered.htmlRegistered: Fri Nov 15 02:30:29 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4.1K bytes - Viewed (0) -
align_of_val in std::mem - Rust
Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.doc.rust-lang.org/std/mem/fn.align_of_val.htmlRegistered: Fri Nov 15 02:37:01 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 4.7K bytes - Viewed (0) -
volatile_copy_nonoverlapping_memory in std::int...
Equivalent to the appropriate `llvm.memcpy.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_nonoverlapping_memory.htmlRegistered: Fri Nov 15 02:37:04 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.3K bytes - Viewed (0) -
c_ushort in std::ffi - Rust
Equivalent to C’s `unsigned short` type.doc.rust-lang.org/std/ffi/type.c_ushort.htmlRegistered: Fri Nov 15 02:41:13 UTC 2024 - Last Modified: Thu Oct 17 16:29:25 UTC 2024 - 3.9K bytes - Viewed (0) -
spin_loop_hint in std::sync::atomic - Rust
Signals the processor that it is inside a busy-wait spin-loop (“spin lock”).doc.rust-lang.org/std/sync/atomic/fn.spin_loop_hint.htmlRegistered: Fri Nov 15 02:45:04 UTC 2024 - Last Modified: Thu Oct 17 16:29:40 UTC 2024 - 3.9K bytes - Viewed (0)