Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 421 - 430 of 2,385 for host:doc.rust-lang.org (0.06 seconds)

  1. 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
  2. fsub_fast in std::intrinsics - Rust

    Float subtraction 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.fsub_fast.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  3. 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
  4. ceilf32 in std::intrinsics - Rust

    Returns the smallest integer greater than or equal to an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.ceilf32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  5. 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
    Thu May 28 17:42:11 GMT 2026
      4.5K bytes
  6. 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
  7. exp2f16 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  8. expf32 in std::intrinsics - Rust

    Returns the exponential of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.expf32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  9. log2f32 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.log2f32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  10. 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
Back to Top