- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2011 - 2020 of 2,191 for host:doc.rust-lang.org (0.21 sec)
-
needs_drop in std::intrinsics - Rust
Returns `true` if the actual type given as `T` requires drop glue; returns `false` if the actual type provided for `T` implements `Copy`.doc.rust-lang.org/std/intrinsics/fn.needs_drop.htmlRegistered: Mon Nov 25 12:50:37 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.6K bytes - Viewed (0) -
logf64 in std::intrinsics - Rust
Returns the natural logarithm of an `f64`.doc.rust-lang.org/std/intrinsics/fn.logf64.htmlRegistered: Mon Nov 25 12:59:36 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.8K bytes - Viewed (0) -
UnwindResume in std::intrinsics::mir - Rust
A terminator that resumes the unwinding.doc.rust-lang.org/std/intrinsics/mir/fn.UnwindResume.htmlRegistered: Mon Nov 25 12:59:48 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.6K bytes - Viewed (0) -
simd_cast_ptr in std::intrinsics::simd - Rust
Casts a vector of pointers.doc.rust-lang.org/std/intrinsics/simd/fn.simd_cast_ptr.htmlRegistered: Mon Nov 25 13:10:37 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.8K 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: Mon Nov 25 13:11:03 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.3K bytes - Viewed (0) -
rotate_left in std::intrinsics - Rust
Performs rotate left.doc.rust-lang.org/std/intrinsics/fn.rotate_left.htmlRegistered: Mon Nov 25 13:12:35 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.3K bytes - Viewed (0) -
simd_fma in std::intrinsics::simd - Rust
Computes `(x*y) + z` for each element, but without any intermediate rounding.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fma.htmlRegistered: Mon Nov 25 13:11:47 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.9K 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: Mon Nov 25 11:56:55 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 4.4K bytes - Viewed (0) -
expf64 in std::intrinsics - Rust
Returns the exponential of an `f64`.doc.rust-lang.org/std/intrinsics/fn.expf64.htmlRegistered: Mon Nov 25 12:12:14 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.8K 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: Mon Nov 25 12:12:03 UTC 2024 - Last Modified: Thu Oct 17 16:29:27 UTC 2024 - 3.9K bytes - Viewed (0)