| /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() 410 EtsString *DoubleToPrecision(double number, int digit) in DoubleToPrecision() 578 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 | number_helper.cpp | 163 uint32_t digit = 0; in Int32ToString() local 202 int64_t digit = std::floor(fraction); in DoubleToString() local 425 JSTaggedValue NumberHelper::DoubleToPrecisionString(JSThread *thread, double number, int digit) in DoubleToPrecisionString() 440 JSTaggedValue NumberHelper::DoubleToExponential(JSThread *thread, double number, int digit) in DoubleToExponential() 666 int digit = static_cast<int>((current > '9') ? (current - 'a' + DECIMAL) : (current - '0')); in Carry() local 1049 uint8_t digit; in StringToDouble() local 1098 uint8_t digit = ToDigit(static_cast<uint8_t>(*p)); in Strtod() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.h | 165 inline void SetDigit(uint32_t index, uint32_t digit) in SetDigit()
|
| D | js_bigint.cpp | 1651 uint32_t digit = 0; in BigIntToNumber() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| D | regexp.cpp | 594 char32_t digit = Next(); in ParseHexEscape() local 617 char32_t digit = Next(); in ParseUnicodeDigits() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.h | 552 …TooLargeNumber([[maybe_unused]] RadixType const number, [[maybe_unused]] std::uint32_t const digit) in ScanTooLargeNumber() 579 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_runtime/ecmascript/builtins/ |
| D | builtins_number.cpp | 272 double digit = digitInt.GetNumber(); in ToFixed() local 399 double digit = digitInt.GetNumber(); in ToPrecision() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 137 double digit = std::isnan(d) ? 0 : d; in StdCoreDoubleToExponential() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | numberLiteral.cpp | 318 auto digit = std::abs(s) % TEN; in SmallFpToString() 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/base/tests/ |
| D | number_helper_test.cpp | 734 int digit = 2; in HWTEST_F_L0() local 799 int digit = 2; in HWTEST_F_L0() 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
|