Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2101 - 2110 of 2,342 for host:doc.rust-lang.org (0.07 sec)

  1. nearbyintf32 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.nearbyintf32.html
    Registered: Wed Apr 30 02:17:47 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. nearbyintf64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. 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.nearbyintf64.html
    Registered: Wed Apr 30 02:17:14 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. ptr_metadata in std::intrinsics - Rust

    Lowers in MIR to `Rvalue::UnaryOp` with `UnOp::PtrMetadata`.
    doc.rust-lang.org/std/intrinsics/fn.ptr_metadata.html
    Registered: Wed Apr 30 02:17:20 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. simd_cttz in std::intrinsics::simd - Rust

    Counts the trailing zeros of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_cttz.html
    Registered: Wed Apr 30 02:20:39 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. logf128 in std::intrinsics - Rust

    Returns the natural logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.logf128.html
    Registered: Wed Apr 30 02:18:38 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. simd_fabs in std::intrinsics::simd - Rust

    Returns absolute value of a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fabs.html
    Registered: Wed Apr 30 02:22:12 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. raw_eq in std::intrinsics - Rust

    Determines whether the raw bytes of the two values are equal.
    doc.rust-lang.org/std/intrinsics/fn.raw_eq.html
    Registered: Wed Apr 30 02:22:32 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  8. HANDLE in std::os::windows::raw - Rust

    API documentation for the Rust `HANDLE` type in crate `std`.
    doc.rust-lang.org/std/os/windows/raw/type.HANDLE.html
    Registered: Wed Apr 30 02:36:17 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. i16x8 in std::simd - Rust

    A SIMD vector with eight elements of type `i16`.
    doc.rust-lang.org/std/simd/type.i16x8.html
    Registered: Wed Apr 30 02:36:31 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. f32x2 in std::simd - Rust

    A SIMD vector with two elements of type `f32`.
    doc.rust-lang.org/std/simd/type.f32x2.html
    Registered: Wed Apr 30 02:35:11 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top