Searched refs:bitwiseNot (Results 1 - 2 of 2) 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)
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1078 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot)
1102 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot)
1386 << BuiltinOperInfo ("bitwise_not", "~", IGT, Value(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot))
1387 << BuiltinOperInfo ("bitwise_not", "~", UGT, Value(UGT, 0.0f, 2e9f), notUsed, notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseNot))

Completed in 398 milliseconds