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