Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 2,342 for host:doc.rust-lang.org (0.04 sec)

  1. maxnumf16 in std::intrinsics - Rust

    Returns the maximum of two `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.maxnumf16.html
    Registered: Wed Apr 16 02:17:25 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. likely in std::intrinsics - Rust

    Hints to the compiler that branch condition is likely to be true. Returns the value passed to it.
    doc.rust-lang.org/std/intrinsics/fn.likely.html
    Registered: Wed Apr 16 02:17:38 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. simd_div in std::intrinsics::simd - Rust

    Divides `lhs` by `rhs` elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_div.html
    Registered: Wed Apr 16 02:22:45 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. 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: Wed Apr 16 02:23:33 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. sinf128 in std::intrinsics - Rust

    Returns the sine of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.sinf128.html
    Registered: Wed Apr 16 02:23:37 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. sqrtf16 in std::intrinsics - Rust

    Returns the square root of an `f16`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf16.html
    Registered: Wed Apr 16 02:23:43 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. atomic_xor_acqrel in std::intrinsics - Rust

    Bitwise xor with the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xor_acqrel.html
    Registered: Wed Apr 16 02:10:12 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. ub_checks in std::intrinsics - Rust

    Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.
    doc.rust-lang.org/std/intrinsics/fn.ub_checks.html
    Registered: Wed Apr 16 02:25:18 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  9. simd_eq in std::intrinsics::simd - Rust

    Tests elementwise equality of two vectors.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_eq.html
    Registered: Wed Apr 16 02:25:22 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  10. simd_ctpop in std::intrinsics::simd - Rust

    Counts the number of ones in each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ctpop.html
    Registered: Wed Apr 16 02:24:49 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top