Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp206 ASSERT_TRUE(imm_u8_min.IsZero()); in TEST()
207 ASSERT_TRUE(imm_u8_z.IsZero()); in TEST()
208 ASSERT_FALSE(imm_u8_max.IsZero()); in TEST()
221 ASSERT_TRUE(imm_u16_min.IsZero()); in TEST()
222 ASSERT_TRUE(imm_u16_z.IsZero()); in TEST()
223 ASSERT_FALSE(imm_u16_max.IsZero()); in TEST()
236 ASSERT_TRUE(imm_u32_min.IsZero()); in TEST()
237 ASSERT_TRUE(imm_u32_z.IsZero()); in TEST()
238 ASSERT_FALSE(imm_u32_max.IsZero()); in TEST()
251 ASSERT_TRUE(imm_u64_min.IsZero()); in TEST()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp347 ASSERT(!bigint->IsZero()); in BitwiseSubOne()
933 if (x->IsZero()) { in LeftShiftHelper()
986 if (x->IsZero()) { in UnaryMinus()
1015 if (exponent->IsZero()) { in Exponentiate()
1018 if (base->IsZero()) { in Exponentiate()
1089 if (x->IsZero()) { in Multiply()
1092 if (y->IsZero()) { in Multiply()
1408 if (y->IsZero()) { in Divide()
1446 if (d->IsZero()) { in Remainder()
1451 if (n->IsZero() || compare == ComparisonResult::LESS) { in Remainder()
[all …]
Djs_bigint.h140 inline bool IsZero() in IsZero() function
Djs_tagged_value.h445 bool IsZero() const;
Djs_tagged_value-inl.h73 return !bigint->IsZero(); in ToBoolean()
Djs_tagged_value.cpp119 bool JSTaggedValue::IsZero() const in IsZero() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp202 if (remainCnt->GetValue().IsZero()) { in ResolveElementFunction()
432 if (remainCnt->GetValue().IsZero()) { in AllSettledResolveElementFunction()
497 if (remainCnt->GetValue().IsZero()) { in AllSettledRejectElementFunction()
548 if (remainCnt->GetValue().IsZero()) { in AnyRejectElementFunction()
Dbuiltins_promise.cpp491 if (remainCnt->GetValue().IsZero()) { in PerformPromiseAll()
753 if (remainCnt->GetValue().IsZero()) { in PerformPromiseAny()
938 if (remainCnt->GetValue().IsZero()) { in PerformPromiseAllSettled()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp512 ASSERT_TRUE(JSHandle<BigInt>::Cast(bigint)->IsZero()); in HWTEST_F_L0()
620 ASSERT_TRUE(JSHandle<BigInt>::Cast(bigint)->IsZero()); in HWTEST_F_L0()
625 ASSERT_TRUE(JSHandle<BigInt>::Cast(bigint)->IsZero()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp600 EXPECT_TRUE(bigint1->IsZero()); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js93890 IsZero() { method in anonymousFunction47c28f46f9500.anonymousFunction47c28f46f9600.Rt
103415 if (this.m_colorBuffer.data || !s.IsZero()) {