Searched refs:expm1l (Results 1 – 5 of 5) sorted by relevance
67 long double expm1l(long double);
74 __attribute__((weak)) long double expm1l(long double x) { return expm1((double)x); } in expm1l() function
190 long double expm1l(long double x);1178 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __x) _NOEXCEPT {return expm1l(__x);}1650 using ::expm1l;
404 static_assert((std::is_same<decltype(expm1l(0)), long double>::value), ""); in test_expm1()
792 static_assert((std::is_same<decltype(std::expm1l(0)), long double>::value), ""); in test_expm1()