Searched defs:minExponent (Results 1 – 3 of 3) sorted by relevance
270 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn()311 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp()457 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
1006 int32_t minExponent = getUpperExponent() - maxSigDigits; in roundAtExponent() local
50 APFloat::ExponentType minExponent; member