Searched defs:MaskIfLessThan (Results 1 - 4 of 4) sorted by relevance
/external/gemmlowp/fixedpoint/ |
H A D | fixedpoint_msa.h | 214 inline v4i32 MaskIfLessThan(v4i32 a, v4i32 b) { function in namespace:gemmlowp 219 inline v8i16 MaskIfLessThan(v8i16 a, v8i16 b) { function in namespace:gemmlowp
|
H A D | fixedpoint_neon.h | 200 inline int32x4_t MaskIfLessThan(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp 205 inline int16x8_t MaskIfLessThan(int16x8_t a, int16x8_t b) { function in namespace:gemmlowp
|
H A D | fixedpoint_sse.h | 221 inline __m128i MaskIfLessThan(__m128i a, __m128i b) { function in namespace:gemmlowp 226 inline int16x8_m128i MaskIfLessThan(int16x8_m128i a, int16x8_m128i b) { function in namespace:gemmlowp 232 return BitNot(MaskIfLessThan(a, b)); 238 return BitNot(MaskIfLessThan(a, b));
|
H A D | fixedpoint.h | 182 tIntegerType MaskIfLessThan(tIntegerType a, tIntegerType b) { function in namespace:gemmlowp 343 Add(ShiftRight(mask, 1), BitAnd(MaskIfLessThan(x, zero), one)); 377 MaskIfLessThan(x, Dup<IntegerType>(-threshold)); 592 MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(MaskIfLessThan) 762 result = SelectUsingMask(MaskIfLessThan(a, clamp), ResultF::Zero(), result); 808 tRawType mask_if_negative = MaskIfLessThan(a, InputF::Zero());
|
Completed in 185 milliseconds