Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp74 int index = RTSTUB_ID(FloatCos); in TypedTrigonometric()
86 index = RTSTUB_ID(FloatCos); in TypedTrigonometric()
Dcall_signature.h429 V(FloatCos) \
Dcall_signature.cpp1579 DEF_CALL_SIGNATURE(FloatCos) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h113 V(FloatCos) \
374 static JSTaggedType FloatCos(double x);
Druntime_stubs.cpp2150 JSTaggedType RuntimeStubs::FloatCos(double x) in FloatCos() function in panda::ecmascript::RuntimeStubs