Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1071 - 1080 of 2,333 for host:doc.rust-lang.org (0.03 sec)

  1. powif64 in std::intrinsics - Rust

    Raises an `f64` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif64.html
    Registered: Wed Jun 04 02:37:16 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. prefetch_read_data in std::intrinsics - Rust

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_read_data.html
    Registered: Wed Jun 04 02:37:19 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. UnwindCleanup in std::intrinsics::mir - Rust

    An unwind action that continues execution in a given basic block.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindCleanup.html
    Registered: Wed Jun 04 02:37:36 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  4. rintf64 in std::intrinsics - Rust

    Provided for compatibility with stdarch. DO NOT USE.
    doc.rust-lang.org/std/intrinsics/fn.rintf64.html
    Registered: Wed Jun 04 02:37:43 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. simd_as in std::intrinsics::simd - Rust

    Numerically casts a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_as.html
    Registered: Wed Jun 04 02:37:56 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. round_ties_even_f128 in std::intrinsics - Rust

    Returns the nearest integer to an `f128`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f128.html
    Registered: Wed Jun 04 02:37:59 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. UnwindUnreachable in std::intrinsics::mir - Rust

    An unwind action that triggers undefined behavior.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindUnreachable.html
    Registered: Wed Jun 04 02:36:58 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. fadd_fast in std::intrinsics - Rust

    Float addition that allows optimizations based on algebraic rules. May assume inputs are finite.
    doc.rust-lang.org/std/intrinsics/fn.fadd_fast.html
    Registered: Wed Jun 04 02:36:24 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. from_ref in std::ptr - Rust

    Converts a reference to a raw pointer.
    doc.rust-lang.org/std/ptr/fn.from_ref.html
    Registered: Wed Jun 04 02:52:39 UTC 2025
    - Last Modified: Thu May 15 17:17:48 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  10. NonZeroU16 in std::num - Rust

    A `u16` that is known not to equal zero.
    doc.rust-lang.org/std/num/type.NonZeroU16.html
    Registered: Wed Jun 04 02:52:16 UTC 2025
    - Last Modified: Thu May 15 17:17:46 UTC 2025
    - 6.2K bytes
    - Viewed (0)
Back to top