Searched refs:loExp (Results 1 – 1 of 1) sorted by relevance
3325 int loExp = 0; in doApply() local3326 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()