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 125 int radix = 2; in HWTEST_F_L0() local 311 int radix; in HWTEST_F_L0() local 347 int radix; in HWTEST_F_L0() local 387 int radix; in HWTEST_F_L0() local 424 int radix; in HWTEST_F_L0() local 490 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(int64_t number, int radix) in IntegerToString() 278 CString NumberHelper::DecimalsToString(int64_t *numberInteger, double fraction, int radix, double d… in DecimalsToString() 437 double NumberHelper::StringToDouble(const uint8_t *start, const uint8_t *end, uint8_t radix, uint32… in StringToDouble() 623 double NumberHelper::Strtod(const char *str, int exponent, uint8_t radix) in Strtod() 725 uint8_t radix = DECIMAL; in StringToBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_number.cpp | 183 int32_t radix = 0; in ParseInt() local 391 double radix = base::DECIMAL; in ToString() local
|
| D | builtins_bigint.cpp | 138 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 | 504 int radix; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 187 double DebuggerApi::StringToDouble(const uint8_t *start, const uint8_t *end, uint8_t radix) in StringToDouble()
|