Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 41 - 50 of 1,444 for timestamp:[now/d-1M TO *] (0.01 sec)

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

    Logical “and” all elements together.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_and.html
    Registered: Fri May 17 02:53:15 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. rotate_left in std::intrinsics - Rust

    Performs rotate left.
    doc.rust-lang.org/std/intrinsics/fn.rotate_left.html
    Registered: Fri May 17 02:53:30 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  3. simd_fma in std::intrinsics::simd - Rust

    Computes `(x*y) + z` for each element, but without any intermediate rounding.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fma.html
    Registered: Fri May 17 02:52:36 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. empty in std::io - Rust

    Creates a value that is always at EOF for reads, and ignores all data written.
    doc.rust-lang.org/std/io/fn.empty.html
    Registered: Fri May 17 02:53:58 UTC 2024
    - Last Modified: Thu May 02 12:26:24 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  5. simd_trunc in std::intrinsics::simd - Rust

    Return 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: Fri May 17 02:54:34 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5K bytes
    - Viewed (0)
  6. 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: Fri May 17 02:54:41 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. 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: Fri May 17 02:54:44 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. size_of in std::intrinsics - Rust

    The size of a type in bytes.
    doc.rust-lang.org/std/intrinsics/fn.size_of.html
    Registered: Fri May 17 02:53:52 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  9. simd_or in std::intrinsics::simd - Rust

    Elementwise vector “or”.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_or.html
    Registered: Fri May 17 02:52:55 UTC 2024
    - Last Modified: Thu May 02 12:26:25 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. simd_reduce_mul_ordered in std::intrinsics::sim...

    Multiply elements within a vector from left to right.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_mul_ordered.html
    Registered: Fri May 17 02:52:58 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top