Home
last modified time | relevance | path

Searched defs:simd_min (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/
H A Dord.rs34 fn simd_min(self, other: Self) -> Self; in simd_min() method
256 fn simd_min(self, other: Self) -> Self { in simd_min() function
306 fn simd_min(self, other: Self) -> Self { in simd_min() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/
H A Dord.rs34 fn simd_min(self, other: Self) -> Self; in simd_min() method
256 fn simd_min(self, other: Self) -> Self { in simd_min() function
306 fn simd_min(self, other: Self) -> Self { in simd_min() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/
H A Dord.rs34 fn simd_min(self, other: Self) -> Self; in simd_min() method
256 fn simd_min(self, other: Self) -> Self { in simd_min() function
306 fn simd_min(self, other: Self) -> Self { in simd_min() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/
H A Dord.rs34 fn simd_min(self, other: Self) -> Self; in simd_min() method
256 fn simd_min(self, other: Self) -> Self { in simd_min() function
306 fn simd_min(self, other: Self) -> Self { in simd_min() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/cmp/
H A Dord.rs34 fn simd_min(self, other: Self) -> Self; in simd_min() method
256 fn simd_min(self, other: Self) -> Self { in simd_min() function
306 fn simd_min(self, other: Self) -> Self { in simd_min() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/
H A Dfloat.rs141 fn simd_min(self, other: Self) -> Self; in simd_min() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/
H A Dfloat.rs141 fn simd_min(self, other: Self) -> Self; in simd_min() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/
H A Dfloat.rs141 fn simd_min(self, other: Self) -> Self; in simd_min() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/
H A Dfloat.rs141 fn simd_min(self, other: Self) -> Self; in simd_min() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/
H A Dfloat.rs141 fn simd_min(self, other: Self) -> Self; in simd_min() method
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddvec.h412 inline Is16vec8 simd_min(const Is16vec8 &a,const Is16vec8 &b) { return _mm_min_epi16(a,b); } in simd_min() function
646 inline Iu8vec16 simd_min(const Iu8vec16 &a,const Iu8vec16 &b) { return _mm_min_epu8(a,b); } in simd_min() function