Searched refs:_fltHiddenBit (Results 1 – 2 of 2) sorted by relevance
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF() local162 const INT32 _fltMantissaMask = _fltHiddenBit - 1; in floatToIDotF()262 output = (output & _fltMantissaMask) | _fltHiddenBit; in floatToIDotF()
175 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF() local176 const INT32 _fltMantissaMask = _fltHiddenBit - 1; in floatToIDotF()276 output = (output & _fltMantissaMask) | _fltHiddenBit; in floatToIDotF()