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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java136 big5pow( int p ){ method in class:FormattedFloatingDecimal
163 bigq = big5pow ( q );
169 bigr = big5pow( r );
184 v = v.mult( big5pow( p5 ) );
198 FDBigInt v = new FDBigInt( big5pow( p5 ) );
H A DFloatingDecimal.java128 big5pow( int p ){ method in class:FloatingDecimal
155 bigq = big5pow ( q );
161 bigr = big5pow( r );
176 v = v.mult( big5pow( p5 ) );
190 FDBigInt v = new FDBigInt( big5pow( p5 ) );

Completed in 41 milliseconds