| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.cpp | 64 uint8_t digit; in ParseExponent() local 343 EtsString *DoubleToExponential(double number, int digit) in DoubleToExponential() 373 EtsString *DoubleToFixed(double number, int digit) in DoubleToFixed() 380 EtsString *DoubleToPrecision(double number, int digit) in DoubleToPrecision() 563 auto digit = s % TEN; in SmallFpToString() local
|
| D | ets_intrinsics_helpers.h | 205 uint8_t digit = ToDigit(static_cast<uint8_t>(*p)); in Strtod() local 229 int digit = static_cast<int>((current > '9') ? (current - 'a' + DECIMAL) : (current - '0')); in Carry() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.cpp | 228 int digit = static_cast<int>(number % TEN); in FillDigits32() local 316 int digit = static_cast<int>(fractionals >> point); in FillFractionals() local 337 int digit = fractionals128.DivModPowerOf2(point); in FillFractionals() local
|
| D | number_helper.cpp | 158 uint32_t digit = 0; in Int32ToString() local 197 int64_t digit = std::floor(fraction); in DoubleToString() local 420 JSTaggedValue NumberHelper::DoubleToPrecisionString(JSThread *thread, double number, int digit) in DoubleToPrecisionString() 435 JSTaggedValue NumberHelper::DoubleToExponential(JSThread *thread, double number, int digit) in DoubleToExponential() 661 int digit = static_cast<int>((current > '9') ? (current - 'a' + DECIMAL) : (current - '0')); in Carry() local 1050 uint8_t digit; in StringToDouble() local 1099 uint8_t digit = ToDigit(static_cast<uint8_t>(*p)); in Strtod() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.h | 155 inline void SetDigit(uint32_t index, uint32_t digit) in SetDigit()
|
| D | js_bigint.cpp | 1640 uint32_t digit = 0; in BigIntToNumber() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.h | 512 …TooLargeNumber([[maybe_unused]] RadixType const number, [[maybe_unused]] std::uint32_t const digit) in ScanTooLargeNumber() 539 auto const digit = HexValue(cp); in ScanNumberRadix() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 591 char32_t digit = Next(); in ParseHexEscape() local 614 char32_t digit = Next(); in ParseUnicodeDigits() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| D | regexp.cpp | 588 char32_t digit = Next(); in ParseHexEscape() local 611 char32_t digit = Next(); in ParseUnicodeDigits() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_number.cpp | 271 double digit = digitInt.GetNumber(); in ToFixed() local 398 double digit = digitInt.GetNumber(); in ToPrecision() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 733 int digit = 2; in HWTEST_F_L0() local 798 int digit = 2; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | source_map.cpp | 321 uint32_t digit = Base64CharToInt(vStr[i]); in VlqRevCode() local
|
| /arkcompiler/jsvm/src/ |
| D | sourcemap.h | 49 int digit; in DecodeVLQ() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 136 uint32_t digit = maxSafeIntPlusOne->GetDigit(i); in HWTEST_F_L0() local 145 uint32_t digit = maxSafeIntPlusOne->GetDigit(i); in HWTEST_F_L0() local
|