Searched refs:_fltMantissaBitCount (Results 1 – 2 of 2) sorted by relevance
158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local161 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 …]
172 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local175 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 …]