- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1971 - 1980 of 2,271 for host:doc.rust-lang.org (0.11 sec)
-
maxnumf64 in std::intrinsics - Rust
Returns the maximum (IEEE 754-2008 maxNum) of two `f64` values.doc.rust-lang.org/std/intrinsics/fn.maxnumf64.htmlRegistered: Mon Jan 05 03:07:39 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.9K bytes - Viewed (0) -
round_ties_even_f32 in std::intrinsics - Rust
Returns the nearest integer to an `f32`. Rounds half-way cases to the number with an even least significant digit.doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f32.htmlRegistered: Mon Jan 05 03:13:14 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.8K bytes - Viewed (0) -
ptr_guaranteed_cmp in std::intrinsics - Rust
See documentation of `<*const T>::guaranteed_eq` for details. Returns `2` if the result is unknown. Returns `1` if the pointers are guaranteed equal. Returns `0` if the pointers are guaranteed inequal.doc.rust-lang.org/std/intrinsics/fn.ptr_guaranteed_cmp.htmlRegistered: Mon Jan 05 03:16:13 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4K bytes - Viewed (0) -
ptr_mask in std::intrinsics - Rust
Masks out bits of the pointer according to a mask.doc.rust-lang.org/std/intrinsics/fn.ptr_mask.htmlRegistered: Mon Jan 05 03:16:31 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.9K bytes - Viewed (0) -
simd_bswap in std::intrinsics::simd - Rust
Swaps bytes of each element.doc.rust-lang.org/std/intrinsics/simd/fn.simd_bswap.htmlRegistered: Mon Jan 05 03:16:34 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.5K bytes - Viewed (0) -
raw_eq in std::intrinsics - Rust
Determines whether the raw bytes of the two values are equal.doc.rust-lang.org/std/intrinsics/fn.raw_eq.htmlRegistered: Mon Jan 05 03:15:19 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.9K bytes - Viewed (0) -
prefetch_write_data in std::intrinsics - Rust
The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction for the given address 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_write_data.htmlRegistered: Mon Jan 05 03:16:02 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.2K bytes - Viewed (0) -
simd_fexp in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp.htmlRegistered: Mon Jan 05 03:15:01 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.5K bytes - Viewed (0) -
i64x1 in std::simd::prelude - Rust
A SIMD vector with one element of type `i64`.doc.rust-lang.org/std/simd/prelude/type.i64x1.htmlRegistered: Mon Jan 05 03:39:56 UTC 2026 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
i8x16 in std::simd - Rust
A SIMD vector with 16 elements of type `i8`.doc.rust-lang.org/std/simd/type.i8x16.htmlRegistered: Mon Jan 05 03:40:39 UTC 2026 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.1K bytes - Viewed (0)