- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of 2,385 for host:doc.rust-lang.org (0.04 seconds)
-
UnwindContinue in std::intrinsics::mir - Rust
An unwind action that continues unwinding.doc.rust-lang.org/std/intrinsics/mir/fn.UnwindContinue.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
log2f32 in std::intrinsics - Rust
Returns the base 2 logarithm of an `f32`.doc.rust-lang.org/std/intrinsics/fn.log2f32.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
log10f128 in std::intrinsics - Rust
Returns the base 10 logarithm of an `f128`.doc.rust-lang.org/std/intrinsics/fn.log10f128.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
maximum_number_nsz_f16 in std::intrinsics - Rust
Returns the maximum of two `f16` values, ignoring NaN.doc.rust-lang.org/std/intrinsics/fn.maximum_number_nsz_f16.html -
maximum_number_nsz_f32 in std::intrinsics - Rust
Returns the maximum of two `f32` values, ignoring NaN.doc.rust-lang.org/std/intrinsics/fn.maximum_number_nsz_f32.htmlThu May 28 17:42:11 GMT 2026 4.5K bytes -
fsub_fast in std::intrinsics - Rust
Float subtraction that allows optimizations based on algebraic rules. Requires that inputs and output of the operation are finite, causing UB otherwise.doc.rust-lang.org/std/intrinsics/fn.fsub_fast.htmlThu May 28 17:42:11 GMT 2026 3.8K bytes -
powf16 in std::intrinsics - Rust
Raises an `f16` to an `f16` power.doc.rust-lang.org/std/intrinsics/fn.powf16.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
powf128 in std::intrinsics - Rust
Raises an `f128` to an `f128` power.doc.rust-lang.org/std/intrinsics/fn.powf128.htmlThu May 28 17:42:11 GMT 2026 3.8K bytes -
Return in std::intrinsics::mir - Rust
API documentation for the Rust `Return` fn in crate `std`.doc.rust-lang.org/std/intrinsics/mir/fn.Return.htmlThu May 28 17:42:11 GMT 2026 3.5K bytes -
overflow_checks in std::intrinsics - Rust
Returns whether we should perform some overflow-checking at runtime. This eventually evaluates to `cfg!(overflow_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has overflow checks enabled or carries the `#[rustc_inherit_overflow_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.overflow_checks.htmlThu May 28 17:42:11 GMT 2026 5.6K bytes