Home
last modified time | relevance | path

Searched defs:simd_reduce_all (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/simd/intrinsic/
Dgeneric-reduction.rs25 fn simd_reduce_all<T>(x: T) -> bool; in simd_reduce_all() function
Dgeneric-reduction-pass.rs39 fn simd_reduce_all<T>(x: T) -> bool; in simd_reduce_all() function
/third_party/rust/rust/src/tools/miri/tests/pass/
Dportable-simd.rs391 fn simd_reduce_all<T>(x: T) -> bool; in simd_intrinsics() function
/third_party/rust/rust/library/portable-simd/crates/core_simd/src/
Dintrinsics.rs122 pub(crate) fn simd_reduce_all<T>(x: T) -> bool; in simd_reduce_all() function