- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1061 - 1070 of 2,191 for host:doc.rust-lang.org (0.33 sec)
-
type_name in std::intrinsics - Rust
Gets a static string slice containing the name of a type.doc.rust-lang.org/std/intrinsics/fn.type_name.htmlRegistered: Fri Nov 15 02:32:20 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.1K bytes - Viewed (0) -
unaligned_volatile_store in std::intrinsics - Rust
Performs a volatile store to the `dst` pointer. The pointer is not required to be aligned.doc.rust-lang.org/std/intrinsics/fn.unaligned_volatile_store.htmlRegistered: Fri Nov 15 02:32:23 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.9K bytes - Viewed (0) -
simd_select in std::intrinsics::simd - Rust
Selects elements from a mask.doc.rust-lang.org/std/intrinsics/simd/fn.simd_select.htmlRegistered: Fri Nov 15 02:32:27 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4.3K bytes - Viewed (0) -
simd_shl in std::intrinsics::simd - Rust
Shifts vector left elementwise, with UB on overflow.doc.rust-lang.org/std/intrinsics/simd/fn.simd_shl.htmlRegistered: Fri Nov 15 02:32:30 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 4.1K bytes - Viewed (0) -
sqrtf128 in std::intrinsics - Rust
Returns the square root of an `f128`doc.rust-lang.org/std/intrinsics/fn.sqrtf128.htmlRegistered: Fri Nov 15 02:31:56 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
log2f128 in std::intrinsics - Rust
Returns the base 2 logarithm of an `f128`.doc.rust-lang.org/std/intrinsics/fn.log2f128.htmlRegistered: Fri Nov 15 02:20:27 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
Retag in std::intrinsics::mir - Rust
API documentation for the Rust `Retag` fn in crate `std`.doc.rust-lang.org/std/intrinsics/mir/fn.Retag.htmlRegistered: Fri Nov 15 02:25:40 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.5K bytes - Viewed (0) -
rintf64 in std::intrinsics - Rust
Returns the nearest integer to an `f64`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.doc.rust-lang.org/std/intrinsics/fn.rintf64.htmlRegistered: Fri Nov 15 02:25:49 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.4K bytes - Viewed (0) -
saturating_add in std::intrinsics - Rust
Computes `a + b`, saturating at numeric bounds.doc.rust-lang.org/std/intrinsics/fn.saturating_add.htmlRegistered: Fri Nov 15 02:26:02 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.3K bytes - Viewed (0) -
prefetch_read_instruction in std::intrinsics - ...
The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.doc.rust-lang.org/std/intrinsics/fn.prefetch_read_instruction.htmlRegistered: Fri Nov 15 02:24:46 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.4K bytes - Viewed (0)