Home
last modified time | relevance | path

Searched defs:cmpgt (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddvec.h229 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/
Dvec3.rs291 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
Dvec2.rs248 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs248 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
Ddvec4.rs296 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() method
Ddvec3.rs291 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs308 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
Dvec3a.rs300 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs271 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
Dvec3a.rs293 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs312 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
Dvec4.rs283 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs288 pub fn cmpgt(self, rhs: Self) -> BVec3A { in cmpgt() method
Dvec4.rs260 pub fn cmpgt(self, rhs: Self) -> BVec4A { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs240 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
Di64vec3.rs283 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs283 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
Di16vec2.rs240 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs273 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() method
Du64vec2.rs231 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
Du64vec3.rs271 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs273 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() method
Du16vec2.rs231 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec3.rs271 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec3.rs283 pub fn cmpgt(self, rhs: Self) -> BVec3 { in cmpgt() method

12