- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 2,342 for host:doc.rust-lang.org (0.03 sec)
-
maxnumf16 in std::intrinsics - Rust
Returns the maximum of two `f16` values.doc.rust-lang.org/std/intrinsics/fn.maxnumf16.htmlRegistered: Wed Apr 16 02:17:25 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4K bytes - Viewed (0) -
likely in std::intrinsics - Rust
Hints to the compiler that branch condition is likely to be true. Returns the value passed to it.doc.rust-lang.org/std/intrinsics/fn.likely.htmlRegistered: Wed Apr 16 02:17:38 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.1K bytes - Viewed (0) -
simd_div in std::intrinsics::simd - Rust
Divides `lhs` by `rhs` elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_div.htmlRegistered: Wed Apr 16 02:22:45 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4.2K bytes - Viewed (0) -
simd_fexp2 in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp2.htmlRegistered: Wed Apr 16 02:23:33 UTC 2025 - Last Modified: Thu Apr 03 09:31:44 UTC 2025 - 3.6K bytes - Viewed (0) -
sinf128 in std::intrinsics - Rust
Returns the sine of an `f128`.doc.rust-lang.org/std/intrinsics/fn.sinf128.htmlRegistered: Wed Apr 16 02:23:37 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 3.7K bytes - Viewed (0) -
sqrtf16 in std::intrinsics - Rust
Returns the square root of an `f16`doc.rust-lang.org/std/intrinsics/fn.sqrtf16.htmlRegistered: Wed Apr 16 02:23:43 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 3.7K bytes - Viewed (0) -
atomic_xor_acqrel in std::intrinsics - Rust
Bitwise xor with the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_xor_acqrel.htmlRegistered: Wed Apr 16 02:10:12 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.3K bytes - Viewed (0) -
ub_checks in std::intrinsics - Rust
Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.doc.rust-lang.org/std/intrinsics/fn.ub_checks.htmlRegistered: Wed Apr 16 02:25:18 UTC 2025 - Last Modified: Thu Apr 03 09:31:37 UTC 2025 - 5.1K bytes - Viewed (0) -
simd_eq in std::intrinsics::simd - Rust
Tests elementwise equality of two vectors.doc.rust-lang.org/std/intrinsics/simd/fn.simd_eq.htmlRegistered: Wed Apr 16 02:25:22 UTC 2025 - Last Modified: Thu Apr 03 09:31:43 UTC 2025 - 3.9K bytes - Viewed (0) -
simd_ctpop in std::intrinsics::simd - Rust
Counts the number of ones in each element.doc.rust-lang.org/std/intrinsics/simd/fn.simd_ctpop.htmlRegistered: Wed Apr 16 02:24:49 UTC 2025 - Last Modified: Thu Apr 03 09:31:43 UTC 2025 - 3.7K bytes - Viewed (0)