/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dvec.h | 230 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/ |
D | smp_api_types.h | 209 tSMP_CMPL cmplt; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec3.rs | 313 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|
D | vec2.rs | 270 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 270 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
|
D | dvec4.rs | 328 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() method
|
D | dvec3.rs | 313 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec4.rs | 340 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
|
D | vec3a.rs | 322 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec4.rs | 293 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
|
D | vec3a.rs | 315 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec3a.rs | 334 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
|
D | vec4.rs | 305 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec3a.rs | 310 pub fn cmplt(self, rhs: Self) -> BVec3A { in cmplt() method
|
D | vec4.rs | 282 pub fn cmplt(self, rhs: Self) -> BVec4A { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 262 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
|
D | i64vec3.rs | 305 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec3.rs | 305 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|
D | i16vec2.rs | 262 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec4.rs | 305 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() method
|
D | u64vec2.rs | 253 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() method
|
D | u64vec3.rs | 293 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec4.rs | 305 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec3.rs | 293 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec3.rs | 305 pub fn cmplt(self, rhs: Self) -> BVec3 { in cmplt() method
|