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

/external/deqp/framework/common/
H A DtcuVectorUtil.hpp49 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } function in namespace:tcu
420 TCU_DECLARE_VECTOR_BINARY_FUNC(bitwiseAnd, bitwiseAnd)

Completed in 703 milliseconds