Home | History | Annotate | Download | only in include

Lines Matching full:logl

104 long double    logl(long double x);
904 inline _LIBCPP_INLINE_VISIBILITY long double log(long double __x) _NOEXCEPT {return logl(__x);}
1628 using ::logl;