Searched defs:CEILING (Results 1 – 4 of 4) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | BigDecimalMathTest.java | 138 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) in testRoundToDouble_maxPreciselyRepresentablePlusOne() local 149 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOne() local 160 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOneHalf() local 171 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN) in testRoundToDouble_twoToThe54PlusThree() local
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | BigDecimalMathTest.java | 138 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) in testRoundToDouble_maxPreciselyRepresentablePlusOne() local 149 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOne() local 160 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOneHalf() local 171 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN) in testRoundToDouble_twoToThe54PlusThree() local
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
D | DateUtils.java | 138 CEILING enumConstant
|
/external/freetype/src/raster/ |
D | ftraster.c | 431 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision ) macro
|