Lines Matching refs:deLdExp
2089 deLdExp(1.0, fmt.getMinExp()), in precision()
2090 deLdExp(1.0, fmt.getMaxExp() - 1))) in precision()
2165 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -21) : ctx.format.ulp(ret, 3.0); in precision()
2167 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -7) : ctx.format.ulp(ret, 2.0); in precision()
2183 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -21) : ctx.format.ulp(ret, 4.0); in warningPrecision()
2343 return deLdExp(1.0, -11); in precision()
2349 return deLdExp(deAbs(arg), -12); in precision()
2362 return deLdExp(deAbs(arg), -10); in precision()
2418 return deLdExp(1.0, -11); in precision()
2423 return deLdExp(1.0, -8); in precision()
3355 const double minQuantum = deLdExp(1.0f, minExp - fractionBits); in compare()
3356 const double minNormalized = deLdExp(1.0f, minExp); in compare()
3511 exponent = Interval(-deLdExp(1.0, 31), deLdExp(1.0, 31)-1); in doApply()