Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 2,342 for host:doc.rust-lang.org (0.03 sec)

  1. u8x64 in std::simd - Rust

    A SIMD vector with 64 elements of type `u8`.
    doc.rust-lang.org/std/simd/type.u8x64.html
    Registered: Wed Apr 16 02:53:28 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. atomic_or_seqcst in std::intrinsics - Rust

    Bitwise or with the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_or_seqcst.html
    Registered: Wed Apr 16 02:08:33 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. atomic_xadd_acqrel in std::intrinsics - Rust

    Adds to the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd_acqrel.html
    Registered: Wed Apr 16 02:08:40 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. carrying_mul_add in std::intrinsics - Rust

    Performs full-width multiplication and addition with a carry: `multiplier * multiplicand + addend + carry`.
    doc.rust-lang.org/std/intrinsics/fn.carrying_mul_add.html
    Registered: Wed Apr 16 02:08:47 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  5. maxnumf32 in std::intrinsics - Rust

    Returns the maximum of two `f32` values.
    doc.rust-lang.org/std/intrinsics/fn.maxnumf32.html
    Registered: Wed Apr 16 02:16:21 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. fmuladdf16 in std::intrinsics - Rust

    Returns `a * b + c` for `f16` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
    doc.rust-lang.org/std/intrinsics/fn.fmuladdf16.html
    Registered: Wed Apr 16 02:16:35 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. log10f64 in std::intrinsics - Rust

    Returns the base 10 logarithm of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.log10f64.html
    Registered: Wed Apr 16 02:15:52 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. log2f32 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.log2f32.html
    Registered: Wed Apr 16 02:15:56 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. Return in std::intrinsics::mir - Rust

    API documentation for the Rust `Return` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Return.html
    Registered: Wed Apr 16 02:15:23 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  10. fsub_fast in std::intrinsics - Rust

    Float subtraction that allows optimizations based on algebraic rules. May assume inputs are finite.
    doc.rust-lang.org/std/intrinsics/fn.fsub_fast.html
    Registered: Wed Apr 16 02:17:18 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top