Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1831 - 1840 of 2,385 for host:doc.rust-lang.org (0.06 seconds)

  1. simd_select_bitmask in std::intrinsics::simd - ...

    Selects elements from a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_select_bitmask.html
    Thu May 28 17:42:12 GMT 2026
      4.1K bytes
  2. simd_flog2 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog2.html
    Thu May 28 17:42:12 GMT 2026
      3.6K bytes
  3. roundf32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. Rounds half-way cases away from zero.
    doc.rust-lang.org/std/intrinsics/fn.roundf32.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  4. simd_insert_dyn in std::intrinsics::simd - Rust

    Inserts an element into a vector, returning the updated vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_insert_dyn.html
    Thu May 28 17:42:12 GMT 2026
      4.3K bytes
  5. simd_masked_load in std::intrinsics::simd - Rust

    Reads a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_masked_load.html
    Thu May 28 17:42:12 GMT 2026
      4.9K bytes
  6. simd_maximum_number_nsz in std::intrinsics::sim...

    Returns the maximum of two vectors, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_maximum_number_nsz.html
    Thu May 28 17:42:12 GMT 2026
      4.2K bytes
  7. simd_reduce_add_unordered in std::intrinsics::s...

    Adds 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_add_unordered.html
    Thu May 28 17:42:12 GMT 2026
      3.9K bytes
  8. simd_insert in std::intrinsics::simd - Rust

    Inserts an element into a vector, returning the updated vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_insert.html
    Thu May 28 17:42:12 GMT 2026
      4.2K bytes
  9. simd_reduce_max in std::intrinsics::simd - Rust

    Returns the maximum element of a vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_max.html
    Thu May 28 17:42:12 GMT 2026
      3.8K bytes
  10. simd_select in std::intrinsics::simd - Rust

    Selects elements from a mask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_select.html
    Thu May 28 17:42:12 GMT 2026
      4.3K bytes
Back to Top