Home | History | Annotate | Download | only in math

Lines Matching defs:intValueExact

102 /* 1999.11.05 1.05 fix problem in intValueExact [e.g., 5555555555]    */
1923 num = this.intValueExact(); // will check decimal part too
2380 * <i>decapitated</i>.) To avoid unexpected errors when these conditions occur, use the {@link #intValueExact}
2401 public int intValueExact() {
2492 // Identical to intValueExact except for result=long, and exp>=20 test
2516 // algorithm here, but instead we parallel the intValueExact
2707 num = this.intValueExact(); // will check decimal part too
3086 i = this.intValueExact(); // [checks for non-0 decimal part]
3087 // Use same message as though intValueExact failed due to size