Searched defs:MaskIfLessThan (Results 1 - 3 of 3) sorted by relevance

/external/gemmlowp/fixedpoint/
H A Dfixedpoint_neon.h113 inline int32x4_t MaskIfLessThan(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
H A Dfixedpoint_sse.h116 inline __m128i MaskIfLessThan(__m128i a, __m128i b) { function in namespace:gemmlowp
122 return BitNot(MaskIfLessThan(a, b));
H A Dfixedpoint.h176 tIntegerType MaskIfLessThan(tIntegerType a, tIntegerType b) { function in namespace:gemmlowp
284 Add(ShiftRight(mask, 1), BitAnd(MaskIfLessThan(x, zero), one));
318 MaskIfLessThan(x, Dup<IntegerType>(-threshold));
532 MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(MaskIfLessThan)
667 result = SelectUsingMask(MaskIfLessThan(a, clamp), ResultF::Zero(), result);
713 tRawType mask_if_negative = MaskIfLessThan(a, InputF::Zero());

Completed in 43 milliseconds