Home
last modified time | relevance | path

Searched defs:cmplt (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddvec.h230 inline Is32vec4 cmplt(const Is32vec4 &a,const Is32vec4 &b) { return _mm_cmpgt_epi32(b,a); } in cmplt() function
400 inline Is16vec8 cmplt(const Is16vec8 &a,const Is16vec8 &b) { return _mm_cmpgt_epi16(b,a); } in cmplt() function
572 inline Is8vec16 cmplt(const Is8vec16 &a,const Is8vec16 &b) { return _mm_cmplt_epi8(a,b); } in cmplt() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h209 tSMP_CMPL cmplt; member
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs313 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
Dvec2.rs270 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs270 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
Ddvec4.rs328 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() method
Ddvec3.rs313 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs340 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
Dvec3a.rs322 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs293 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
Dvec3a.rs315 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs334 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
Dvec4.rs305 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs310 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
Dvec4.rs282 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs262 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
Di64vec3.rs305 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs305 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
Di16vec2.rs262 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs305 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() method
Du64vec2.rs253 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
Du64vec3.rs293 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs305 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec3.rs293 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec3.rs305 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method

12