Searched refs:expl (Results 1 – 8 of 8) sorted by relevance
91 inline long double expl(long double arg) { return exp(arg); } in expl() function126 inline long double expl(long double arg) { return exp(arg); } in expl() function164 inline long double expl(long double arg) { return exp(arg); } in expl() function
53 long double expl(long double);
60 __attribute__((weak)) long double expl(long double x) { return exp((double)x); } in expl() function
100 inline long double expl(long double v) { return __expl(v); } in expl() function
80 long double expl(long double x);799 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __x) _NOEXCEPT {return expl(__x);}1624 using ::expl;
78 static_assert((std::is_same<decltype(expl(0)), long double>::value), ""); in test_exp()
2266 expl;
176 static_assert((std::is_same<decltype(std::expl(0)), long double>::value), ""); in test_exp()