Searched defs:radix (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | number_helper_test.cpp | 85 int radix; in HWTEST_F_L0() local 131 int radix = 2; in HWTEST_F_L0() local 317 int radix; in HWTEST_F_L0() local 353 int radix; in HWTEST_F_L0() local 393 int radix; in HWTEST_F_L0() local 430 int radix; in HWTEST_F_L0() local 496 int radix = 2; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 91 JSTaggedValue NumberHelper::DoubleToString(JSThread *thread, double number, int radix) in DoubleToString() 174 …gedValue NumberHelper::StringToDoubleWithRadix(const uint8_t *start, const uint8_t *end, int radix) in StringToDoubleWithRadix() 255 char NumberHelper::Carry(char current, int radix) in Carry() 262 CString NumberHelper::IntegerToString(double number, int radix) in IntegerToString() 278 CString NumberHelper::DecimalsToString(double *numberInteger, double fraction, int radix, double de… in DecimalsToString() 442 double NumberHelper::StringToDouble(const uint8_t *start, const uint8_t *end, uint8_t radix, uint32… in StringToDouble() 628 double NumberHelper::Strtod(const char *str, int exponent, uint8_t radix) in Strtod() 730 uint8_t radix = DECIMAL; in StringToBigInt() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_number.cpp | 191 int32_t radix = 0; in ParseInt() local 421 double radix = base::DECIMAL; in ToString() local
|
D | builtins_bigint.cpp | 164 double radix = base::DECIMAL; in ToString() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_bigint_test.cpp | 346 JSHandle<JSTaggedValue> radix(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 377 JSHandle<JSTaggedValue> radix(thread, JSTaggedValue(16)); in HWTEST_F_L0() local
|
D | builtins_number_test.cpp | 503 int radix; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 219 double DebuggerApi::StringToDouble(const uint8_t *start, const uint8_t *end, uint8_t radix) in StringToDouble()
|