Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3325 int loExp = 0; in doApply() local
3326 const double loFrac = deFrExp(x.lo(), &loExp); in doApply()
3332 exponent = Interval(-TCU_INFINITY, de::max(loExp, hiExp)); in doApply()
3341 exponent = Interval(loExp, hiExp); in doApply()
3342 if (loExp == hiExp) in doApply()