Home
last modified time | relevance | path

Searched refs:Sqrt (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h68 V("sqrt", Sqrt, 1, MathSqrt) /* Math.sqrt ( x ) */ \
155 static JSTaggedValue Sqrt(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp744 JSTaggedValue BuiltinsMath::Sqrt(EcmaRuntimeCallInfo *argv) in Sqrt() function in panda::ecmascript::builtins::BuiltinsMath
747 BUILTINS_API_TRACE(argv->GetThread(), Math, Sqrt); in Sqrt()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_opcodes.h38 V(Sqrt, SQRT, GateFlags::NO_WRITE, 0, 0, 1) \
H A Dlcr_circuit_builder.cpp34 GateRef CircuitBuilder::Sqrt(GateRef param) in Sqrt() function in panda::ecmascript::kungfu::CircuitBuilder
36 return GetCircuit()->NewGate(circuit_->Sqrt(), MachineType::F64, {param}, GateType::DoubleType()); in Sqrt()
H A Dir_builder.h105 V(Sqrt, (GateRef gate, GateRef e1)) \
H A Dcircuit_builder.h839 GateRef Sqrt(GateRef param);
H A Dstub_builder.h367 GateRef Sqrt(GateRef x);
H A Dtyped_native_inline_lowering.cpp1135 auto ret = builder_.Sqrt(param); in LowerMathSqrt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h401 Expr Sqrt(Type *type, Expr src);
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h42 DEF(Sqrt, UNARY_OPERATION)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp580 Expr LMIRBuilder::Sqrt(Type *type, Expr src) in Sqrt() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp3565 HWTEST_F_L0(BuiltinsMathTest, Sqrt) in HWTEST_F_L0()
3573 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3588 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3603 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3618 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3634 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3649 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3664 JSTaggedValue result = BuiltinsMath::Sqrt(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h588 V(Math, Sqrt) \
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dreg_acc_alloc_test.cpp265 * Test Abs and Sqrt instructions.
280 INST(4U, Opcode::Sqrt).f64().Inputs(3U); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp1156 ASSERT(inst->GetOpcode() == Opcode::Sqrt); in ConstFoldingSqrt()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp484 INST(3, Opcode::Sqrt).f64().Inputs(2); in TEST_F()
514 INST(3, Opcode::Sqrt).f32().Inputs(2); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2174 result = lmirBuilder_->Sqrt(type, e1Value); in VisitSqrt()
2176 result = lmirBuilder_->Sqrt(lmirBuilder_->f64Type, lmirBuilder_->Cvt(type, lmirBuilder_->f64Type, e1Value)); in VisitSqrt()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp568 reinterpret_cast<uintptr_t>(Math::Sqrt),
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp506 INST(3U, Opcode::Sqrt).f64().Inputs(2U); in TEST_F()
536 INST(3U, Opcode::Sqrt).f32().Inputs(2U); in TEST_F()
H A Dconst_folding_test.cpp3353 INST(2U, Opcode::Sqrt).f32().Inputs(1U); in TEST_F()

Completed in 57 milliseconds