Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp36 Span<T> Double(Span<T> s) in Double() function
57 EXPECT_EQ(ToString(Double(Span(c))), "2 4 6 "); in TEST()
58 EXPECT_EQ(ToString(Double(Span(v))), "8 10 12 "); in TEST()
60 EXPECT_EQ(ToString(Double(Span(a))), "14 16 18 "); in TEST()
61 EXPECT_EQ(ToString(Double(Span(p.get(), sz))), "20 22 24 "); in TEST()
62 EXPECT_EQ(ToString(Double(Span(p.get(), p.get() + 2))), "40 44 "); in TEST()
63 EXPECT_EQ(ToString(Double(Span(s))), "@ B D "); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp161 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in Less()
162 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in Less()
266 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in LessEq()
267 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in LessEq()
370 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in Greater()
371 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in Greater()
474 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in GreaterEq()
475 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in GreaterEq()
1232 result = DoubleToTaggedDoublePtr(DoubleAdd(valueDouble, Double(1.0))); in Inc()
1280 result = DoubleToTaggedDoublePtr(DoubleSub(valueDouble, Double(1.0))); in Dec()
[all …]
Dnumber_speculative_lowering.cpp469 acc_.UpdateAllUses(gate, builder_.Double(value)); in VisitConstant()
774 res = builder_.DoubleAdd(value, builder_.Double(1)); in MonocularDouble()
777 res = builder_.DoubleSub(value, builder_.Double(1)); in MonocularDouble()
780 res = builder_.DoubleMul(builder_.Double(-1), value); in MonocularDouble()
Dstub_builder.cpp3842 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0.0)); in SameValue()
3843 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0.0)); in SameValue()
4035 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0.0)); in FastStrictEqual()
4036 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0.0)); in FastStrictEqual()
4327 Branch(DoubleEqual(doubleValue, Double(0.0)), &returnFalse, &returnTrue); in FastToBoolean()
4354 DEFVARIABLE(doubleLeft, VariableType::FLOAT64(), Double(0)); in FastDiv()
4355 DEFVARIABLE(doubleRight, VariableType::FLOAT64(), Double(0)); in FastDiv()
4425 Branch(DoubleEqual(*doubleRight, Double(0.0)), &rightIsZero, &rightNotZero); in FastDiv()
4432 Branch(DoubleEqual(*doubleLeft, Double(0.0)), &leftIsZero, &leftNotZero); in FastDiv()
4448 result = DoubleToTaggedDoublePtr(Double(base::NAN_VALUE)); in FastDiv()
[all …]
Dnumber_speculative_retype.cpp736 return needInt32 ? builder_.Int32(rawValue) : builder_.Double(value); in TryConvertConstant()
739 return builder_.Double(rawValue); in TryConvertConstant()
749 return needInt32 ? builder_.Int32(rawValue) : builder_.Double(doubleValue); in TryConvertConstant()
752 return builder_.Double(rawValue); in TryConvertConstant()
Dlcr_lowering.cpp319 DEFVAlUE(result, (&builder_), VariableType::FLOAT64(), builder_.Double(0)); in ConvertTaggedNumberToFloat64()
500 GateRef doubleNotZero = builder_.DoubleNotEqual(gate, builder_.Double(0.0)); in ConvertFloat64ToBool()
623 GateRef rightNotZero = builder_.DoubleNotEqual(right, builder_.Double(0.0)); in LowerFloat64CheckRightIsZero()
Dbuiltins_lowering.cpp100 result = builder_.DoubleToTaggedDoublePtr(builder_.Double(base::NAN_VALUE)); in TypedTrigonometric()
Dcircuit_builder-inl.h146 DEFVAlUE(result, env_, VariableType::FLOAT64(), Double(0)); in GetDoubleOfTNumber()
334 GateRef infinity = Double(base::POSITIVE_INFINITY); in DoubleIsINF()
335 GateRef negativeInfinity = Double(-base::POSITIVE_INFINITY); in DoubleIsINF()
Dinterpreter_stub.cpp181 varAcc = DoubleToTaggedDoublePtr(Double(base::NAN_VALUE)); in DECLARE_ASM_HANDLER()
188 varAcc = DoubleToTaggedDoublePtr(Double(base::POSITIVE_INFINITY)); in DECLARE_ASM_HANDLER()
2077 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &accEqualFalse, &last); in DECLARE_ASM_HANDLER()
2118 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &accEqualFalse, &last); in DECLARE_ASM_HANDLER()
2159 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &accEqualFalse, &last); in DECLARE_ASM_HANDLER()
2200 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &last, &accEqualTrue); in DECLARE_ASM_HANDLER()
2241 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &last, &accEqualTrue); in DECLARE_ASM_HANDLER()
2282 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &last, &accEqualTrue); in DECLARE_ASM_HANDLER()
Dstub_builder-inl.h96 inline GateRef StubBuilder::Double(double value) in Double() function
98 return env_->GetBuilder()->Double(value); in Double()
Dstub_builder.h107 GateRef Double(double value);
Dcircuit_builder.h339 GateRef Double(double value);
Dtype_mcr_lowering.cpp507 result = DoubleToTaggedDoublePtr(builder_.Double(base::NAN_VALUE)); in LowerPrimitiveToNumber()
Dcircuit_builder.cpp759 GateRef CircuitBuilder::Double(double val) in Double() function in panda::ecmascript::kungfu::CircuitBuilder
Dslowpath_lowering.cpp1745 condition = builder_.Equal(builder_.GetDoubleOfTDouble(value), builder_.Double(0)); in LowerConditionJump()
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md11 Double click the run.bat or in the cmd condition input the path of run.bat
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp148 DEFVARIABLE(res, VariableType::JS_ANY(), DoubleToTaggedDoublePtr(Double(base::NAN_VALUE))); in DECLARE_BUILTINS()
1025 DEFVARIABLE(timeValue, VariableType::FLOAT64(), Double(0)); in DECLARE_BUILTINS()
1157 … DoubleLessThanOrEqual(doubleLength, Double(JSArray::MAX_ARRAY_INDEX)); in DECLARE_BUILTINS()
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa19 .record Double {}
612 .function u1 Double.isInfinite(f64 a0) <native>
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp60 HWTEST_F_L0(JSTaggedValueTest, Double) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/docs/
Dfile_format.md1022 | `Double` | `0x03` | The corresponding argument has [DoubleValue](#doublevalue)…
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …e,(g=e.QuotePreference||(e.QuotePreference={}))[g.Single=0]="Single",g[g.Double=1]="Double",e.quot…