Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 1,168 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. std::os::unix::ffi - Rust

    Unix-specific extensions to primitives in the `std::ffi` module.
    doc.rust-lang.org/std/os/unix/ffi/index.html
    Registered: Fri May 17 03:36:31 UTC 2024
    - Last Modified: Thu May 02 12:26:26 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. atomic_umax_release in std::intrinsics - Rust

    Maximum with the current value using an unsigned comparison.
    doc.rust-lang.org/std/intrinsics/fn.atomic_umax_release.html
    Registered: Fri May 17 02:42:02 UTC 2024
    - Last Modified: Thu May 02 12:26:19 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. 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 17 02:53:46 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. 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 17 02:53:55 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. read_via_copy in std::intrinsics - Rust

    This is an implementation detail of `crate::ptr::read` and should not be used anywhere else. See its comments for why this exists.
    doc.rust-lang.org/std/intrinsics/fn.read_via_copy.html
    Registered: Fri May 17 02:53:18 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. 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 17 02:53:24 UTC 2024
    - Last Modified: Thu May 02 12:26:24 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. 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 17 02:51:41 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. simd_and in std::intrinsics::simd - Rust

    Elementwise vector “and”.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_and.html
    Registered: Fri May 17 02:51:54 UTC 2024
    - Last Modified: Thu May 02 12:26:20 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  9. repeat in std::iter - Rust

    Creates a new iterator that endlessly repeats a single element.
    doc.rust-lang.org/std/iter/fn.repeat.html
    Registered: Fri May 17 02:54:22 UTC 2024
    - Last Modified: Thu May 02 12:26:22 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. 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 17 02:52:22 UTC 2024
    - Last Modified: Thu May 02 12:26:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top