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.c164 float deInt32ToFloatRoundToNegInf(int32_t x) in deInt32ToFloatRoundToNegInf() function
214 return -deInt32ToFloatRoundToNegInf(-x); in deInt32ToFloatRoundToPosInf()
DdeMath.h510 float deInt32ToFloatRoundToNegInf(int32_t x);
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1085 const glw::GLfloat refValueMin = deInt32ToFloatRoundToNegInf(expected); in verifyInteger()
1162 …if (state.getFloatAccess() < deInt32ToFloatRoundToNegInf(minValue) || std::isnan(state.getFloatAcc… in verifyIntegerMin()