Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1741 - 1750 of 2,333 for host:doc.rust-lang.org (0.17 sec)

  1. bswap in std::intrinsics - Rust

    Reverses the bytes in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bswap.html
    Registered: Mon Jun 16 02:38:33 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. atomic_max_relaxed in std::intrinsics - Rust

    Maximum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_max_relaxed.html
    Registered: Mon Jun 16 02:37:37 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  3. cold_path in std::intrinsics - Rust

    Hints to the compiler that current code path is cold.
    doc.rust-lang.org/std/intrinsics/fn.cold_path.html
    Registered: Mon Jun 16 02:37:57 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. contract_check_requires in std::intrinsics - Rust

    Check if the pre-condition `cond` has been met.
    doc.rust-lang.org/std/intrinsics/fn.contract_check_requires.html
    Registered: Mon Jun 16 02:38:01 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  5. powf32 in std::intrinsics - Rust

    Raises an `f32` to an `f32` power.
    doc.rust-lang.org/std/intrinsics/fn.powf32.html
    Registered: Mon Jun 16 02:49:53 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. simd_bitreverse in std::intrinsics::simd - Rust

    Reverses bits of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitreverse.html
    Registered: Mon Jun 16 02:49:19 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. ptr_offset_from in std::intrinsics - Rust

    See documentation of `<*const T>::offset_from` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from.html
    Registered: Mon Jun 16 02:49:22 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. round_ties_even_f32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f32.html
    Registered: Mon Jun 16 02:49:36 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. rintf32 in std::intrinsics - Rust

    Provided for compatibility with stdarch. DO NOT USE.
    doc.rust-lang.org/std/intrinsics/fn.rintf32.html
    Registered: Mon Jun 16 02:50:34 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  10. simd_fcos in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fcos.html
    Registered: Mon Jun 16 02:48:29 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top