Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1031 - 1040 of 2,191 for host:doc.rust-lang.org (0.06 sec)

  1. minnumf128 in std::intrinsics - Rust

    Returns the minimum of two `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.minnumf128.html
    Registered: Fri Nov 15 02:21:26 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. fabsf128 in std::intrinsics - Rust

    Returns the absolute value of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.fabsf128.html
    Registered: Fri Nov 15 02:21:30 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. fadd_fast in std::intrinsics - Rust

    Float addition that allows optimizations based on algebraic rules. May assume inputs are finite.
    doc.rust-lang.org/std/intrinsics/fn.fadd_fast.html
    Registered: Fri Nov 15 02:21:37 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. fmaf64 in std::intrinsics - Rust

    Returns `a * b + c` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf64.html
    Registered: Fri Nov 15 02:21:41 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. fmul_fast in std::intrinsics - Rust

    Float multiplication that allows optimizations based on algebraic rules. May assume inputs are finite.
    doc.rust-lang.org/std/intrinsics/fn.fmul_fast.html
    Registered: Fri Nov 15 02:21:44 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. roundevenf32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.roundevenf32.html
    Registered: Fri Nov 15 02:23:54 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. ReturnTo in std::intrinsics::mir - Rust

    API documentation for the Rust `ReturnTo` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.ReturnTo.html
    Registered: Fri Nov 15 02:23:58 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  8. rintf128 in std::intrinsics - Rust

    Returns the nearest integer to an `f128`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.rintf128.html
    Registered: Fri Nov 15 02:24:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. simd_add in std::intrinsics::simd - Rust

    Adds two simd vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_add.html
    Registered: Fri Nov 15 02:24:20 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  10. Offset in std::intrinsics::mir - Rust

    API documentation for the Rust `Offset` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Offset.html
    Registered: Fri Nov 15 02:22:35 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top