Home
last modified time | relevance | path

Searched +full:- +full:1232 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
31 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory(); in JSDateCreate()
32 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSDateCreate()
33 auto globalEnv = ecmaVM->GetGlobalEnv(); in JSDateCreate()
34 JSHandle<JSTaggedValue> dateFunction = globalEnv->GetDateFunction(); in JSDateCreate()
36 …JSHandle<JSDate>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(dateFunction), dateF… in JSDateCreate()
44 EXPECT_EQ(jsDate->GetTimeValue(), JSTaggedValue(tm)); in HWTEST_F_L0()
45 EXPECT_EQ(jsDate->GetLocalOffset(), JSTaggedValue(JSDate::MAX_DOUBLE)); in HWTEST_F_L0()
47 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0()
49 [[maybe_unused]] double temp = jsDate->GetTimeValue().GetDouble(); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfp.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "fp_calc"
18 title: Two address floating-point binary operation on accumulator
20 …Perform specified floating-point binary operation on accumulator and register and store result int…
21 The results of instructions correspond IEEE-754 arithmetic rules.
23 - x_none
25 - file-name: "sin_cheb7"
28 - sig: fadd2.64 v:in:f64
31 - sig: fmul2.64 v:in:f64
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfp.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "fp_calc"
18 title: Two address floating-point binary operation on accumulator
20 …Perform specified floating-point binary operation on accumulator and register and store result int…
21 The results of instructions correspond IEEE-754 arithmetic rules.
23 - x_none
25 - file-name: "sin_cheb7"
28 - sig: fadd2.64 v:in:f64
31 - sig: fmul2.64 v:in:f64
[all …]
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_linked_list.js7 * http://www.apache.org/licenses/LICENSE-2.0
137 map.set("test linkedlist get:", list.get(1232) === undefined)
138 map.set("test linkedlist getLastIndexOf:", list.getLastIndexOf('abc') === -1)
237 for(let i = 9; i >= 0; i--) {
305 map.set("test linkedlist get:", proxy1.get(1232) === undefined);
306 map.set("test linkedlist getLastIndexOf:", proxy1.getLastIndexOf('abc') === -1);
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
38 #include "assembler/assembly-emitter.h"
39 #include "assembler/assembly-parser.h"
82 JSPandaFileManager::GetInstance()->RemoveJSPandaFile(pf_.get()); in TearDown()
85 PGOProfilerManager::GetInstance()->Destroy(); in TearDown()
95 pf_ = pfManager->NewJSPandaFile(pfPtr.release(), filename); in CreateJSPandaFile()
97 const File *file = pf_->GetPandaFile(); in CreateJSPandaFile()
98 auto classes = pf_->GetClasses(); in CreateJSPandaFile()
102 if (!classId.IsValid() || pf_->IsExternal(classId)) { in CreateJSPandaFile()
108 methodLiteral->Initialize(pf_.get()); in CreateJSPandaFile()
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2-from/index.js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==type… property
/arkcompiler/ets_frontend/es2panda/test/bytecode/ts/ic/
Dic-slot-16-overflow.ts7 * http://www.apache.org/licenses/LICENSE-2.0
1250 this.a1232 = 1232
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/ic/
Dic-slot-16-overflow.ts7 * http://www.apache.org/licenses/LICENSE-2.0
1252 this.a1232 = 1232
/arkcompiler/ets_runtime/test/moduletest/hugeictest/
Dhugeictest.js7 * http://www.apache.org/licenses/LICENSE-2.0
71 v251 = -251; v253 = 253; v255 = 255;
129 o.v251 = -251; o.v253 = 253;
187 o.v251 = -251; o.v253 = 253; o.v256 = 256;
340 o.v1230 = 1230; o.v1232 = 1232; o.v1234 = 1234; o.v1236 = 1236; o.v1238 = 1238;
13411 o.v251 = -251; o.v253;
13469 o.v251 = -251; o.v253; o.v256;
26693 o[251] = -251; o[253] = 253;
26751 o[251] = -251; o[253] = 253; o[256] = 256;
26904 o[1230] = 1230; o[1232] = 1232; o[1234] = 1234; o[1236] = 1236; o[1238] = 1238;
[all …]