Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 281 - 290 of 2,385 for host:doc.rust-lang.org (0.04 seconds)

  1. atomic_nand in std::intrinsics - Rust

    Bitwise nand with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_nand.html
    Thu May 28 17:42:11 GMT 2026
      4.7K bytes
  2. floorf32 in std::intrinsics - Rust

    Returns the largest integer less than or equal to an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.floorf32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  3. copysignf16 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf16.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  4. log10f64 in std::intrinsics - Rust

    Returns the base 10 logarithm of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.log10f64.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  5. fdiv_algebraic in std::intrinsics - Rust

    Float division that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fdiv_algebraic.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  6. fdiv_fast in std::intrinsics - Rust

    Float division that allows optimizations based on algebraic rules. Requires that inputs and output of the operation are finite, causing UB otherwise.
    doc.rust-lang.org/std/intrinsics/fn.fdiv_fast.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  7. const_eval_select in std::intrinsics - Rust

    Selects which function to call depending on the context.
    doc.rust-lang.org/std/intrinsics/fn.const_eval_select.html
    Thu May 28 17:42:11 GMT 2026
      7.5K bytes
  8. fabs in std::intrinsics - Rust

    Returns the absolute value of a floating-point value.
    doc.rust-lang.org/std/intrinsics/fn.fabs.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  9. fmaf128 in std::intrinsics - Rust

    Returns `a * b + c` for `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf128.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  10. offload in std::intrinsics - Rust

    Generates the LLVM body of a wrapper function to offload a kernel `f`.
    doc.rust-lang.org/std/intrinsics/fn.offload.html
    Thu May 28 17:42:11 GMT 2026
      6.6K bytes
Back to Top