Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1511 - 1520 of 2,266 for host:doc.rust-lang.org (0.03 sec)

  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
    Registered: Wed Nov 05 03:22:34 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. simd_masked_store in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_masked_store.html
    Registered: Wed Nov 05 03:20:43 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. simd_extract in std::intrinsics::simd - Rust

    Extracts an element from a vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_extract.html
    Registered: Wed Nov 05 03:20:49 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. simd_fmax in std::intrinsics::simd - Rust

    Returns the maximum of two vectors, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmax.html
    Registered: Wed Nov 05 03:21:29 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. align_of_val in std::mem - Rust

    Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.
    doc.rust-lang.org/std/mem/fn.align_of_val.html
    Registered: Wed Nov 05 03:28:51 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  6. align_of_val_raw in std::mem - Rust

    Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.
    doc.rust-lang.org/std/mem/fn.align_of_val_raw.html
    Registered: Wed Nov 05 03:28:54 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  7. fadd_algebraic in std::intrinsics - Rust

    Float addition that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fadd_algebraic.html
    Registered: Wed Nov 05 03:10:38 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. copysignf128 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf128.html
    Registered: Wed Nov 05 03:10:42 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. ceilf128 in std::intrinsics - Rust

    Returns the smallest integer greater than or equal to an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.ceilf128.html
    Registered: Wed Nov 05 03:10:45 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. saturating_add in std::intrinsics - Rust

    Computes `a + b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_add.html
    Registered: Wed Nov 05 03:12:46 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top