Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds