Searched defs:FDBigInt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java125 private static FDBigInt b5p[];
127 private static synchronized FDBigInt
131 b5p = new FDBigInt[ p+1 ];
133 FDBigInt t[] = new FDBigInt[ p+1 ];
140 return b5p[p] = new FDBigInt( small5pow[p] );
142 return b5p[p] = new FDBigInt( long5pow[p] );
153 FDBigInt bigq = b5p[q];
159 FDBigInt bigr = b5p[ r ];
170 private static FDBigInt
2417 class FDBigInt { class
2422 public FDBigInt( int v ){ method in class:FDBigInt
2428 public FDBigInt( long v ){ method in class:FDBigInt
2435 public FDBigInt( FDBigInt other ){ method in class:FDBigInt
2440 private FDBigInt( int [] d, int n ){ method in class:FDBigInt
2445 public FDBigInt( long seed, char digit[], int nd0, int nd ){ method in class:FDBigInt
[all...]

Completed in 31 milliseconds