Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 2,342 for host:doc.rust-lang.org (0.29 sec)

  1. simd_select_bitmask in std::intrinsics::simd - ...

    Selects elements from a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_select_bitmask.html
    Registered: Wed Apr 16 02:23:50 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. 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: Wed Apr 16 02:23:53 UTC 2025
    - Last Modified: Thu Apr 03 09:31:40 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. simd_mul in std::intrinsics::simd - Rust

    Multiplies two simd vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_mul.html
    Registered: Wed Apr 16 02:23:57 UTC 2025
    - Last Modified: Thu Apr 03 09:31:40 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. NonZeroU8 in std::num - Rust

    A `u8` that is known not to equal zero.
    doc.rust-lang.org/std/num/type.NonZeroU8.html
    Registered: Wed Apr 16 02:38:31 UTC 2025
    - Last Modified: Thu Apr 03 09:31:42 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  5. powif16 in std::intrinsics - Rust

    Raises an `f16` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif16.html
    Registered: Wed Apr 16 02:17:58 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. rintf64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. 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.rintf64.html
    Registered: Wed Apr 16 02:18:01 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. powif64 in std::intrinsics - Rust

    Raises an `f64` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif64.html
    Registered: Wed Apr 16 02:18:11 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. prefetch_read_data in std::intrinsics - Rust

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_read_data.html
    Registered: Wed Apr 16 02:18:15 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. fmuladdf128 in std::intrinsics - Rust

    Returns `a * b + c` for `f128` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
    doc.rust-lang.org/std/intrinsics/fn.fmuladdf128.html
    Registered: Wed Apr 16 02:15:46 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. Deinit in std::intrinsics::mir - Rust

    API documentation for the Rust `Deinit` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Deinit.html
    Registered: Wed Apr 16 02:15:59 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top