Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 481 - 490 of 2,385 for host:doc.rust-lang.org (0.04 seconds)

  1. 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.html
    Thu May 28 17:42:12 GMT 2026
      4.5K bytes
  2. simd_shuffle in std::intrinsics::simd - Rust

    Shuffles two vectors by const indices.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shuffle.html
    Thu May 28 17:42:12 GMT 2026
      4.2K bytes
  3. simd_fsqrt in std::intrinsics::simd - Rust

    Takes the square root of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fsqrt.html
    Thu May 28 17:42:12 GMT 2026
      3.6K bytes
  4. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  5. 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.html
    Thu May 28 17:42:11 GMT 2026
      5.7K bytes
  6. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  7. 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.html
    Thu May 28 17:42:12 GMT 2026
      3.9K bytes
  8. sinf128 in std::intrinsics - Rust

    Returns the sine of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.sinf128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  9. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.4K bytes
  10. truncf128 in std::intrinsics - Rust

    Returns the integer part of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.truncf128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
Back to Top