Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1001 - 1010 of 2,271 for host:doc.rust-lang.org (0.1 sec)

  1. f64x32 in std::simd::prelude - Rust

    A SIMD vector with 32 elements of type `f64`.
    doc.rust-lang.org/std/simd/prelude/type.f64x32.html
    Registered: Fri Dec 26 03:03:47 UTC 2025
    - Last Modified: Thu Dec 11 14:50:42 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. i16x4 in std::simd::prelude - Rust

    A SIMD vector with four elements of type `i16`.
    doc.rust-lang.org/std/simd/prelude/type.i16x4.html
    Registered: Fri Dec 26 03:03:50 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. i64x4 in std::simd::prelude - Rust

    A SIMD vector with four elements of type `i64`.
    doc.rust-lang.org/std/simd/prelude/type.i64x4.html
    Registered: Fri Dec 26 03:03:54 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. 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 26 02:22:47 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  5. 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 26 02:22:54 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. atomic_or in std::intrinsics - Rust

    Bitwise or with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_or.html
    Registered: Fri Dec 26 02:21:43 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  7. copysignf128 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf128.html
    Registered: Fri Dec 26 02:21:50 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  8. 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 26 02:23:17 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  9. 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 26 02:23:46 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  10. frem_fast in std::intrinsics - Rust

    Float remainder 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.frem_fast.html
    Registered: Fri Dec 26 02:24:00 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top