Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UNUM_ROUND_CEILING

999     roundingTest2(nnf, -0.125, UNUM_ROUND_CEILING, "-0.12");
1010 roundingTest2(nnf, 24.25, UNUM_ROUND_CEILING, "24.25");
1014 roundingTest2(nnf, 1.0000001, UNUM_ROUND_CEILING, "1.01");
1022 roundingTest2(nnf, -1.0000001, UNUM_ROUND_CEILING, "-1");