Home
last modified time | relevance | path

Searched refs:maxBitPos (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp199 uint32_t maxBitPos = MAX_DOUBLE_PRECISION_DIGIT; in GetIntegerSignificandBitCount() local
203 while (minBitPos < maxBitPos) { in GetIntegerSignificandBitCount()
204 bitPos = (minBitPos + maxBitPos) / 2; // 2: binary search in GetIntegerSignificandBitCount()
213 maxBitPos = bitPos; in GetIntegerSignificandBitCount()
219 // minBitPos == maxBitPos in GetIntegerSignificandBitCount()
220 bitPos = maxBitPos; in GetIntegerSignificandBitCount()

Completed in 2 milliseconds