Home | History | Annotate | Download | only in cintltst

Lines Matching refs:doubleBig

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