Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1571 - 1580 of 2,333 for host:doc.rust-lang.org (0.12 sec)

  1. atomic_singlethreadfence_release in std::intrin...

    A compiler-only memory barrier.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_release.html
    Registered: Mon Jun 16 02:37:18 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. 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
    Registered: Mon Jun 16 02:57:20 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. sqrtf64 in std::intrinsics - Rust

    Returns the square root of an `f64`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf64.html
    Registered: Mon Jun 16 02:57:33 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. 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
    Registered: Mon Jun 16 02:57:43 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. 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 Jun 16 02:58:39 UTC 2025
    - Last Modified: Thu May 15 17:17:45 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. simd_saturating_add in std::intrinsics::simd - ...

    Adds two simd vectors elementwise, with saturation.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_saturating_add.html
    Registered: Mon Jun 16 02:56:58 UTC 2025
    - Last Modified: Thu May 15 17:17:45 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. 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
    Registered: Mon Jun 16 02:56:24 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. volatile_load in std::intrinsics - Rust

    Performs a volatile load from the `src` pointer.
    doc.rust-lang.org/std/intrinsics/fn.volatile_load.html
    Registered: Mon Jun 16 02:56:02 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. masksizex2 in std::simd::prelude - Rust

    A SIMD mask with two elements for vectors with pointer-sized element types.
    doc.rust-lang.org/std/simd/prelude/type.masksizex2.html
    Registered: Mon Jun 16 03:27:48 UTC 2025
    - Last Modified: Thu May 15 17:17:52 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  10. i32x1 in std::simd::prelude - Rust

    A SIMD vector with one element of type `i32`.
    doc.rust-lang.org/std/simd/prelude/type.i32x1.html
    Registered: Mon Jun 16 03:29:30 UTC 2025
    - Last Modified: Thu May 15 17:17:50 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top