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

/openjdk7/jdk/test/java/math/BigDecimal/
H A DLongValueExactTests.java27 * @summary Tests of BigDecimal.longValueExact
48 long longValueExact = bd.longValueExact();
54 // The following Strings are supposed to make longValueExact throw
68 long longValueExact = bd.longValueExact();
84 " failures while testing longValueExact.");
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2977 public long longValueExact() { method in class:BigDecimal
3047 num = this.longValueExact(); // will check decimal part
3067 num = this.longValueExact(); // will check decimal part
3087 num = this.longValueExact(); // will check decimal part

Completed in 62 milliseconds