- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1541 - 1550 of 2,191 for host:doc.rust-lang.org (0.07 sec)
-
truncf16 in std::intrinsics - Rust
Returns the integer part of an `f16`.doc.rust-lang.org/std/intrinsics/fn.truncf16.htmlRegistered: Mon Nov 25 13:19:18 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
sqrtf32 in std::intrinsics - Rust
Returns the square root of an `f32`doc.rust-lang.org/std/intrinsics/fn.sqrtf32.htmlRegistered: Mon Nov 25 13:20:46 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
bitreverse in std::intrinsics - Rust
Reverses the bits in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.bitreverse.htmlRegistered: Mon Nov 25 10:08:15 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.3K bytes - Viewed (0) -
floorf64 in std::intrinsics - Rust
Returns the largest integer less than or equal to an `f64`.doc.rust-lang.org/std/intrinsics/fn.floorf64.htmlRegistered: Mon Nov 25 11:23:35 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.9K bytes - Viewed (0) -
exp2f32 in std::intrinsics - Rust
Returns 2 raised to the power of an `f32`.doc.rust-lang.org/std/intrinsics/fn.exp2f32.htmlRegistered: Mon Nov 25 11:24:37 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.8K bytes - Viewed (0) -
cttz_nonzero in std::intrinsics - Rust
Like `cttz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.doc.rust-lang.org/std/intrinsics/fn.cttz_nonzero.htmlRegistered: Mon Nov 25 11:06:15 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 5K bytes - Viewed (0) -
ptr_offset_from in std::intrinsics - Rust
See documentation of `<*const T>::offset_from` for details.doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from.htmlRegistered: Mon Nov 25 13:07:02 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4K bytes - Viewed (0) -
ptr_metadata in std::intrinsics - Rust
Lowers in MIR to `Rvalue::UnaryOp` with `UnOp::PtrMetadata`.doc.rust-lang.org/std/intrinsics/fn.ptr_metadata.htmlRegistered: Mon Nov 25 13:05:21 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4K bytes - Viewed (0) -
rintf16 in std::intrinsics - Rust
Returns the nearest integer to an `f16`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.doc.rust-lang.org/std/intrinsics/fn.rintf16.htmlRegistered: Mon Nov 25 13:05:56 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.4K bytes - Viewed (0) -
unchecked_mul in std::intrinsics - Rust
Returns the result of an unchecked multiplication, resulting in undefined behavior when `x * y > T::MAX` or `x * y < T::MIN`.doc.rust-lang.org/std/intrinsics/fn.unchecked_mul.htmlRegistered: Mon Nov 25 13:23:34 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.4K bytes - Viewed (0)