Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1881 - 1890 of 2,191 for host:doc.rust-lang.org (0.11 sec)

  1. atomic_nand_release in std::intrinsics - Rust

    Bitwise nand with the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_nand_release.html
    Registered: Mon Nov 25 08:37:48 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. fabsf32 in std::intrinsics - Rust

    Returns the absolute value of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.fabsf32.html
    Registered: Mon Nov 25 10:49:27 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. ctpop in std::intrinsics - Rust

    Returns the number of bits set in an integer type `T`
    doc.rust-lang.org/std/intrinsics/fn.ctpop.html
    Registered: Mon Nov 25 11:24:02 UTC 2024
    - Last Modified: Thu Oct 17 16:29:30 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. Variant in std::intrinsics::mir - Rust

    Adds a variant projection with the given index to the place.
    doc.rust-lang.org/std/intrinsics/mir/fn.Variant.html
    Registered: Mon Nov 25 12:51:46 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. unchecked_div in std::intrinsics - Rust

    Performs an unchecked division, resulting in undefined behavior where `y == 0` or `x == T::MIN && y == -1`
    doc.rust-lang.org/std/intrinsics/fn.unchecked_div.html
    Registered: Mon Nov 25 13:32:48 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. simd_round in std::intrinsics::simd - Rust

    Rounds each element to the closest integer-valued float. Ties are resolved by rounding away from 0.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_round.html
    Registered: Mon Nov 25 13:30:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. simd_saturating_add in std::intrinsics::simd - ...

    Adds two simd vectors elementwise, with saturation.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_saturating_add.html
    Registered: Mon Nov 25 13:25:59 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. min_align_of in std::mem - Rust

    Returns the ABI-required minimum alignment of a type in bytes.
    doc.rust-lang.org/std/mem/fn.min_align_of.html
    Registered: Mon Nov 25 13:36:36 UTC 2024
    - Last Modified: Thu Oct 17 16:29:32 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. simd_reduce_all in std::intrinsics::simd - Rust

    Checks if all mask values are true.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_all.html
    Registered: Mon Nov 25 13:35:44 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. volatile_copy_memory in std::intrinsics - Rust

    Equivalent to the appropriate `llvm.memmove.p0i8.0i8.*` intrinsic, with a size of `count * size_of::<T>()` and an alignment of `min_align_of::<T>()`
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_memory.html
    Registered: Mon Nov 25 13:40:18 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top