Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMathTest.c47 DE_TEST_ASSERT(deInt32ToFloatRoundToNegInf(x) <= deInt32ToFloat(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()
65 v0.f = deInt32ToFloatRoundToNegInf(x); in testSingleInt32ToFloat()
DdeMath.c138 float deInt32ToFloatRoundToNegInf (deInt32 x) in deInt32ToFloatRoundToNegInf() function
188 return -deInt32ToFloatRoundToNegInf(-x); in deInt32ToFloatRoundToPosInf()
DdeMath.h204 float deInt32ToFloatRoundToNegInf (deInt32 x);
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1082 const glw::GLfloat refValueMin = deInt32ToFloatRoundToNegInf(expected); in verifyInteger()
1159 …if (state.getFloatAccess() < deInt32ToFloatRoundToNegInf(minValue) || deIsNaN(state.getFloatAccess… in verifyIntegerMin()