Searched refs:MaskIfGreaterThan (Results 1 - 4 of 4) sorted by relevance

/external/gemmlowp/fixedpoint/
H A Dfixedpoint_sse.h211 inline __m128i MaskIfGreaterThan(__m128i a, __m128i b) { function in namespace:gemmlowp
216 inline int16x8_m128i MaskIfGreaterThan(int16x8_m128i a, int16x8_m128i b) { function in namespace:gemmlowp
243 return BitNot(MaskIfGreaterThan(a, b));
248 return BitNot(MaskIfGreaterThan(a, b));
H A Dfixedpoint_msa.h194 inline v4i32 MaskIfGreaterThan(v4i32 a, v4i32 b) { function in namespace:gemmlowp
199 inline v8i16 MaskIfGreaterThan(v8i16 a, v8i16 b) { function in namespace:gemmlowp
H A Dfixedpoint_neon.h180 inline int32x4_t MaskIfGreaterThan(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
185 inline int16x8_t MaskIfGreaterThan(int16x8_t a, int16x8_t b) { function in namespace:gemmlowp
H A Dfixedpoint.h168 tIntegerType MaskIfGreaterThan(tIntegerType a, tIntegerType b) { function in namespace:gemmlowp
345 BitAnd(MaskIfGreaterThan(remainder, threshold), one));
375 MaskIfGreaterThan(x, Dup<IntegerType>(threshold));
590 MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(MaskIfGreaterThan)
854 tRawType mask_if_positive = MaskIfGreaterThan(a, InputF::Zero());

Completed in 147 milliseconds