- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 2,276 for host:doc.rust-lang.org (0.02 sec)
-
simd_ge in std::intrinsics::simd - Rust
Tests if `x` is greater than or equal to `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_ge.htmlRegistered: Fri Dec 12 02:50:02 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.8K bytes - Viewed (0) -
transmute_unchecked in std::intrinsics - Rust
Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behavior at runtime.doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.htmlRegistered: Fri Dec 12 02:48:54 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.1K 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: Fri Dec 12 02:50:18 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 5K bytes - Viewed (0) -
i64x64 in std::simd - Rust
A SIMD vector with 64 elements of type `i64`.doc.rust-lang.org/std/simd/type.i64x64.htmlRegistered: Fri Dec 12 03:07:00 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.1K bytes - Viewed (0) -
f32x1 in std::simd - Rust
A SIMD vector with one element of type `f32`.doc.rust-lang.org/std/simd/type.f32x1.htmlRegistered: Fri Dec 12 03:07:26 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.1K bytes - Viewed (0) -
MIN_10_EXP in std::f32 - Rust
Minimum possible normal power of 10 exponent. Use `f32::MIN_10_EXP` instead.doc.rust-lang.org/std/f32/constant.MIN_10_EXP.htmlRegistered: Fri Dec 12 03:24:52 UTC 2025 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 4.6K bytes - Viewed (0) -
FRAC_1_SQRT_PI in std::f128::consts - Rust
1/sqrt(π)doc.rust-lang.org/std/f128/consts/constant.FRAC_1_SQRT_PI.htmlRegistered: Fri Dec 12 03:24:58 UTC 2025 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 3.7K bytes - Viewed (0) -
FRAC_1_PI in std::f16::consts - Rust
1/πdoc.rust-lang.org/std/f16/consts/constant.FRAC_1_PI.htmlRegistered: Fri Dec 12 03:25:03 UTC 2025 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 3.6K bytes - Viewed (0) -
PHI in std::f128::consts - Rust
The golden ratio (φ)doc.rust-lang.org/std/f128/consts/constant.PHI.htmlRegistered: Fri Dec 12 03:25:11 UTC 2025 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 3.6K bytes - Viewed (0) -
PI in std::f16::consts - Rust
Archimedes’ constant (π)doc.rust-lang.org/std/f16/consts/constant.PI.htmlRegistered: Fri Dec 12 03:25:18 UTC 2025 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 3.6K bytes - Viewed (0)