Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dfixedpoint_neon.h43 inline int32x4_t BitNot(int32x4_t a) { in BitNot() function
85 return BitNot(MaskIfEqual(a, b)); in MaskIfNotEqual()
Dfixedpoint.h55 tIntegerType BitNot(tIntegerType a) { in BitNot() function
87 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val)); in SelectUsingMask()
93 return a ? BitNot(zero) : zero; in MaskIfNonZero()
336 MAKE_FIXEDPOINT_UNARY_FUNC(operator~, BitNot)