- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1541 - 1550 of 2,191 for host:doc.rust-lang.org (0.04 sec)
-
atomic_xor_acqrel in std::intrinsics - Rust
Bitwise xor with the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_xor_acqrel.htmlRegistered: Mon Nov 25 09:42:34 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.4K bytes - Viewed (0) -
copysignf32 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f32` values.doc.rust-lang.org/std/intrinsics/fn.copysignf32.htmlRegistered: Mon Nov 25 10:13:23 UTC 2024 - Last Modified: Thu Oct 17 16:29:31 UTC 2024 - 4K bytes - Viewed (0) -
simd_and in std::intrinsics::simd - Rust
“Ands” vectors elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_and.htmlRegistered: Mon Nov 25 13:04:39 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.8K bytes - Viewed (0) -
simd_fexp2 in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp2.htmlRegistered: Mon Nov 25 13:09:48 UTC 2024 - Last Modified: Thu Oct 17 16:29:34 UTC 2024 - 3.7K bytes - Viewed (0) -
simd_flog10 in std::intrinsics::simd - Rust
`T` must be a vector of floats.doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog10.htmlRegistered: Mon Nov 25 13:09:53 UTC 2024 - Last Modified: Thu Oct 17 16:29:34 UTC 2024 - 3.7K bytes - Viewed (0) -
three_way_compare in std::intrinsics - Rust
Does a three-way comparison between the two integer arguments.doc.rust-lang.org/std/intrinsics/fn.three_way_compare.htmlRegistered: Mon Nov 25 13:21:03 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.2K bytes - Viewed (0) -
simd_ge in std::intrinsics::simd - Rust
Tests if `x` is greater than or equal to `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_ge.htmlRegistered: Mon Nov 25 13:18:35 UTC 2024 - Last Modified: Thu Oct 17 16:29:33 UTC 2024 - 4K bytes - Viewed (0) -
ub_checks in std::intrinsics - Rust
Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.doc.rust-lang.org/std/intrinsics/fn.ub_checks.htmlRegistered: Mon Nov 25 13:20:41 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 5.2K bytes - Viewed (0) -
i64x64 in std::simd - Rust
A SIMD vector with 64 elements of type `i64`.doc.rust-lang.org/std/simd/type.i64x64.htmlRegistered: Mon Nov 25 14:49:25 UTC 2024 - Last Modified: Thu Oct 17 16:29:42 UTC 2024 - 4.3K bytes - Viewed (0) -
i64x4 in std::simd - Rust
A SIMD vector with four elements of type `i64`.doc.rust-lang.org/std/simd/type.i64x4.htmlRegistered: Mon Nov 25 14:43:46 UTC 2024 - Last Modified: Thu Oct 17 16:29:39 UTC 2024 - 4.3K bytes - Viewed (0)