Searched refs:mostSigNonZero (Results 1 – 1 of 1) sorted by relevance
96 int32_t mostSigNonZero = fExponent + fDigits.length(); in computeAbsDoubleValue() local97 int32_t end = mostSig > mostSigNonZero ? mostSigNonZero : mostSig; in computeAbsDoubleValue()