Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp192 uint32_t maxBitPos = MAX_DOUBLE_PRECISION_DIGIT; in GetIntegerSignificandBitCount() local
196 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()