- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1981 - 1990 of 2,191 for host:doc.rust-lang.org (0.18 sec)
-
const_deallocate in std::intrinsics - Rust
Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, does nothing.doc.rust-lang.org/std/intrinsics/fn.const_deallocate.htmlRegistered: Mon Nov 25 08:41:15 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.5K bytes - Viewed (0) -
copysignf64 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f64` values.doc.rust-lang.org/std/intrinsics/fn.copysignf64.htmlRegistered: Mon Nov 25 08:42:38 UTC 2024 - Last Modified: Thu Oct 17 16:29:31 UTC 2024 - 4K bytes - Viewed (0) -
compare_bytes in std::intrinsics - Rust
Lexicographically compare `[left, left + bytes)` and `[right, right + bytes)` as unsigned bytes, returning negative if `left` is less, zero if all the bytes match, or positive if `right` is greater.doc.rust-lang.org/std/intrinsics/fn.compare_bytes.htmlRegistered: Mon Nov 25 08:42:44 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.8K bytes - Viewed (0) -
atomic_xsub_release in std::intrinsics - Rust
Subtract from the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_release.htmlRegistered: Mon Nov 25 08:54:36 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.4K bytes - Viewed (0) -
bswap in std::intrinsics - Rust
Reverses the bytes in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.bswap.htmlRegistered: Mon Nov 25 08:54:59 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.2K bytes - Viewed (0) -
cosf16 in std::intrinsics - Rust
Returns the cosine of an `f16`.doc.rust-lang.org/std/intrinsics/fn.cosf16.htmlRegistered: Mon Nov 25 09:37:57 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 3.8K bytes - Viewed (0) -
fabsf64 in std::intrinsics - Rust
Returns the absolute value of an `f64`.doc.rust-lang.org/std/intrinsics/fn.fabsf64.htmlRegistered: Mon Nov 25 11:56:51 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.8K bytes - Viewed (0) -
cosf128 in std::intrinsics - Rust
Returns the cosine of an `f128`.doc.rust-lang.org/std/intrinsics/fn.cosf128.htmlRegistered: Mon Nov 25 10:32:01 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.8K bytes - Viewed (0) -
fsub_algebraic in std::intrinsics - Rust
Float subtraction that allows optimizations based on algebraic rules.doc.rust-lang.org/std/intrinsics/fn.fsub_algebraic.htmlRegistered: Mon Nov 25 12:26:22 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
powf32 in std::intrinsics - Rust
Raises an `f32` to an `f32` power.doc.rust-lang.org/std/intrinsics/fn.powf32.htmlRegistered: Mon Nov 25 12:51:56 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.9K bytes - Viewed (0)