Searched defs:acos (Results 1 – 6 of 6) sorted by relevance
28 double acos(double __x) in acos() function
44 double FN_PROTOTYPE(acos)(double x) in FN_PROTOTYPE() argument
169 inline _Dcomplex __CRTDECL acos(_In_ _Dcomplex _X) throw() in acos() function286 inline _Fcomplex __CRTDECL acos(_In_ _Fcomplex _X) throw() in acos() function433 inline _Lcomplex __CRTDECL acos(_In_ _Lcomplex _X) throw() in acos() function
306 #define acos(X) _Generic((X), \ macro
336 _Check_return_ inline float acos(_In_ float x) throw() { return acosf(x); } in acos() function362 _Check_return_ inline long double acos(_In_ long double x) throw() { return acosl(x); } in acos() function
901 inline valarray<_Tp> acos(const valarray<_Tp>& __x) { in acos() function