- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 2,266 for host:doc.rust-lang.org (0.26 sec)
-
DirEntryExt in std::os::unix::fs - Rust
Unix-specific extension methods for `fs::DirEntry`.doc.rust-lang.org/std/os/unix/fs/trait.DirEntryExt.htmlRegistered: Wed Nov 05 02:41:25 UTC 2025 - Last Modified: Thu Oct 30 18:22:29 UTC 2025 - 6.9K bytes - Viewed (0) -
atomic_xsub in std::intrinsics - Rust
Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_xsub.htmlRegistered: Wed Nov 05 03:08:17 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.5K bytes - Viewed (0) -
floorf16 in std::intrinsics - Rust
Returns the largest integer less than or equal to an `f16`.doc.rust-lang.org/std/intrinsics/fn.floorf16.htmlRegistered: Wed Nov 05 03:09:16 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.7K bytes - Viewed (0) -
fabsf32 in std::intrinsics - Rust
Returns the absolute value of an `f32`.doc.rust-lang.org/std/intrinsics/fn.fabsf32.htmlRegistered: Wed Nov 05 03:09:20 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K bytes - Viewed (0) -
float_to_int_unchecked in std::intrinsics - Rust
Converts with LLVM’s fptoui/fptosi, which may return undef for values out of range (https://github.com/rust-lang/rust/issues/10184)doc.rust-lang.org/std/intrinsics/fn.float_to_int_unchecked.htmlRegistered: Wed Nov 05 03:09:23 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
atomic_store in std::intrinsics - Rust
Stores the value at the specified memory location. `T` must be an integer or pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_store.htmlRegistered: Wed Nov 05 03:07:42 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
autodiff in std::intrinsics - Rust
Generates the LLVM body for the automatic differentiation of `f` using Enzyme, with `df` as the derivative function and `args` as its arguments.doc.rust-lang.org/std/intrinsics/fn.autodiff.htmlRegistered: Wed Nov 05 03:07:56 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 6.3K bytes - Viewed (0) -
ctlz in std::intrinsics - Rust
Returns the number of leading unset bits (zeroes) in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.ctlz.htmlRegistered: Wed Nov 05 03:06:50 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 6K bytes - Viewed (0) -
expf64 in std::intrinsics - Rust
Returns the exponential of an `f64`.doc.rust-lang.org/std/intrinsics/fn.expf64.htmlRegistered: Wed Nov 05 03:06:58 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K bytes - Viewed (0) -
saturating_sub in std::intrinsics - Rust
Computes `a - b`, saturating at numeric bounds.doc.rust-lang.org/std/intrinsics/fn.saturating_sub.htmlRegistered: Wed Nov 05 03:15:15 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4K bytes - Viewed (0)