Home
last modified time | relevance | path

Searched refs:FloatACos (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp80 index = RTSTUB_ID(FloatACos); in TypedTrigonometric()
Dcall_signature.h431 V(FloatACos) \
Dcall_signature.cpp1607 DEF_CALL_SIGNATURE(FloatACos) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h115 V(FloatACos) \
376 static JSTaggedType FloatACos(double x);
Druntime_stubs.cpp2162 JSTaggedType RuntimeStubs::FloatACos(double x) in FloatACos() function in panda::ecmascript::RuntimeStubs