Searched defs:eval_atan2 (Results 1 – 1 of 1) sorted by relevance
709 void eval_atan2(T& result, const T& y, const T& x) in eval_atan2() function823 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const T& x, const A& … in eval_atan2() function833 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const A& x, const T& … in eval_atan2() function