Searched defs:d2 (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | utf.cpp | 77 uint8_t d2 = sp[CONST_2]; in ConvertMUtf8ToUtf16Pair() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | utf_helper.cpp | 329 uint8_t d2 = data[UtfLength::TWO]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local 520 uint8_t d2 = sp[UtfLength::TWO]; in ConvertUtf8ToUnicodeChar() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utf.cpp | 71 uint8_t d2 = sp[CONST_2]; in ConvertMUtf8ToUtf16Pair() local 546 uint8_t d2 = data[UtfLength::TWO]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | i2c_bridge_test.cpp | 914 Void7Int8Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7) Void7Int8Double() argument 1082 Void8Int9Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8) Void8Int9Double() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | number_helper_test.cpp | 154 double d2 = 0.005431; in HWTEST_F_L0() local 692 double d2 = 0.30000000000000004; in HWTEST_F_L0() local 711 int64_t d2 = NumberHelper::DoubleToInt64(static_cast<double>(std::numeric_limits<int64_t>::min())); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_sample.cpp | 1680 Local<Derive> d2 = DeriveDouble::New(vm_, NumberRef::New(vm_, num)); in HWTEST_F_L0() local
|
Completed in 13 milliseconds