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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java147 else if ( p < small5pow.length )
148 return b5p[p] = new FDBigInt( small5pow[p] );
164 if ( r < small5pow.length ){
165 return (b5p[p] = bigq.mult( small5pow[r] ) );
181 if ( p5 < small5pow.length ){
182 v = v.mult( small5pow[p5] );
781 int b = ((int)fractBits * small5pow[B5] ) << B2;
782 int s = small5pow[S5] << S2;
783 int m = small5pow[M5] << M2;
1685 private static final int small5pow[] field in class:FormattedFloatingDecimal
[all...]
H A DFloatingDecimal.java139 else if ( p < small5pow.length )
140 return b5p[p] = new FDBigInt( small5pow[p] );
156 if ( r < small5pow.length ){
157 return (b5p[p] = bigq.mult( small5pow[r] ) );
173 if ( p5 < small5pow.length ){
174 v = v.mult( small5pow[p5] );
704 int b = ((int)fractBits * small5pow[B5] ) << B2;
705 int s = small5pow[S5] << S2;
706 int m = small5pow[M5] << M2;
1779 private static final int small5pow[] field in class:FloatingDecimal
[all...]

Completed in 37 milliseconds