Searched defs:acos (Results 1 – 14 of 14) sorted by relevance
128 VECTORIZE_VEC(acos) argument
112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; in testCR() local
262 acos() const in acos() function
465 public Complex acos() { in acos() method in Complex
51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
950 public static Dfp acos(Dfp a) { in acos() method in DfpMath
677 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(_… in acos() function678 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(_… in acos() function684 acos(_A1 __lcpp_x) _NOEXCEPT {return ::acos((double)__lcpp_x);} in acos() function
33 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
923 public CR acos() { in acos() method in CR
917 double acos(double x) { in acos() function
3139 public static double acos(double x) { in acos() method in FastMath
1438 void ShaderCore::acos(Vector4f &dst, const Vector4f &src, bool pp) in acos() function in sw::ShaderCore