Searched refs:mostSignificantLostBit (Results 1 – 1 of 1) sorted by relevance
3452 final long mostSignificantLostBit = mantissa & (1L << (-scaledExponent)); in scalb() local3454 if (mostSignificantLostBit != 0) { in scalb()3536 final int mostSignificantLostBit = mantissa & (1 << (-scaledExponent)); in scalb() local3538 if (mostSignificantLostBit != 0) { in scalb()