Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h39 V("acosh", Acosh, 1, MathAcosh) /* Math.acosh ( x ) */ \
97 static JSTaggedValue Acosh(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp68 JSTaggedValue BuiltinsMath::Acosh(EcmaRuntimeCallInfo *argv) in Acosh() function in panda::ecmascript::builtins::BuiltinsMath
71 BUILTINS_API_TRACE(argv->GetThread(), Math, Acosh); in Acosh()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp439 HWTEST_F_L0(BuiltinsMathTest, Acosh) in HWTEST_F_L0()
447 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
462 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
477 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
492 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
507 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
522 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
537 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
552 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInfo); in HWTEST_F_L0()
568 JSTaggedValue result = BuiltinsMath::Acosh(ecmaRuntimeCallInf in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h559 V(Math, Acosh) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp539 reinterpret_cast<uintptr_t>(Math::Acosh),

Completed in 11 milliseconds