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

/external/gemmlowp/fixedpoint/
H A Dfixedpoint_neon.h118 inline int32x4_t MaskIfLessThanOrEqual(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
H A Dfixedpoint_sse.h126 inline __m128i MaskIfLessThanOrEqual(__m128i a, __m128i b) { function in namespace:gemmlowp
H A Dfixedpoint.h183 tIntegerType MaskIfLessThanOrEqual(tIntegerType a, tIntegerType b) { function in namespace:gemmlowp
533 MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(MaskIfLessThanOrEqual)

Completed in 219 milliseconds