Home
last modified time | relevance | path

Searched refs:power (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractSpinedBuffer.java117 int power = (n == 0 || n == 1) in chunkSize() local
120 return 1 << power; in chunkSize()
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestFractionPrinterParser.java292 int power = (int) Math.pow(10, (9 - maxWidth)); in fixParsedValue() local
293 value = (value / power) * power; in fixParsedValue()
/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java1483 int power = 1 << getHighBit(length); in search() local
1484 int extra = length - power; in search()
1485 int probe = power; in search()
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java218 int power = random.nextInt(6) + 2; in pow() local
220 BigInteger y = x.pow(power); in pow()
223 for (int j=1; j<power; j++) in pow()
/libcore/ojluni/src/test/java/util/regex/
DTestCases.txt1257 // Input is 8 (a power of two), in unary; reluctant quantifier
1276 // Input is 8 (a power of two), in unary; greedy quantifier
/libcore/benchmarks/libs/
Dcaliper.jar.txt19 "control" means (i) the power, direct or indirect, to cause the
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template2282 * The unit size in bytes, must be a power of {@code 2}
2287 * If the index is negative or the unit size is not a power of
2306 throw new IllegalArgumentException("Unit size not a power of two: " + unitSize);
2358 * The unit size in bytes, must be a power of {@code 2}
2363 * If the unit size not a power of {@code 2}
/libcore/ojluni/src/test/java/nio/Buffer/
DBasic-X.java.template386 // unit size not a power of two