Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test %27 [xss]

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

  1. unchecked_add in std::intrinsics - Rust

    Returns the result of an unchecked addition, resulting in undefined behavior when `x + y > T::MAX` or `x + y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_add.html
    Registered: Fri Nov 15 02:31:18 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. 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 Nov 15 02:29:28 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. simd_flog in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog.html
    Registered: Fri Nov 15 02:29:35 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. 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: Fri Nov 15 02:30:43 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. simd_extract in std::intrinsics::simd - Rust

    Extracts an element from a vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_extract.html
    Registered: Fri Nov 15 02:30:25 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. simd_reduce_add_unordered in std::intrinsics::s...

    Adds elements within a vector in arbitrary order. May also be re-associated with unordered additions on the inputs/outputs.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_add_unordered.html
    Registered: Fri Nov 15 02:30:29 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  7. align_of_val in std::mem - Rust

    Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.
    doc.rust-lang.org/std/mem/fn.align_of_val.html
    Registered: Fri Nov 15 02:37:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:32 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. volatile_copy_nonoverlapping_memory in std::int...

    Equivalent to the appropriate `llvm.memcpy.p0i8.0i8.*` intrinsic, with a size of `count` * `size_of::<T>()` and an alignment of `min_align_of::<T>()`
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_nonoverlapping_memory.html
    Registered: Fri Nov 15 02:37:04 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. c_ushort in std::ffi - Rust

    Equivalent to C’s `unsigned short` type.
    doc.rust-lang.org/std/ffi/type.c_ushort.html
    Registered: Fri Nov 15 02:41:13 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. spin_loop_hint in std::sync::atomic - Rust

    Signals the processor that it is inside a busy-wait spin-loop (“spin lock”).
    doc.rust-lang.org/std/sync/atomic/fn.spin_loop_hint.html
    Registered: Fri Nov 15 02:45:04 UTC 2024
    - Last Modified: Thu Oct 17 16:29:40 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top