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

/external/deqp/framework/common/
H A DtcuVectorUtil.hpp48 template<typename T> inline T bitwiseNot (T a) { return ~a; } function in namespace:tcu
414 TCU_DECLARE_VECTOR_UNARY_FUNC(bitwiseNot, bitwiseNot)

Completed in 67 milliseconds