Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1911 - 1920 of 2,191 for host:doc.rust-lang.org (0.06 sec)

  1. ptr_offset_from_unsigned in std::intrinsics - Rust

    See documentation of `<*const T>::sub_ptr` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from_unsigned.html
    Registered: Mon Nov 25 13:12:19 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. roundevenf16 in std::intrinsics - Rust

    Returns the nearest integer to an `f16`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.roundevenf16.html
    Registered: Mon Nov 25 13:10:31 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. ptr_mask in std::intrinsics - Rust

    Masks out bits of the pointer according to a mask.
    doc.rust-lang.org/std/intrinsics/fn.ptr_mask.html
    Registered: Mon Nov 25 13:12:58 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. simd_ceil in std::intrinsics::simd - Rust

    Rounds up each element to the next highest integer-valued float.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ceil.html
    Registered: Mon Nov 25 13:13:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. simd_bswap in std::intrinsics::simd - Rust

    Swaps bytes of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bswap.html
    Registered: Mon Nov 25 13:14:24 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. simd_ctlz in std::intrinsics::simd - Rust

    Counts the leading zeros of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ctlz.html
    Registered: Mon Nov 25 13:14:50 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. simd_cttz in std::intrinsics::simd - Rust

    Counts the trailing zeros of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_cttz.html
    Registered: Mon Nov 25 13:15:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. simd_with_exposed_provenance in std::intrinsics...

    Creates a vector of pointers from a vector of addresses.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_with_exposed_provenance.html
    Registered: Mon Nov 25 13:17:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4K bytes
    - Viewed (0)
  9. simd_shr in std::intrinsics::simd - Rust

    Shifts vector right elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shr.html
    Registered: Mon Nov 25 13:20:18 UTC 2024
    - Last Modified: Thu Oct 17 16:29:33 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. unchecked_shl in std::intrinsics - Rust

    Performs an unchecked left 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_shl.html
    Registered: Mon Nov 25 13:20:25 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top