Searched refs:expBias (Results 1 – 2 of 2) sorted by relevance
71 static final int expBias = 1023; field in FormattedFloatingDecimal73 static final long expOne = ((long)expBias)<<expShift; // exponent of 1.0230 binexp -= expBias; in doubleToBigInt()527 binExp -= expBias; in FormattedFloatingDecimal()1415 if ( bigIntExp+bigIntNBits <= -expBias+1 ){1419 hulpbias = bigIntExp+ expBias + expShift;1454 if ( (bigIntNBits == 1) && (bigIntExp > -expBias) ){
55 static final int expBias = 1023; field in FloatingDecimal57 static final long expOne = ((long)expBias)<<expShift; // exponent of 1.0213 binexp -= expBias; in doubleToBigInt()462 binExp -= expBias; in loadDouble()1574 if ( bigIntExp+bigIntNBits <= -expBias+1 ){1578 hulpbias = bigIntExp+ expBias + expShift;1613 if ( (bigIntNBits == 1) && (bigIntExp > -expBias+1) ){