Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 2,191 for host:doc.rust-lang.org (0.04 sec)

  1. 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 Nov 15 02:32:20 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. 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 Nov 15 02:32:23 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. 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 Nov 15 02:32:27 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. simd_shl in std::intrinsics::simd - Rust

    Shifts vector left elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shl.html
    Registered: Fri Nov 15 02:32:30 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. sqrtf128 in std::intrinsics - Rust

    Returns the square root of an `f128`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf128.html
    Registered: Fri Nov 15 02:31:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. log2f128 in std::intrinsics - Rust

    Returns the base 2 logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.log2f128.html
    Registered: Fri Nov 15 02:20:27 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. Retag in std::intrinsics::mir - Rust

    API documentation for the Rust `Retag` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Retag.html
    Registered: Fri Nov 15 02:25:40 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. rintf64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.rintf64.html
    Registered: Fri Nov 15 02:25:49 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. saturating_add in std::intrinsics - Rust

    Computes `a + b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_add.html
    Registered: Fri Nov 15 02:26:02 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. prefetch_read_instruction in std::intrinsics - ...

    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_instruction.html
    Registered: Fri Nov 15 02:24:46 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top