Searched refs:BitAnd (Results 1 - 4 of 4) sorted by relevance

/external/gemmlowp/internal/
H A Dfixedpoint.h40 tIntegerType BitAnd(tIntegerType a, tIntegerType b) { function in namespace:gemmlowp
87 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val));
339 MAKE_FIXEDPOINT_BINARY_FUNC(operator&, BitAnd)
481 MaskIfNonZero(BitAnd( \
H A Dfixedpoint_neon.h28 inline int32x4_t BitAnd(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
/external/sqlite/dist/orig/
H A Dsqlite3.c26342 /* 85 */ "BitAnd" OpHelp("r[P3]=r[P1]&r[P2]"),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26342 /* 85 */ "BitAnd" OpHelp("r[P3]=r[P1]&r[P2]"),
[all...]

Completed in 925 milliseconds