Searched refs:lostMask (Results 1 – 1 of 1) sorted by relevance
151 const deUint32 lostMask = deBitMask32(0, numLostBits); in deInt32ToFloatRoundToNegInf() local158 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()