Home
last modified time | relevance | path

Searched refs:MaskIfEqual (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dfixedpoint_neon.h79 inline int32x4_t MaskIfEqual(int32x4_t a, int32x4_t b) { in MaskIfEqual() function
85 return BitNot(MaskIfEqual(a, b)); in MaskIfNotEqual()
90 return MaskIfEqual(a, vdupq_n_s32(0)); in MaskIfZero()
Dfixedpoint.h102 tIntegerType MaskIfEqual(tIntegerType a, tIntegerType b) { in MaskIfEqual() function
362 MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(MaskIfEqual)
383 return All(MaskIfEqual(a.raw(), b.raw()));