Home
last modified time | relevance | path

Searched refs:Hypot (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h54 V("hypot", Hypot, 2, INVALID) /* Math.hypot ( ...args ) */ \
127 static JSTaggedValue Hypot(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp379 JSTaggedValue BuiltinsMath::Hypot(EcmaRuntimeCallInfo *argv) in Hypot() function in panda::ecmascript::builtins::BuiltinsMath
382 BUILTINS_API_TRACE(argv->GetThread(), Math, Hypot); in Hypot()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp3197 HWTEST_F_L0(BuiltinsMathTest, Hypot) in HWTEST_F_L0()
3204 JSTaggedValue result = BuiltinsMath::Hypot(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3219 JSTaggedValue result = BuiltinsMath::Hypot(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3234 JSTaggedValue result = BuiltinsMath::Hypot(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3253 JSTaggedValue result = BuiltinsMath::Hypot(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h574 V(Math, Hypot) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp554 reinterpret_cast<uintptr_t>(Math::Hypot),

Completed in 14 milliseconds