Searched refs:TCU_SET_INTERVAL (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuInterval.cpp | 39 TCU_SET_INTERVAL(val, point, point = func(x))); in applyMonotone() 53 TCU_SET_INTERVAL(val, point, point = func(x, y))); in applyMonotone() 82 TCU_SET_INTERVAL(val, point, point = xp - yp)); in operator -() 91 TCU_SET_INTERVAL(val, point, point = xp * yp)); in operator *() 108 TCU_SET_INTERVAL(val, point, point = nomp / denp)); in operator /()
|
D | tcuInterval.hpp | 195 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2069 TCU_SET_INTERVAL(prod0, tmp, tmp = ia.lo() * ib.lo()); in fma() 2070 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma() 2071 TCU_SET_INTERVAL(prod2, tmp, tmp = ia.hi() * ib.lo()); in fma() 2072 TCU_SET_INTERVAL(prod3, tmp, tmp = ia.hi() * ib.hi()); in fma()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1678 TCU_SET_INTERVAL(val, point, in applyMonotone() 1743 TCU_SET_INTERVAL(ret, point, in applyMonotone() 1845 TCU_SET_INTERVAL(ret, point, in applyMonotone()
|