Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1531 - 1540 of 2,346 for host:doc.rust-lang.org (0.03 sec)

  1. is_powerpc_feature_detected in std::arch - Rust

    Checks if `powerpc` feature is enabled.
    doc.rust-lang.org/std/arch/macro.is_powerpc_feature_detected.html
    Registered: Mon Aug 11 02:33:19 UTC 2025
    - Last Modified: Thu Aug 07 10:47:56 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. SimdFloat in std::simd::prelude - Rust

    Operations on SIMD vectors of floats.
    doc.rust-lang.org/std/simd/prelude/trait.SimdFloat.html
    Registered: Mon Aug 11 02:33:01 UTC 2025
    - Last Modified: Thu Aug 07 10:48:04 UTC 2025
    - 50.2K bytes
    - Viewed (0)
  3. powif128 in std::intrinsics - Rust

    Raises an `f128` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif128.html
    Registered: Mon Aug 11 02:52:19 UTC 2025
    - Last Modified: Thu Aug 07 10:48:00 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. StaticMut in std::intrinsics::mir - Rust

    API documentation for the Rust `StaticMut` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.StaticMut.html
    Registered: Mon Aug 11 02:52:41 UTC 2025
    - Last Modified: Thu Aug 07 10:48:00 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  5. minnumf32 in std::intrinsics - Rust

    Returns the minimum (IEEE 754-2008 minNum) of two `f32` values.
    doc.rust-lang.org/std/intrinsics/fn.minnumf32.html
    Registered: Mon Aug 11 02:52:48 UTC 2025
    - Last Modified: Thu Aug 07 10:48:00 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. UnwindResume in std::intrinsics::mir - Rust

    A terminator that resumes the unwinding.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindResume.html
    Registered: Mon Aug 11 02:53:30 UTC 2025
    - Last Modified: Thu Aug 07 10:48:00 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  7. logf64 in std::intrinsics - Rust

    Returns the natural logarithm of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.logf64.html
    Registered: Mon Aug 11 02:53:56 UTC 2025
    - Last Modified: Thu Aug 07 10:48:00 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. atomic_xsub in std::intrinsics - Rust

    Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xsub.html
    Registered: Mon Aug 11 02:47:33 UTC 2025
    - Last Modified: Thu Aug 07 10:47:59 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  9. black_box in std::intrinsics - Rust

    See documentation of `std::hint::black_box` for details.
    doc.rust-lang.org/std/intrinsics/fn.black_box.html
    Registered: Mon Aug 11 02:47:36 UTC 2025
    - Last Modified: Thu Aug 07 10:47:59 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. 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.html
    Registered: Mon Aug 11 02:48:42 UTC 2025
    - Last Modified: Thu Aug 07 10:47:59 UTC 2025
    - 6.2K bytes
    - Viewed (0)
Back to top