/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dvec.h | 229 inline Is32vec4 cmpgt(const Is32vec4 &a,const Is32vec4 &b) { return _mm_cmpgt_epi32(a,b); } in cmpgt() function 399 inline Is16vec8 cmpgt(const Is16vec8 &a,const Is16vec8 &b) { return _mm_cmpgt_epi16(a,b); } in cmpgt() function 571 inline Is8vec16 cmpgt(const Is8vec16 &a,const Is8vec16 &b) { return _mm_cmpgt_epi8(a,b); } in cmpgt() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec3.rs | 291 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|
D | vec2.rs | 248 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 248 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
|
D | dvec4.rs | 296 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() method
|
D | dvec3.rs | 291 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec4.rs | 308 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
|
D | vec3a.rs | 300 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec4.rs | 271 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
|
D | vec3a.rs | 293 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec3a.rs | 312 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
|
D | vec4.rs | 283 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec3a.rs | 288 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
|
D | vec4.rs | 260 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 240 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
|
D | i64vec3.rs | 283 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec3.rs | 283 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|
D | i16vec2.rs | 240 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec4.rs | 273 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() method
|
D | u64vec2.rs | 231 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
|
D | u64vec3.rs | 271 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec4.rs | 273 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() method
|
D | u16vec2.rs | 231 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec3.rs | 271 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec3.rs | 283 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
|