- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1841 - 1850 of 2,271 for host:doc.rust-lang.org (0.23 sec)
-
vtable_size in std::intrinsics - Rust
The intrinsic will return the size stored in that vtable.doc.rust-lang.org/std/intrinsics/fn.vtable_size.htmlRegistered: Mon Jan 05 03:23:40 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.9K bytes - Viewed (0) -
mask32x4 in std::simd - Rust
A SIMD mask with four elements for vectors with 32-bit element types.doc.rust-lang.org/std/simd/type.mask32x4.htmlRegistered: Mon Jan 05 03:45:59 UTC 2026 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.3K bytes - Viewed (0) -
isizex1 in std::simd::prelude - Rust
A SIMD vector with one element of type `isize`.doc.rust-lang.org/std/simd/prelude/type.isizex1.htmlRegistered: Mon Jan 05 03:45:33 UTC 2026 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
i8x16 in std::simd::prelude - Rust
A SIMD vector with 16 elements of type `i8`.doc.rust-lang.org/std/simd/prelude/type.i8x16.htmlRegistered: Mon Jan 05 03:44:52 UTC 2026 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
isizex4 in std::simd::prelude - Rust
A SIMD vector with four elements of type `isize`.doc.rust-lang.org/std/simd/prelude/type.isizex4.htmlRegistered: Mon Jan 05 03:46:17 UTC 2026 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
minimumf32 in std::intrinsics - Rust
Returns the minimum (IEEE 754-2019 minimum) of two `f32` values.doc.rust-lang.org/std/intrinsics/fn.minimumf32.htmlRegistered: Mon Jan 05 03:09:16 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.8K bytes - Viewed (0) -
fabsf64 in std::intrinsics - Rust
Returns the absolute value of an `f64`.doc.rust-lang.org/std/intrinsics/fn.fabsf64.htmlRegistered: Mon Jan 05 03:09:26 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.6K bytes - Viewed (0) -
cttz_nonzero in std::intrinsics - Rust
Like `cttz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.doc.rust-lang.org/std/intrinsics/fn.cttz_nonzero.htmlRegistered: Mon Jan 05 03:09:38 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.9K bytes - Viewed (0) -
simd_fmin in std::intrinsics::simd - Rust
Returns the minimum of two vectors, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmin.htmlRegistered: Mon Jan 05 03:12:29 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.6K bytes - Viewed (0) -
nontemporal_store in std::intrinsics - Rust
Emits a `nontemporal` store, which gives a hint to the CPU that the data should not be held in cache. Except for performance, this is fully equivalent to `ptr.write(val)`.doc.rust-lang.org/std/intrinsics/fn.nontemporal_store.htmlRegistered: Mon Jan 05 03:11:54 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4K bytes - Viewed (0)