Home
last modified time | relevance | path

Searched refs:FloatAtan2 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h153 V(FloatAtan2) \
H A Druntime_stubs.h115 static double FloatAtan2(double y, double x);
H A Druntime_stubs.cpp3190 double RuntimeStubs::FloatAtan2(double y, double x) in FloatAtan2() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h517 V(FloatAtan2) \
H A Dcall_signature.cpp2405 DEF_FLOAT_BINARY_CALL_SIGNATURE_BY_NAME(FloatAtan2)
H A Dtyped_native_inline_lowering.cpp650 GateRef result = builder_.CallNGCRuntime(glue, RTSTUB_ID(FloatAtan2), Gate::InvalidGateRef, {y, x}, gate); in LowerMathAtan2()

Completed in 23 milliseconds