- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2041 - 2050 of 2,342 for host:doc.rust-lang.org (0.04 sec)
-
rintf32 in std::intrinsics - Rust
Returns the nearest integer to an `f32`. 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.rintf32.htmlRegistered: Wed Apr 16 02:21:40 UTC 2025 - Last Modified: Thu Apr 03 09:31:37 UTC 2025 - 4.4K bytes - Viewed (0) -
logf16 in std::intrinsics - Rust
Returns the natural logarithm of an `f16`.doc.rust-lang.org/std/intrinsics/fn.logf16.htmlRegistered: Wed Apr 16 02:15:12 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.7K bytes - Viewed (0) -
fmuladdf64 in std::intrinsics - Rust
Returns `a * b + c` for `f64` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.doc.rust-lang.org/std/intrinsics/fn.fmuladdf64.htmlRegistered: Wed Apr 16 02:15:16 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.4K bytes - Viewed (0) -
logf128 in std::intrinsics - Rust
Returns the natural logarithm of an `f128`.doc.rust-lang.org/std/intrinsics/fn.logf128.htmlRegistered: Wed Apr 16 02:15:36 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K 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: Wed Apr 16 02:18:51 UTC 2025 - Last Modified: Thu Apr 03 09:31:37 UTC 2025 - 4.4K bytes - Viewed (0) -
prefetch_write_data in std::intrinsics - Rust
The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.doc.rust-lang.org/std/intrinsics/fn.prefetch_write_data.htmlRegistered: Wed Apr 16 02:20:46 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4.3K bytes - Viewed (0) -
powf32 in std::intrinsics - Rust
Raises an `f32` to an `f32` power.doc.rust-lang.org/std/intrinsics/fn.powf32.htmlRegistered: Wed Apr 16 02:21:02 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 3.8K bytes - Viewed (0) -
mul_with_overflow in std::intrinsics - Rust
Performs checked integer multiplicationdoc.rust-lang.org/std/intrinsics/fn.mul_with_overflow.htmlRegistered: Wed Apr 16 02:21:17 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.2K bytes - Viewed (0) -
f32x64 in std::simd - Rust
A SIMD vector with 64 elements of type `f32`.doc.rust-lang.org/std/simd/type.f32x64.htmlRegistered: Wed Apr 16 02:41:50 UTC 2025 - Last Modified: Thu Apr 03 09:31:47 UTC 2025 - 4.2K bytes - Viewed (0) -
i8x16 in std::simd - Rust
A SIMD vector with 16 elements of type `i8`.doc.rust-lang.org/std/simd/type.i8x16.htmlRegistered: Wed Apr 16 02:40:49 UTC 2025 - Last Modified: Thu Apr 03 09:31:47 UTC 2025 - 4.2K bytes - Viewed (0)