Home
last modified time | relevance | path

Searched defs:threshShift (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java2374 … int threshShift = DoubleConsts.SIGNIFICAND_WIDTH - FloatConsts.SIGNIFICAND_WIDTH - 1; in parseHexString() local
2387 …int threshShift = (int) ((DoubleConsts.SIGNIFICAND_WIDTH - 2 + FloatConsts.MIN_SUB_EXPONENT) - exp… in parseHexString() local
2391 int iValue = (int) (significand >>> threshShift); in parseHexString() local