Home
last modified time | relevance | path

Searched defs:minExponent (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp270 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
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp1006 int32_t minExponent = getUpperExponent() - maxSigDigits; in roundAtExponent() local
/external/llvm/lib/Support/
DAPFloat.cpp50 APFloat::ExponentType minExponent; member