Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h91 inline long double expl(long double arg) { return exp(arg); } in expl() function
126 inline long double expl(long double arg) { return exp(arg); } in expl() function
164 inline long double expl(long double arg) { return exp(arg); } in expl() function
/ndk/sources/android/support/include/
Dmath.h53 long double expl(long double);
/ndk/sources/android/support/src/
Dmath_support.c60 __attribute__((weak)) long double expl(long double x) { return exp((double)x); } in expl() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h100 inline long double expl(long double v) { return __expl(v); } in expl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath80 long double expl(long double x);
799 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __x) _NOEXCEPT {return expl(__x);}
1624 using ::expl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp78 static_assert((std::is_same<decltype(expl(0)), long double>::value), ""); in test_exp()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2266 expl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp176 static_assert((std::is_same<decltype(std::expl(0)), long double>::value), ""); in test_exp()