Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 2,266 for host:doc.rust-lang.org (0.04 sec)

  1. logf32 in std::intrinsics - Rust

    Returns the natural logarithm of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.logf32.html
    Registered: Wed Nov 05 03:16:41 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. maximumf16 in std::intrinsics - Rust

    Returns the maximum (IEEE 754-2019 maximum) of two `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.maximumf16.html
    Registered: Wed Nov 05 03:16:48 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. simd_cast in std::intrinsics::simd - Rust

    Numerically casts a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_cast.html
    Registered: Wed Nov 05 03:17:39 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  4. rotate_right in std::intrinsics - Rust

    Performs rotate right.
    doc.rust-lang.org/std/intrinsics/fn.rotate_right.html
    Registered: Wed Nov 05 03:18:43 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4K bytes
    - Viewed (0)
  5. simd_ctpop in std::intrinsics::simd - Rust

    Counts the number of ones in each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ctpop.html
    Registered: Wed Nov 05 03:18:50 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  6. simd_funnel_shl in std::intrinsics::simd - Rust

    Funnel Shifts vector left elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_funnel_shl.html
    Registered: Wed Nov 05 03:19:22 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. simd_ge in std::intrinsics::simd - Rust

    Tests if `x` is greater than or equal to `y`, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ge.html
    Registered: Wed Nov 05 03:19:28 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. simd_funnel_shr in std::intrinsics::simd - Rust

    Funnel Shifts vector right elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_funnel_shr.html
    Registered: Wed Nov 05 03:19:53 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  9. simd_fexp2 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp2.html
    Registered: Wed Nov 05 03:20:17 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  10. simd_eq in std::intrinsics::simd - Rust

    Tests elementwise equality of two vectors.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_eq.html
    Registered: Wed Nov 05 03:21:18 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top