Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.c151 const deUint32 lostMask = deBitMask32(0, numLostBits); in deInt32ToFloatRoundToNegInf() local
158 return (float)(deInt32)(~lostMask & (deUint32)x); in deInt32ToFloatRoundToNegInf()
160 else if ((lostMask & (deUint32)-x) == 0u) in deInt32ToFloatRoundToNegInf()
169 const float nearestHigher = (float)-(deInt32)(~lostMask & (deUint32)-x); in deInt32ToFloatRoundToNegInf()