Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of 2,069 for filetype:html (0.01 sec)

  1. rotate_right in std::intrinsics - Rust

    Performs rotate right.
    doc.rust-lang.org/std/intrinsics/fn.rotate_right.html
    Registered: Fri May 31 02:16:24 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. roundevenf64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.roundevenf64.html
    Registered: Fri May 31 02:16:27 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. simd_fexp2 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp2.html
    Registered: Fri May 31 02:17:01 UTC 2024
    - Last Modified: Thu May 02 12:26:24 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. simd_flog10 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog10.html
    Registered: Fri May 31 02:17:15 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top