Home | History | Annotate | Download | only in include

Lines Matching full:acos

47 floating_point acos (arithmetic x);
674 // acos
677 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(__lcpp_x);}
678 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(__lcpp_x);}
684 acos(_A1 __lcpp_x) _NOEXCEPT {return ::acos((double)__lcpp_x);}