Searched refs:fl2 (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DBigDecimalTest.java330 BigDecimal fl2 = new BigDecimal(2.345E37);
331 assertTrue("the float representation of bigDecimal 2.345E37", fl2
333 fl2 = new BigDecimal(-1.00E-44);
334 assertTrue("the float representation of bigDecimal -1.00E-44", fl2
336 fl2 = new BigDecimal(-3E12);
337 assertTrue("the float representation of bigDecimal -3E12", fl2
339 fl2 = new BigDecimal(Double.MAX_VALUE);
342 fl2.floatValue() == Float.POSITIVE_INFINITY);
343 fl2 = new BigDecimal(-Double.MAX_VALUE);
346 fl2
[all...]
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileLockTable.java73 public abstract void replace(FileLock fl1, FileLock fl2); argument
H A DFileChannelImpl.java1147 public void replace(FileLock fl1, FileLock fl2) { argument
1150 lockList.add(fl2);

Completed in 5 milliseconds