Home
last modified time | relevance | path

Searched refs:normalizationExponentOffset (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.cpp225 int normalizationExponentOffset = 1 - mantissaDecimalDigits; in NumericLexFloat32OutOfRangeToInfinity() local
227 value *= std::pow(10.0, static_cast<double>(exponent + normalizationExponentOffset)); in NumericLexFloat32OutOfRangeToInfinity()