Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp442 char tmpbuf[JS_DTOA_BUF_SIZE] = {0}; in DoubleToExponential() local
509 std::string tmpbuf; in DoubleToASCIIWithFlag() local
530 void NumberHelper::ToASCIIWithGreatThanZero(std::string& tmpbuf, int digitNumber, int number, const… in ToASCIIWithGreatThanZero()
544 void NumberHelper::ToASCIIWithNegative(std::string& tmpbuf, int digitNumber, int n, const std::stri… in ToASCIIWithNegative()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp178 char tmpbuf[helpers::BUF_SIZE] = {0}; in StdCoreDoubleToExponentialWithNoDigit() local