Home
last modified time | relevance | path

Searched defs:numberMax (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp528 uint64_t numberMax = (UINT64_MAX - (radix - 1)) / radix; in StringToDouble() local
635 uint64_t numberMax = (UINT64_MAX - (radix - 1)) / radix; in Strtod() local