Home
last modified time | relevance | path

Searched defs:acos (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/crt/math/
H A Dacos.c28 double acos(double __x) in acos() function
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dacos.c44 double FN_PROTOTYPE(acos)(double x) in FN_PROTOTYPE() argument
/reactos/sdk/include/ucrt/
H A Dcomplex.h169 inline _Dcomplex __CRTDECL acos(_In_ _Dcomplex _X) throw() in acos() function
286 inline _Fcomplex __CRTDECL acos(_In_ _Fcomplex _X) throw() in acos() function
433 inline _Lcomplex __CRTDECL acos(_In_ _Lcomplex _X) throw() in acos() function
H A Dtgmath.h306 #define acos(X) _Generic((X), \ macro
/reactos/sdk/include/crt/
H A Dmath.h336 _Check_return_ inline float acos(_In_ float x) throw() { return acosf(x); } in acos() function
362 _Check_return_ inline long double acos(_In_ long double x) throw() { return acosl(x); } in acos() function
/reactos/sdk/include/c++/stlport/stl/
H A D_valarray.h901 inline valarray<_Tp> acos(const valarray<_Tp>& __x) { in acos() function