Lines Matching refs:roundingTest
626 roundingTest(nnf, 0.00159999, 4, "0.0016");
627 roundingTest(nnf, 0.00995, 4, "0.01");
629 roundingTest(nnf, 12.3995, 3, "12.4");
631 roundingTest(nnf, 12.4999, 0, "12");
632 roundingTest(nnf, - 19.5, 0, "-20");
640 static void roundingTest(UNumberFormat* nf, double x, int32_t maxFractionDigits, const char* expected)