Home
last modified time | relevance | path

Searched refs:deInt32ToFloat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMathTest.c47 DE_TEST_ASSERT(deInt32ToFloatRoundToNegInf(x) <= deInt32ToFloat(x)); in testSingleInt32ToFloat()
48 DE_TEST_ASSERT(deInt32ToFloat(x) <= deInt32ToFloatRoundToPosInf(x)); in testSingleInt32ToFloat()
DdeMath.h200 DE_INLINE float deInt32ToFloat (deInt32 x) { return (float)x; } in deInt32ToFloat() function