Home | History | Annotate | Download | only in cintltst

Lines Matching full:doublebig

1375     const double doubleBig = 10.0 * (double)U_INT64_MAX;
1453 unum_formatDouble(fmt, doubleBig, result, 512, NULL, &status);
1457 log_verbose("format doubleBig: '%s'\n", result);
1480 } else if (!withinErr(valDouble, doubleBig, 1e-15)) {