Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp811 int MaxDigits = DOUBLE_MAX_PRECISION; in GetMinmumDigits() local
812 while (MinDigits < MaxDigits) { in GetMinmumDigits()
813 digits = (MinDigits + MaxDigits) / 2; in GetMinmumDigits()
820 MaxDigits = digits; in GetMinmumDigits()
825 digits = MaxDigits; in GetMinmumDigits()