Searched refs:_fltSignBit (Results 1 – 2 of 2) sorted by relevance
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF() local223 INT32 isNegative = output & _fltSignBit; in floatToIDotF()244 else if (isNegative && (output & ~_fltSignBit) >= _fxpMaxNegValueFloat) in floatToIDotF()
178 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF() local237 INT32 isNegative = output & _fltSignBit; in floatToIDotF()258 else if (isNegative && (output & ~_fltSignBit) >= _fxpMaxNegValueFloat) in floatToIDotF()