Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 2,191 for host:doc.rust-lang.org (0.05 sec)

  1. simd_fexp2 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fexp2.html
    Registered: Fri Nov 15 02:28:57 UTC 2024
    - Last Modified: Thu Oct 17 16:29:34 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. simd_cast in std::intrinsics::simd - Rust

    Numerically casts a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_cast.html
    Registered: Fri Nov 15 02:29:18 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. rotate_right in std::intrinsics - Rust

    Performs rotate right.
    doc.rust-lang.org/std/intrinsics/fn.rotate_right.html
    Registered: Fri Nov 15 02:23:51 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. simd_fsqrt in std::intrinsics::simd - Rust

    Takes the square root of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fsqrt.html
    Registered: Fri Nov 15 02:28:41 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. simd_reduce_mul_unordered in std::intrinsics::s...

    Multiplies 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_mul_unordered.html
    Registered: Fri Nov 15 02:27:26 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. simd_ctpop in std::intrinsics::simd - Rust

    Counts the number of ones in each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ctpop.html
    Registered: Fri Nov 15 02:28:14 UTC 2024
    - Last Modified: Thu Oct 17 16:29:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. simd_ge in std::intrinsics::simd - Rust

    Tests if `x` is greater than or equal to `y`, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_ge.html
    Registered: Fri Nov 15 02:28:31 UTC 2024
    - Last Modified: Thu Oct 17 16:29:33 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. fn_addr_eq in std::ptr - Rust

    Compares the addresses of the two function pointers for equality.
    doc.rust-lang.org/std/ptr/fn.fn_addr_eq.html
    Registered: Fri Nov 15 02:37:33 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. variant_count in std::mem - Rust

    Returns the number of variants in the enum type `T`.
    doc.rust-lang.org/std/mem/fn.variant_count.html
    Registered: Fri Nov 15 02:37:39 UTC 2024
    - Last Modified: Thu Oct 17 16:29:32 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. exit in std::process - Rust

    Terminates the current process with the specified exit code.
    doc.rust-lang.org/std/process/fn.exit.html
    Registered: Fri Nov 15 02:37:46 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top