- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 2,333 for host:doc.rust-lang.org (0.04 sec)
-
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) -
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.htmlRegistered: Wed Jun 04 02:29:30 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 4.5K bytes - Viewed (0) -
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.htmlRegistered: Wed Jun 04 02:28:15 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 4.8K bytes - Viewed (0) -
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.htmlRegistered: Wed Jun 04 02:28:35 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.8K bytes - Viewed (0) -
copysignf16 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f16` values.doc.rust-lang.org/std/intrinsics/fn.copysignf16.htmlRegistered: Wed Jun 04 02:30:35 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 3.9K bytes - Viewed (0) -
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.htmlRegistered: Wed Jun 04 02:42:19 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.8K bytes - Viewed (0) -
powf64 in std::intrinsics - Rust
Raises an `f64` to an `f64` power.doc.rust-lang.org/std/intrinsics/fn.powf64.htmlRegistered: Wed Jun 04 02:42:34 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.8K bytes - Viewed (0) -
powif32 in std::intrinsics - Rust
Raises an `f32` to an integer power.doc.rust-lang.org/std/intrinsics/fn.powif32.htmlRegistered: Wed Jun 04 02:42:45 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.8K bytes - Viewed (0) -
simd_neg in std::intrinsics::simd - Rust
Negates a vector elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_neg.htmlRegistered: Wed Jun 04 02:42:52 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 3.8K bytes - Viewed (0) -
sub_with_overflow in std::intrinsics - Rust
Performs checked integer subtractiondoc.rust-lang.org/std/intrinsics/fn.sub_with_overflow.htmlRegistered: Wed Jun 04 02:43:00 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0)