- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 2,266 for host:doc.rust-lang.org (0.1 sec)
-
expf16 in std::intrinsics - Rust
Returns the exponential of an `f16`.doc.rust-lang.org/std/intrinsics/fn.expf16.htmlRegistered: Wed Nov 05 03:05:42 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K bytes - Viewed (0) -
fmuladdf32 in std::intrinsics - Rust
Returns `a * b + c` for `f32` 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.fmuladdf32.htmlRegistered: Wed Nov 05 03:04:27 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
likely in std::intrinsics - Rust
Hints to the compiler that branch condition is likely to be true. Returns the value passed to it.doc.rust-lang.org/std/intrinsics/fn.likely.htmlRegistered: Wed Nov 05 03:04:35 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.9K bytes - Viewed (0) -
atomic_singlethreadfence in std::intrinsics - Rust
An atomic fence for synchronization within a single thread.doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence.htmlRegistered: Wed Nov 05 03:10:18 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.8K bytes - Viewed (0) -
atomic_umax in std::intrinsics - Rust
Maximum with the current value using an unsigned comparison. `T` must be an unsigned integer type.doc.rust-lang.org/std/intrinsics/fn.atomic_umax.htmlRegistered: Wed Nov 05 03:10:21 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
frem_algebraic in std::intrinsics - Rust
Float remainder that allows optimizations based on algebraic rules.doc.rust-lang.org/std/intrinsics/fn.frem_algebraic.htmlRegistered: Wed Nov 05 03:10:28 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.1K bytes - Viewed (0) -
caller_location in std::intrinsics - Rust
Gets a reference to a static `Location` indicating where it was called.doc.rust-lang.org/std/intrinsics/fn.caller_location.htmlRegistered: Wed Nov 05 03:10:34 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4K bytes - Viewed (0) -
maxnumf16 in std::intrinsics - Rust
Returns the maximum (IEEE 754-2008 maxNum) of two `f16` values.doc.rust-lang.org/std/intrinsics/fn.maxnumf16.htmlRegistered: Wed Nov 05 03:15:01 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.9K bytes - Viewed (0) -
Static in std::intrinsics::mir - Rust
API documentation for the Rust `Static` fn in crate `std`.doc.rust-lang.org/std/intrinsics/mir/fn.Static.htmlRegistered: Wed Nov 05 03:15:52 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 3.4K bytes - Viewed (0) -
ByteStr in std::bstr - Rust
A wrapper for `&[u8]` representing a human-readable string that’s conventionally, but not always, UTF-8.doc.rust-lang.org/std/bstr/struct.ByteStr.htmlRegistered: Wed Nov 05 01:25:44 UTC 2025 - Last Modified: Thu Oct 30 18:22:24 UTC 2025 - 747.5K bytes - Viewed (0)