Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 2,276 for host:doc.rust-lang.org (0.03 sec)

  1. fadd_fast in std::intrinsics - Rust

    Float addition 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.fadd_fast.html
    Registered: Fri Dec 12 02:34:16 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. expf128 in std::intrinsics - Rust

    Returns the exponential of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.expf128.html
    Registered: Fri Dec 12 02:34:27 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. log2f128 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.log2f128.html
    Registered: Fri Dec 12 02:36:41 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  4. exp2f64 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f64.html
    Registered: Fri Dec 12 02:36:47 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. ctlz_nonzero in std::intrinsics - Rust

    Like `ctlz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.
    doc.rust-lang.org/std/intrinsics/fn.ctlz_nonzero.html
    Registered: Fri Dec 12 02:37:40 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  6. fmul_fast in std::intrinsics - Rust

    Float multiplication 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.fmul_fast.html
    Registered: Fri Dec 12 02:37:44 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  7. fadd_algebraic in std::intrinsics - Rust

    Float addition that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fadd_algebraic.html
    Registered: Fri Dec 12 02:37:18 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. fmaf16 in std::intrinsics - Rust

    Returns `a * b + c` for `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf16.html
    Registered: Fri Dec 12 02:37:28 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. copy in std::intrinsics - Rust

    This is an accidentally-stable alias to `ptr::copy`; use that instead.
    doc.rust-lang.org/std/intrinsics/fn.copy.html
    Registered: Fri Dec 12 02:37:31 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. breakpoint in std::intrinsics - Rust

    Executes a breakpoint trap, for inspection by a debugger.
    doc.rust-lang.org/std/intrinsics/fn.breakpoint.html
    Registered: Fri Dec 12 02:36:57 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top