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

/openjdk10/jdk/test/jdk/internal/math/FloatingDecimal/
H A DOldFDBigIntForTest.java30 class OldFDBigIntForTest { class
35 public OldFDBigIntForTest( int v ){ method in class:OldFDBigIntForTest
41 public OldFDBigIntForTest( long v ){ method in class:OldFDBigIntForTest
48 public OldFDBigIntForTest( OldFDBigIntForTest other ){ method in class:OldFDBigIntForTest
53 private OldFDBigIntForTest( int [] d, int n ){ method in class:OldFDBigIntForTest
58 public OldFDBigIntForTest( long seed, char digit[], int nd0, int nd ){ method in class:OldFDBigIntForTest
190 * Multiply a OldFDBigIntForTest by an int.
191 * Result is a new OldFDBigIntForTest.
193 public OldFDBigIntForTest
[all...]
H A DOldFloatingDecimalForTest.java133 private static OldFDBigIntForTest b5p[];
135 private static synchronized OldFDBigIntForTest
139 b5p = new OldFDBigIntForTest[ p+1 ];
141 OldFDBigIntForTest t[] = new OldFDBigIntForTest[ p+1 ];
148 return b5p[p] = new OldFDBigIntForTest( small5pow[p] );
150 return b5p[p] = new OldFDBigIntForTest( long5pow[p] );
161 OldFDBigIntForTest bigq = b5p[q];
167 OldFDBigIntForTest bigr = b5p[ r ];
178 private static OldFDBigIntForTest
[all...]

Completed in 98 milliseconds