Home
last modified time | relevance | path

Searched refs:deInt32ToFloatRoundToPosInf (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMathTest.c48 DE_TEST_ASSERT(deInt32ToFloat(x) <= deInt32ToFloatRoundToPosInf(x)); in testSingleInt32ToFloat()
52 DE_TEST_ASSERT(deInt32ToFloatRoundToNegInf(x) < deInt32ToFloatRoundToPosInf(x)); in testSingleInt32ToFloat()
54 DE_TEST_ASSERT(deInt32ToFloatRoundToNegInf(x) == deInt32ToFloatRoundToPosInf(x)); in testSingleInt32ToFloat()
57 if (deInt32ToFloatRoundToNegInf(x) < deInt32ToFloatRoundToPosInf(x)) in testSingleInt32ToFloat()
66 v1.f = deInt32ToFloatRoundToPosInf(x); in testSingleInt32ToFloat()
DdeMath.c183 float deInt32ToFloatRoundToPosInf (deInt32 x) in deInt32ToFloatRoundToPosInf() function
DdeMath.h207 float deInt32ToFloatRoundToPosInf (deInt32 x);
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1083 const glw::GLfloat refValueMax = deInt32ToFloatRoundToPosInf(expected); in verifyInteger()
1213 …if (state.getFloatAccess() > deInt32ToFloatRoundToPosInf(maxValue) || deIsNaN(state.getFloatAccess… in verifyIntegerMax()