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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java41 int bigIntNBits; field in class:FormattedFloatingDecimal
212 * bigIntExp and bigIntNBits
240 bigIntNBits = nbits;
1383 * bigIntExp and bigIntNBits
1415 if ( bigIntExp+bigIntNBits <= -expBias+1 ){
1421 hulpbias = expShift + 2 - bigIntNBits;
1454 if ( (bigIntNBits == 1) && (bigIntExp > -expBias) ){
1487 // should check for bigIntNBits == 1 here??
H A DFloatingDecimal.java40 int bigIntNBits; field in class:FloatingDecimal
204 * bigIntExp and bigIntNBits
232 bigIntNBits = nbits;
1477 * bigIntExp and bigIntNBits
1509 if ( bigIntExp+bigIntNBits <= -expBias+1 ){
1515 hulpbias = expShift + 2 - bigIntNBits;
1548 if ( (bigIntNBits == 1) && (bigIntExp > -expBias+1) ){
1581 // should check for bigIntNBits == 1 here??

Completed in 41 milliseconds