Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 841 - 850 of 2,266 for host:doc.rust-lang.org (0.07 sec)

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

    Computes `(x*y) + z` for each element, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_relaxed_fma.html
    Registered: Wed Nov 05 03:24:24 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. simd_round in std::intrinsics::simd - Rust

    Rounds each element to the closest integer-valued float. Ties are resolved by rounding away from 0.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_round.html
    Registered: Wed Nov 05 03:23:32 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. 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: Wed Nov 05 03:25:47 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. unreachable in std::intrinsics - Rust

    Informs the optimizer that this point in the code is not reachable, enabling further optimizations.
    doc.rust-lang.org/std/intrinsics/fn.unreachable.html
    Registered: Wed Nov 05 03:26:34 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  5. 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: Wed Nov 05 03:27:30 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  6. unchecked_funnel_shl in std::intrinsics - Rust

    Funnel Shift left.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_funnel_shl.html
    Registered: Wed Nov 05 03:27:02 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. 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: Wed Nov 05 03:27:59 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4K bytes
    - Viewed (0)
  8. volatile_copy_memory in std::intrinsics - Rust

    Equivalent to the appropriate `llvm.memmove.p0i8.0i8.*` intrinsic, with a size of `count * size_of::<T>()` and an alignment of `align_of::<T>()`.
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_memory.html
    Registered: Wed Nov 05 03:28:14 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  9. variance in std::marker - Rust

    Construct a variance marker; equivalent to `Default::default`.
    doc.rust-lang.org/std/marker/fn.variance.html
    Registered: Wed Nov 05 03:30:22 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  10. copy in std::mem - Rust

    Bitwise-copies a value.
    doc.rust-lang.org/std/mem/fn.copy.html
    Registered: Wed Nov 05 03:30:31 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top