Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1111 - 1120 of 2,342 for host:doc.rust-lang.org (0.04 sec)

  1. i16x4 in std::simd::prelude - Rust

    A SIMD vector with four elements of type `i16`.
    doc.rust-lang.org/std/simd/prelude/type.i16x4.html
    Registered: Wed Apr 16 02:45:11 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. isizex8 in std::simd::prelude - Rust

    A SIMD vector with eight elements of type `isize`.
    doc.rust-lang.org/std/simd/prelude/type.isizex8.html
    Registered: Wed Apr 16 02:46:01 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  3. i16x32 in std::simd - Rust

    A SIMD vector with 32 elements of type `i16`.
    doc.rust-lang.org/std/simd/type.i16x32.html
    Registered: Wed Apr 16 02:43:58 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. mode_t in std::os::linux::raw - Rust

    API documentation for the Rust `mode_t` type in crate `std`.
    doc.rust-lang.org/std/os/linux/raw/type.mode_t.html Similar Results (1)
    Registered: Wed Apr 16 02:44:24 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. i16x64 in std::simd - Rust

    A SIMD vector with 64 elements of type `i16`.
    doc.rust-lang.org/std/simd/type.i16x64.html
    Registered: Wed Apr 16 02:44:34 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. f64x32 in std::simd::prelude - Rust

    A SIMD vector with 32 elements of type `f64`.
    doc.rust-lang.org/std/simd/prelude/type.f64x32.html
    Registered: Wed Apr 16 02:47:02 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. simd_as in std::intrinsics::simd - Rust

    Numerically casts a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_as.html
    Registered: Wed Apr 16 02:20:14 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. prefetch_read_instruction in std::intrinsics - ...

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_read_instruction.html
    Registered: Wed Apr 16 02:20:17 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. 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 Apr 16 02:18:31 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  10. copy_nonoverlapping in std::ptr - Rust

    Copies `count * size_of::<T>()` bytes from `src` to `dst`. The source and destination must not overlap.
    doc.rust-lang.org/std/ptr/fn.copy_nonoverlapping.html Similar Results (1)
    Registered: Wed Apr 16 02:30:12 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 10.1K bytes
    - Viewed (0)
Back to top