Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 1,162 for content_length:[0 TO 9999] (0.01 sec)

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

    Shuffle two vectors by const indices.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shuffle.html
    Registered: Fri May 31 02:17:24 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. unchecked_shr in std::intrinsics - Rust

    Performs an unchecked right shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_shr.html
    Registered: Fri May 31 02:22:25 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. simd_lt in std::intrinsics::simd - Rust

    Tests if `x` is less than `y`, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_lt.html
    Registered: Fri May 31 02:20:30 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  4. volatile_set_memory in std::intrinsics - Rust

    Equivalent to the appropriate `llvm.memset.p0i8.*` intrinsic, with a size of `count * size_of::<T>()` and an alignment of `min_align_of::<T>()`.
    doc.rust-lang.org/std/intrinsics/fn.volatile_set_memory.html
    Registered: Fri May 31 02:20:48 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. simd_div in std::intrinsics::simd - Rust

    Divide `lhs` by `rhs` elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_div.html
    Registered: Fri May 31 02:20:21 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. transmute_unchecked in std::intrinsics - Rust

    Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behaviour at runtime.
    doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.html
    Registered: Fri May 31 02:21:15 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. u16x64 in std::simd - Rust

    A SIMD vector with 64 elements of type `u16`.
    doc.rust-lang.org/std/simd/type.u16x64.html
    Registered: Fri May 31 02:50:44 UTC 2024
    - Last Modified: Thu May 02 12:26:29 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. u64x8 in std::simd::prelude - Rust

    A SIMD vector with eight elements of type `u64`.
    doc.rust-lang.org/std/simd/prelude/type.u64x8.html
    Registered: Fri May 31 02:48:35 UTC 2024
    - Last Modified: Thu May 02 12:26:31 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. u8x64 in std::simd::prelude - Rust

    A SIMD vector with 64 elements of type `u8`.
    doc.rust-lang.org/std/simd/prelude/type.u8x64.html
    Registered: Fri May 31 02:48:44 UTC 2024
    - Last Modified: Thu May 02 12:26:28 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. usizex16 in std::simd::prelude - Rust

    A SIMD vector with 16 elements of type `usize`.
    doc.rust-lang.org/std/simd/prelude/type.usizex16.html
    Registered: Fri May 31 02:49:33 UTC 2024
    - Last Modified: Thu May 02 12:26:29 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top