HomeSort by relevance Sort by last modified time
    Searched refs:CEILING (Results 1 - 21 of 21) sorted by null

  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 24 import static java.math.RoundingMode.CEILING;
78 case CEILING:
158 case CEILING:
194 case CEILING:
293 int approxSize = IntMath.divide(n * IntMath.log2(n, CEILING), Long.SIZE, CEILING);
IntMath.java 87 case CEILING:
128 case CEILING:
216 case CEILING:
280 case CEILING:
LongMath.java 83 case CEILING:
126 case CEILING:
255 case CEILING:
324 case CEILING:
DoubleMath.java 62 case CEILING:
227 case CEILING:
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 65 this(new long[IntMath.divide(bits, 64, RoundingMode.CEILING)]);
  /external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 29 import static java.math.RoundingMode.CEILING;
99 for (RoundingMode mode : asList(CEILING, UP)) {
186 for (RoundingMode mode : asList(CEILING, UP)) {
278 for (RoundingMode mode : asList(CEILING, UP)) {
MathTesting.java 21 import static java.math.RoundingMode.CEILING;
52 FLOOR, CEILING, HALF_EVEN, HALF_UP, HALF_DOWN);
DoubleMathTest.java 26 import static java.math.RoundingMode.CEILING;
299 int log2 = DoubleMath.log2(d, CEILING);
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 446 #undef CEILING
451 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision )
456 #define IS_BOTTOM_OVERSHOOT( x ) ( CEILING( x ) - x >= ras.precision_half )
    [all...]
  /external/freetype/src/raster/
ftraster.c 446 #undef CEILING
451 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision )
457 (Bool)( CEILING( x ) - x >= ras.precision_half )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 731 /** Compute ceiling of integer quotient of A divided by B. */
732 #define CEILING( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 )
image.c 146 * CEILING( comp_per_pixel*pixels_per_row, 8*alignment );
pack.c 164 width_in_bytes = CEILING( width, 8 );
259 width_in_bytes = CEILING( width, 8 );
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 731 /** Compute ceiling of integer quotient of A divided by B. */
732 #define CEILING( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 )
image.c 146 * CEILING( comp_per_pixel*pixels_per_row, 8*alignment );
pack.c 164 width_in_bytes = CEILING( width, 8 );
259 width_in_bytes = CEILING( width, 8 );
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 292 #undef CEILING
301 #define CEILING( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL )
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 295 #undef CEILING
304 #define CEILING( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL )
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 651 milliseconds