Searched refs:FAIL_SNPRINTF_S (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ | ||
H A D | helpers.h | 168 static const int32_t FAIL_SNPRINTF_S = -1; member in panda::es2panda::panda::panda::es2panda::panda::panda::es2panda::panda::es2panda::panda::es2panda::util::SignedNumberLiteral::Helpers |
H A D | helpers.cpp | 173 if (snprintf_s(sciNotationArray, size, size - 1, "%.*e", significandBitCount - 1, number) == FAIL_SNPRINTF_S) { in GetScientificNotationForDouble() |
Completed in 3 milliseconds