Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1581 - 1590 of 2,271 for host:doc.rust-lang.org (0.03 sec)

  1. isizex8 in std::simd - Rust

    A SIMD vector with eight elements of type `isize`.
    doc.rust-lang.org/std/simd/type.isizex8.html
    Registered: Mon Jan 05 03:41:47 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. masksizex2 in std::simd - Rust

    A SIMD mask with two elements for vectors with pointer-sized element types.
    doc.rust-lang.org/std/simd/type.masksizex2.html
    Registered: Mon Jan 05 03:40:59 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. i32x64 in std::simd - Rust

    A SIMD vector with 64 elements of type `i32`.
    doc.rust-lang.org/std/simd/type.i32x64.html
    Registered: Mon Jan 05 03:41:02 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  4. fmaf32 in std::intrinsics - Rust

    Returns `a * b + c` for `f32` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf32.html
    Registered: Mon Jan 05 03:10:43 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. Variant in std::intrinsics::mir - Rust

    Adds a variant projection with the given index to the place.
    doc.rust-lang.org/std/intrinsics/mir/fn.Variant.html
    Registered: Mon Jan 05 03:10:53 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. Drop in std::intrinsics::mir - Rust

    Drop the contents of a place.
    doc.rust-lang.org/std/intrinsics/mir/fn.Drop.html
    Registered: Mon Jan 05 03:10:57 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  7. 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
    Registered: Mon Jan 05 03:13:18 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. 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
    Registered: Mon Jan 05 03:14:55 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. saturating_sub in std::intrinsics - Rust

    Computes `a - b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_sub.html
    Registered: Mon Jan 05 03:13:45 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. rotate_left in std::intrinsics - Rust

    Performs rotate left.
    doc.rust-lang.org/std/intrinsics/fn.rotate_left.html
    Registered: Mon Jan 05 03:13:56 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top