HomeSort by relevance Sort by last modified time
    Searched refs:FDBigInt (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java 32 public class FDBigInt {
37 public FDBigInt( int v ){
43 public FDBigInt( long v ){
50 public FDBigInt( FDBigInt other ){
55 private FDBigInt( int [] d, int n ){
60 public FDBigInt( long seed, char digit[], int nd0, int nd ){
192 * Multiply a FDBigInt by an int.
193 * Result is a new FDBigInt.
195 public FDBigInt
    [all...]
FormattedFloatingDecimal.java 133 private static FDBigInt b5p[];
135 private static synchronized FDBigInt
139 b5p = new FDBigInt[ p+1 ];
141 FDBigInt t[] = new FDBigInt[ p+1 ];
148 return b5p[p] = new FDBigInt( small5pow[p] );
150 return b5p[p] = new FDBigInt( long5pow[p] );
161 FDBigInt bigq = b5p[q];
167 FDBigInt bigr = b5p[ r ];
178 private static FDBigInt
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 29 import sun.misc.FDBigInt;
116 private static FDBigInt b5p[];
118 private static synchronized FDBigInt
122 b5p = new FDBigInt[ p+1 ];
124 FDBigInt t[] = new FDBigInt[ p+1 ];
131 return b5p[p] = new FDBigInt( small5pow[p] );
133 return b5p[p] = new FDBigInt( long5pow[p] );
144 FDBigInt bigq = b5p[q];
150 FDBigInt bigr = b5p[ r ]
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 88 milliseconds