Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1391 - 1400 of 2,385 for host:doc.rust-lang.org (0.07 seconds)

  1. simd_reduce_mul_ordered in std::intrinsics::sim...

    Multiplies elements within a vector from left to right.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_mul_ordered.html
    Thu May 28 17:42:12 GMT 2026
      3.9K bytes
  2. simd_relaxed_fma in std::intrinsics::simd - Rust

    Computes `(x*y) + z` for each element, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_relaxed_fma.html
    Thu May 28 17:42:12 GMT 2026
      4.3K bytes
  3. simd_le in std::intrinsics::simd - Rust

    Tests if `x` is less than or equal to `y`, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_le.html
    Thu May 28 17:42:12 GMT 2026
      3.9K bytes
  4. simd_round in std::intrinsics::simd - Rust

    Rounds each element to the closest integer-valued float. Ties are resolved by rounding away from 0.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_round.html
    Thu May 28 17:42:12 GMT 2026
      3.7K bytes
  5. size_of in std::intrinsics - Rust

    The size of a type in bytes.
    doc.rust-lang.org/std/intrinsics/fn.size_of.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  6. size_of_val in std::intrinsics - Rust

    The size of the referenced value in bytes.
    doc.rust-lang.org/std/intrinsics/fn.size_of_val.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  7. simd_splat in std::intrinsics::simd - Rust

    Creates a vector where every lane has the provided value.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_splat.html
    Thu May 28 17:42:12 GMT 2026
      3.7K bytes
  8. simd_trunc in std::intrinsics::simd - Rust

    Returns the integer part of each element as an integer-valued float. In other words, non-integer values are truncated towards zero.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_trunc.html
    Thu May 28 17:42:12 GMT 2026
      3.8K bytes
  9. unchecked_div in std::intrinsics - Rust

    Performs an unchecked division, resulting in undefined behavior where `y == 0` or `x == T::MIN && y == -1`
    doc.rust-lang.org/std/intrinsics/fn.unchecked_div.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  10. unreachable in std::intrinsics - Rust

    Informs the optimizer that this point in the code is not reachable, enabling further optimizations.
    doc.rust-lang.org/std/intrinsics/fn.unreachable.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
Back to Top