Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1051 - 1060 of 2,191 for host:doc.rust-lang.org (0.03 sec)

  1. offset in std::intrinsics - Rust

    Calculates the offset from a pointer.
    doc.rust-lang.org/std/intrinsics/fn.offset.html
    Registered: Fri Nov 15 02:26:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. simd_mul in std::intrinsics::simd - Rust

    Multiplies two simd vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_mul.html
    Registered: Fri Nov 15 02:28:51 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. simd_masked_load in std::intrinsics::simd - Rust

    Reads a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_masked_load.html
    Registered: Fri Nov 15 02:29:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. CastTransmute in std::intrinsics::mir - Rust

    Emits a `CastKind::Transmute` cast.
    doc.rust-lang.org/std/intrinsics/mir/fn.CastTransmute.html
    Registered: Fri Nov 15 02:20:46 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. Deinit in std::intrinsics::mir - Rust

    API documentation for the Rust `Deinit` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Deinit.html
    Registered: Fri Nov 15 02:20:50 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. frem_fast in std::intrinsics - Rust

    Float remainder that allows optimizations based on algebraic rules. May assume inputs are finite.
    doc.rust-lang.org/std/intrinsics/fn.frem_fast.html
    Registered: Fri Nov 15 02:20:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. unchecked_sub in std::intrinsics - Rust

    Returns the result of an unchecked subtraction, resulting in undefined behavior when `x - y > T::MAX` or `x - y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_sub.html
    Registered: Fri Nov 15 02:33:50 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. simd_select_bitmask in std::intrinsics::simd - ...

    Selects elements from a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_select_bitmask.html
    Registered: Fri Nov 15 02:34:03 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. simd_scatter in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_scatter.html
    Registered: Fri Nov 15 02:32:48 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. unaligned_volatile_load in std::intrinsics - Rust

    Performs a volatile load from the `src` pointer The pointer is not required to be aligned.
    doc.rust-lang.org/std/intrinsics/fn.unaligned_volatile_load.html
    Registered: Fri Nov 15 02:32:54 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top