Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp172 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
175 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
177 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
178 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
191 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
192 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
206 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
213 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
214 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
236 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]