Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1161 - 1170 of 2,271 for host:doc.rust-lang.org (0.28 sec)

  1. 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: Fri Dec 26 02:21:01 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. const_allocate in std::intrinsics - Rust

    Allocates a block of memory at compile time. At runtime, just returns a null pointer.
    doc.rust-lang.org/std/intrinsics/fn.const_allocate.html
    Registered: Fri Dec 26 02:21:17 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. must_use in std::hint - Rust

    An identity function that causes an `unused_must_use` warning to be triggered if the given value is not used (returned, stored in a variable, etc) by the caller.
    doc.rust-lang.org/std/hint/fn.must_use.html
    Registered: Fri Dec 26 02:21:20 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 11K bytes
    - Viewed (0)
  4. atomic_fence in std::intrinsics - Rust

    An atomic fence.
    doc.rust-lang.org/std/intrinsics/fn.atomic_fence.html
    Registered: Fri Dec 26 02:19:54 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. type_name in std::intrinsics - Rust

    Gets a static string slice containing the name of a type.
    doc.rust-lang.org/std/intrinsics/fn.type_name.html
    Registered: Fri Dec 26 02:38:53 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. simd_rem in std::intrinsics::simd - Rust

    Returns remainder of two vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_rem.html
    Registered: Fri Dec 26 02:39:00 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. unaligned_volatile_store in std::intrinsics - Rust

    Performs a volatile store to the `dst` pointer. The pointer is not required to be aligned.
    doc.rust-lang.org/std/intrinsics/fn.unaligned_volatile_store.html
    Registered: Fri Dec 26 02:38:27 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  8. unchecked_funnel_shr in std::intrinsics - Rust

    Funnel Shift right.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_funnel_shr.html
    Registered: Fri Dec 26 02:38:34 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  9. simd_select in std::intrinsics::simd - Rust

    Selects elements from a mask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_select.html
    Registered: Fri Dec 26 02:38:40 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. sqrtf128 in std::intrinsics - Rust

    Returns the square root of an `f128`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf128.html
    Registered: Fri Dec 26 02:37:59 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top