Searched defs:acos (Results 1 – 4 of 4) sorted by relevance
22 acos, enumerator
421 public static float acos(float fValue) { in acos() method in FastMath
901 inline valarray<_Tp> acos(const valarray<_Tp>& __x) { in acos() function
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro