Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,321 for host:doc.rust-lang.org (0.05 sec)

  1. simd_arith_offset in std::intrinsics::simd - Rust

    Calculates the offset from a pointer vector elementwise, potentially wrapping.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_arith_offset.html
    Registered: Mon Aug 04 03:19:14 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. saturating_add in std::intrinsics - Rust

    Computes `a + b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_add.html
    Registered: Mon Aug 04 03:18:26 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. pref_align_of in std::intrinsics - Rust

    The preferred alignment of a type.
    doc.rust-lang.org/std/intrinsics/fn.pref_align_of.html
    Registered: Mon Aug 04 03:18:30 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. roundf32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. Rounds half-way cases away from zero.
    doc.rust-lang.org/std/intrinsics/fn.roundf32.html
    Registered: Mon Aug 04 03:18:34 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. contract_checks in std::intrinsics - Rust

    Returns whether we should perform contract-checking at runtime.
    doc.rust-lang.org/std/intrinsics/fn.contract_checks.html
    Registered: Mon Aug 04 03:07:19 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. exp2f64 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f64.html
    Registered: Mon Aug 04 03:07:40 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. copy in std::intrinsics - Rust

    Copies `count * size_of::<T>()` bytes from `src` to `dst`. The source and destination may overlap.
    doc.rust-lang.org/std/intrinsics/fn.copy.html Similar Results (1)
    Registered: Mon Aug 04 03:07:46 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  8. ceilf128 in std::intrinsics - Rust

    Returns the smallest integer greater than or equal to an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.ceilf128.html
    Registered: Mon Aug 04 03:07:50 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. cosf32 in std::intrinsics - Rust

    Returns the cosine of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.cosf32.html
    Registered: Mon Aug 04 03:07:53 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. fmaf16 in std::intrinsics - Rust

    Returns `a * b + c` for `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.fmaf16.html
    Registered: Mon Aug 04 03:07:56 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top