Searched refs:deInt32ToFloatRoundToPosInf (Results 1 – 4 of 4) sorted by relevance
48 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()
183 float deInt32ToFloatRoundToPosInf (deInt32 x) in deInt32ToFloatRoundToPosInf() function
207 float deInt32ToFloatRoundToPosInf (deInt32 x);
1083 const glw::GLfloat refValueMax = deInt32ToFloatRoundToPosInf(expected); in verifyInteger()1213 …if (state.getFloatAccess() > deInt32ToFloatRoundToPosInf(maxValue) || deIsNaN(state.getFloatAccess… in verifyIntegerMax()