Home
last modified time | relevance | path

Searched defs:CEILING (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DBigDecimalMathTest.java138 .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/
DBigDecimalMathTest.java138 .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/
DDateUtils.java138 CEILING enumConstant
/external/freetype/src/raster/
Dftraster.c431 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision ) macro