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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java40 int bigIntExp; field in class:FormattedFloatingDecimal
212 * bigIntExp and bigIntNBits
239 bigIntExp = binexp+1-nbits;
1383 * bigIntExp and bigIntNBits
1406 if ( bigIntExp >= 0 ){
1407 B2 += bigIntExp;
1409 D2 -= bigIntExp;
1415 if ( bigIntExp+bigIntNBits <= -expBias+1 ){
1419 hulpbias = bigIntExp+ expBias + expShift;
1454 if ( (bigIntNBits == 1) && (bigIntExp >
[all...]
H A DFloatingDecimal.java39 int bigIntExp; field in class:FloatingDecimal
204 * bigIntExp and bigIntNBits
231 bigIntExp = binexp+1-nbits;
1477 * bigIntExp and bigIntNBits
1500 if ( bigIntExp >= 0 ){
1501 B2 += bigIntExp;
1503 D2 -= bigIntExp;
1509 if ( bigIntExp+bigIntNBits <= -expBias+1 ){
1513 hulpbias = bigIntExp+ expBias + expShift;
1548 if ( (bigIntNBits == 1) && (bigIntExp >
[all...]

Completed in 36 milliseconds