Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1561 - 1570 of 2,271 for host:doc.rust-lang.org (0.03 sec)

  1. masksizex64 in std::simd::prelude - Rust

    A SIMD mask with 64 elements for vectors with pointer-sized element types.
    doc.rust-lang.org/std/simd/prelude/type.masksizex64.html
    Registered: Mon Jan 05 03:47:03 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. expf64 in std::intrinsics - Rust

    Returns the exponential of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.expf64.html
    Registered: Mon Jan 05 03:10:23 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. StorageDead in std::intrinsics::mir - Rust

    API documentation for the Rust `StorageDead` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.StorageDead.html
    Registered: Mon Jan 05 03:10:27 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  4. 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.html
    Registered: Mon Jan 05 03:12:39 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  5. simd_expose_provenance in std::intrinsics::simd...

    Exposes a vector of pointers as a vector of addresses.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_expose_provenance.html
    Registered: Mon Jan 05 03:12:58 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. simd_reduce_all in std::intrinsics::simd - Rust

    Checks if all mask values are true.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_all.html
    Registered: Mon Jan 05 03:11:34 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. 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.html
    Registered: Mon Jan 05 03:11:40 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. round_ties_even_f16 in std::intrinsics - Rust

    Returns the nearest integer to an `f16`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f16.html
    Registered: Mon Jan 05 03:11:43 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. round_ties_even_f64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f64.html
    Registered: Mon Jan 05 03:11:47 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. roundf16 in std::intrinsics - Rust

    Returns the nearest integer to an `f16`. Rounds half-way cases away from zero.
    doc.rust-lang.org/std/intrinsics/fn.roundf16.html
    Registered: Mon Jan 05 03:11:50 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top