Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 2,333 for host:doc.rust-lang.org (0.04 sec)

  1. atomic_xadd_seqcst in std::intrinsics - Rust

    Adds to the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd_seqcst.html Similar Results (1)
    Registered: Wed Jun 04 02:30:54 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. carrying_mul_add in std::intrinsics - Rust

    Performs full-width multiplication and addition with a carry: `multiplier * multiplicand + addend + carry`.
    doc.rust-lang.org/std/intrinsics/fn.carrying_mul_add.html
    Registered: Wed Jun 04 02:29:30 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. atomic_xadd_release in std::intrinsics - Rust

    Adds to the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd_release.html
    Registered: Wed Jun 04 02:28:15 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. atomic_or_seqcst in std::intrinsics - Rust

    Bitwise or with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_or_seqcst.html
    Registered: Wed Jun 04 02:28:35 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. copysignf16 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf16.html
    Registered: Wed Jun 04 02:30:35 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. roundf64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. Rounds half-way cases away from zero.
    doc.rust-lang.org/std/intrinsics/fn.roundf64.html
    Registered: Wed Jun 04 02:42:19 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  7. powf64 in std::intrinsics - Rust

    Raises an `f64` to an `f64` power.
    doc.rust-lang.org/std/intrinsics/fn.powf64.html
    Registered: Wed Jun 04 02:42:34 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. powif32 in std::intrinsics - Rust

    Raises an `f32` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif32.html
    Registered: Wed Jun 04 02:42:45 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. simd_neg in std::intrinsics::simd - Rust

    Negates a vector elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_neg.html
    Registered: Wed Jun 04 02:42:52 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. sub_with_overflow in std::intrinsics - Rust

    Performs checked integer subtraction
    doc.rust-lang.org/std/intrinsics/fn.sub_with_overflow.html
    Registered: Wed Jun 04 02:43:00 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top