Home
last modified time | relevance | path

Searched defs:digit (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp64 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
Dets_intrinsics_helpers.h205 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/
Ddtoa_helper.cpp228 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
Dnumber_helper.cpp158 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/
Djs_bigint.h155 inline void SetDigit(uint32_t index, uint32_t digit) in SetDigit()
Djs_bigint.cpp1640 uint32_t digit = 0; in BigIntToNumber() local
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.h512 …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/
Dregexp.cpp591 char32_t digit = Next(); in ParseHexEscape() local
614 char32_t digit = Next(); in ParseUnicodeDigits() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp588 char32_t digit = Next(); in ParseHexEscape() local
611 char32_t digit = Next(); in ParseUnicodeDigits() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp271 double digit = digitInt.GetNumber(); in ToFixed() local
398 double digit = digitInt.GetNumber(); in ToPrecision() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp733 int digit = 2; in HWTEST_F_L0() local
798 int digit = 2; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp321 uint32_t digit = Base64CharToInt(vStr[i]); in VlqRevCode() local
/arkcompiler/jsvm/src/
Dsourcemap.h49 int digit; in DecodeVLQ() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp136 uint32_t digit = maxSafeIntPlusOne->GetDigit(i); in HWTEST_F_L0() local
145 uint32_t digit = maxSafeIntPlusOne->GetDigit(i); in HWTEST_F_L0() local