Home | History | Annotate | Download | only in include

Lines Matching full:asinl

56 long double    asinl(long double x);
699 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return asinl(__lcpp_x);}
1630 using ::asinl;