Searched refs:MAX_DOUBLE_DIGIT (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ | ||
H A D | helpers.cpp | 167 if (size < MAX_DOUBLE_DIGIT) { in GetScientificNotationForDouble() 169 << ") is less than the required minimum size (" << MAX_DOUBLE_DIGIT in GetScientificNotationForDouble() 201 char sciNotationArray[MAX_DOUBLE_DIGIT] = {0}; in GetIntegerSignificandBitCount() 244 char significandArray[MAX_DOUBLE_DIGIT] = {0}; in DoubleToString() |
H A D | helpers.h | 164 static const uint32_t MAX_DOUBLE_DIGIT = 310; member in panda::es2panda::panda::panda::es2panda::panda::panda::es2panda::panda::es2panda::panda::es2panda::util::SignedNumberLiteral::Helpers |
Completed in 3 milliseconds