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

/openjdk7/jdk/test/java/math/BigDecimal/
H A DFloatDoubleValueTests.java43 static void testDoubleValue0(long i, BigDecimal bd) { method in class:FloatDoubleValueTests
99 testDoubleValue0( i, bd1);
100 testDoubleValue0(-i, bd2);
127 testDoubleValue0( i, bd1);
128 testDoubleValue0(-i, bd2);
157 testDoubleValue0( i, bd1);
158 testDoubleValue0(-i, bd2);

Completed in 27 milliseconds