Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h188 inline double Strtod(const char *str, int exponent, uint8_t radix) in Strtod() function
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1081 double NumberHelper::Strtod(const char *str, int exponent, uint8_t radix) in Strtod() function in panda::ecmascript::base::NumberHelper