Home
last modified time | relevance | path

Searched refs:FAIL_SNPRINTF_S (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h168 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 Dhelpers.cpp173 if (snprintf_s(sciNotationArray, size, size - 1, "%.*e", significandBitCount - 1, number) == FAIL_SNPRINTF_S) { in GetScientificNotationForDouble()

Completed in 3 milliseconds