Searched refs:maxBitPos (Results 1 – 1 of 1) sorted by relevance
192 uint32_t maxBitPos = MAX_DOUBLE_PRECISION_DIGIT; in GetIntegerSignificandBitCount() local196 while (minBitPos < maxBitPos) { in GetIntegerSignificandBitCount()197 bitPos = (minBitPos + maxBitPos) / 2; // 2: binary search in GetIntegerSignificandBitCount()206 maxBitPos = bitPos; in GetIntegerSignificandBitCount()213 bitPos = maxBitPos; in GetIntegerSignificandBitCount()