Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dfixedpoint.h50 tIntegerType BitXor(tIntegerType a, tIntegerType b) { in BitXor() function
87 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val)); in SelectUsingMask()
340 MAKE_FIXEDPOINT_BINARY_FUNC(operator^, BitXor)
Dfixedpoint_neon.h38 inline int32x4_t BitXor(int32x4_t a, int32x4_t b) { in BitXor() function