Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 981 - 990 of 2,271 for host:doc.rust-lang.org (0.11 sec)

  1. fabsf128 in std::intrinsics - Rust

    Returns the absolute value of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.fabsf128.html
    Registered: Fri Dec 26 02:25:19 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. fmaf64 in std::intrinsics - Rust

    Returns `a * b + c` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf64.html
    Registered: Fri Dec 26 02:25:28 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. cttz in std::intrinsics - Rust

    Returns the number of trailing unset bits (zeroes) in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.cttz.html
    Registered: Fri Dec 26 02:25:34 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 6K bytes
    - Viewed (0)
  4. 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 Dec 26 02:35:12 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  5. simd_arith_offset in std::intrinsics::simd - Rust

    Calculates the offset from a pointer vector elementwise, potentially wrapping.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_arith_offset.html
    Registered: Fri Dec 26 02:35:20 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. simd_bitmask in std::intrinsics::simd - Rust

    Truncates an integer vector to a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitmask.html
    Registered: Fri Dec 26 02:35:23 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  7. simd_insert in std::intrinsics::simd - Rust

    Inserts an element into a vector, returning the updated vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_insert.html
    Registered: Fri Dec 26 02:35:33 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. simd_insert_dyn in std::intrinsics::simd - Rust

    Inserts an element into a vector, returning the updated vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_insert_dyn.html
    Registered: Fri Dec 26 02:35:48 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. unchecked_add in std::intrinsics - Rust

    Returns the result of an unchecked addition, resulting in undefined behavior when `x + y > T::MAX` or `x + y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_add.html
    Registered: Fri Dec 26 02:37:42 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  10. simd_reduce_add_unordered in std::intrinsics::s...

    Adds elements within a vector in arbitrary order. May also be re-associated with unordered additions on the inputs/outputs.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_add_unordered.html
    Registered: Fri Dec 26 02:36:26 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top