Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF() local
223 INT32 isNegative = output & _fltSignBit; in floatToIDotF()
244 else if (isNegative && (output & ~_fltSignBit) >= _fxpMaxNegValueFloat) in floatToIDotF()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp178 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF() local
237 INT32 isNegative = output & _fltSignBit; in floatToIDotF()
258 else if (isNegative && (output & ~_fltSignBit) >= _fxpMaxNegValueFloat) in floatToIDotF()