Lines Matching refs:deLdExp
2088 deLdExp(1.0, fmt.getMinExp()), in precision()
2089 deLdExp(1.0, fmt.getMaxExp() - 1))) in precision()
2164 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -21) : ctx.format.ulp(ret, 3.0); in precision()
2166 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -7) : ctx.format.ulp(ret, 2.0); in precision()
2182 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -21) : ctx.format.ulp(ret, 4.0); in warningPrecision()
2342 return deLdExp(1.0, -11); in precision()
2348 return deLdExp(deAbs(arg), -12); in precision()
2361 return deLdExp(deAbs(arg), -10); in precision()
2417 return deLdExp(1.0, -11); in precision()
2422 return deLdExp(1.0, -8); in precision()
3354 const double minQuantum = deLdExp(1.0f, minExp - fractionBits); in compare()
3355 const double minNormalized = deLdExp(1.0f, minExp); in compare()
3510 exponent = Interval(-deLdExp(1.0, 31), deLdExp(1.0, 31)-1); in doApply()