- Sort Score
- Num 10 results
- Language All
- Labels All
Results 481 - 490 of 2,385 for host:doc.rust-lang.org (0.09 seconds)
-
simd_funnel_shl in std::intrinsics::simd - Rust
Funnel Shifts vector left elementwise, with UB on overflow.doc.rust-lang.org/std/intrinsics/simd/fn.simd_funnel_shl.htmlThu May 28 17:42:12 GMT 2026 4.5K bytes -
simd_shuffle in std::intrinsics::simd - Rust
Shuffles two vectors by const indices.doc.rust-lang.org/std/intrinsics/simd/fn.simd_shuffle.htmlThu May 28 17:42:12 GMT 2026 4.2K bytes -
simd_fsqrt in std::intrinsics::simd - Rust
Takes the square root of each element.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fsqrt.htmlThu May 28 17:42:12 GMT 2026 3.6K bytes -
three_way_compare in std::intrinsics - Rust
Does a three-way comparison between the two arguments, which must be of character or integer (signed or unsigned) type.doc.rust-lang.org/std/intrinsics/fn.three_way_compare.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
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.htmlThu May 28 17:42:11 GMT 2026 5.7K bytes -
unchecked_shr in std::intrinsics - Rust
Performs an unchecked right shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.unchecked_shr.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
simd_reduce_mul_unordered in std::intrinsics::s...
Multiplies elements within a vector in arbitrary order. May also be re-associated with unordered additions on the inputs/outputs.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_mul_unordered.htmlThu May 28 17:42:12 GMT 2026 3.9K bytes -
sinf128 in std::intrinsics - Rust
Returns the sine of an `f128`.doc.rust-lang.org/std/intrinsics/fn.sinf128.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
type_id_vtable in std::intrinsics - Rust
Check if a type represented by a `TypeId` implements a trait represented by a `TypeId`. It can only be called at compile time, the backends do not implement it. If it implements the trait the dyn metadata gets returned for vtable access.doc.rust-lang.org/std/intrinsics/fn.type_id_vtable.htmlThu May 28 17:42:11 GMT 2026 4.4K bytes -
truncf128 in std::intrinsics - Rust
Returns the integer part of an `f128`.doc.rust-lang.org/std/intrinsics/fn.truncf128.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes