Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 651 - 660 of 2,271 for host:doc.rust-lang.org (0.18 sec)

  1. mask32x8 in std::simd - Rust

    A SIMD mask with eight elements for vectors with 32-bit element types.
    doc.rust-lang.org/std/simd/type.mask32x8.html
    Registered: Fri Dec 26 03:01:54 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. arith_offset in std::intrinsics - Rust

    Calculates the offset from a pointer, potentially wrapping.
    doc.rust-lang.org/std/intrinsics/fn.arith_offset.html
    Registered: Fri Dec 26 02:20:48 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. ceilf16 in std::intrinsics - Rust

    Returns the smallest integer greater than or equal to an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.ceilf16.html
    Registered: Fri Dec 26 02:20:55 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. log2f32 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.log2f32.html
    Registered: Fri Dec 26 02:24:18 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. exp2f16 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f16.html
    Registered: Fri Dec 26 02:24:30 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  6. 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
    Registered: Fri Dec 26 02:25:44 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. 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
    Registered: Fri Dec 26 02:25:48 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. 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
    Registered: Fri Dec 26 02:25:55 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. fmaf128 in std::intrinsics - Rust

    Returns `a * b + c` for `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf128.html
    Registered: Fri Dec 26 02:23:53 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. log10f64 in std::intrinsics - Rust

    Returns the base 10 logarithm of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.log10f64.html
    Registered: Fri Dec 26 02:25:02 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top