| 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); } |