MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / ATan

Method ATan

include/daScript/simulate/sim_policy.h:314–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 static __forceinline vec4f Cos ( vec4f a, Context &, LineInfo * ) { return v_cos(a); }
313 static __forceinline vec4f Tan ( vec4f a, Context &, LineInfo * ) { return v_tan(a); }
314 static __forceinline vec4f ATan( vec4f a, Context &, LineInfo * ) { return v_atan(a); }
315 static __forceinline vec4f ATan_est( vec4f a, Context &, LineInfo * ) { return v_atan_est(a); }
316 static __forceinline vec4f ASin( vec4f a, Context &, LineInfo * ) { return v_asin(a); }
317 static __forceinline vec4f ACos( vec4f a, Context &, LineInfo * ) { return v_acos(a); }

Callers

nothing calls this directly

Calls 1

v_atanFunction · 0.85

Tested by

no test coverage detected