Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 2,321 for host:doc.rust-lang.org (0.03 sec)

  1. simd_bitmask in std::intrinsics::simd - Rust

    Truncates an integer vector to a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitmask.html
    Registered: Mon Aug 04 03:17:50 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  2. simd_as in std::intrinsics::simd - Rust

    Numerically casts a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_as.html
    Registered: Mon Aug 04 03:17:53 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. UnwindCleanup in std::intrinsics::mir - Rust

    An unwind action that continues execution in a given basic block.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindCleanup.html
    Registered: Mon Aug 04 03:19:28 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  4. UnwindUnreachable in std::intrinsics::mir - Rust

    An unwind action that triggers undefined behavior.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindUnreachable.html
    Registered: Mon Aug 04 03:19:49 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. simd_add in std::intrinsics::simd - Rust

    Adds two simd vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_add.html
    Registered: Mon Aug 04 03:18:41 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. simd_arith_offset in std::intrinsics::simd - Rust

    Calculates the offset from a pointer vector elementwise, potentially wrapping.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_arith_offset.html
    Registered: Mon Aug 04 03:19:14 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. saturating_add in std::intrinsics - Rust

    Computes `a + b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_add.html
    Registered: Mon Aug 04 03:18:26 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. pref_align_of in std::intrinsics - Rust

    The preferred alignment of a type.
    doc.rust-lang.org/std/intrinsics/fn.pref_align_of.html
    Registered: Mon Aug 04 03:18:30 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. 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
    Registered: Mon Aug 04 03:18:34 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. ctlz_nonzero in std::intrinsics - Rust

    Like `ctlz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.
    doc.rust-lang.org/std/intrinsics/fn.ctlz_nonzero.html
    Registered: Mon Aug 04 03:09:23 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top