HomeSort by relevance Sort by last modified time
    Searched refs:bigIntExp (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 40 int bigIntExp;
212 * bigIntExp and bigIntNBits
239 bigIntExp = binexp+1-nbits;
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 40 int bigIntExp;
195 * bigIntExp and bigIntNBits
222 bigIntExp = binexp+1-nbits;
    [all...]

Completed in 41 milliseconds