Home
last modified time | relevance | path

Searched refs:expf (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h125 # define expf exp macro
/ndk/sources/android/support/src/msun/
Dmath_private.h705 #define __ieee754_expf expf
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h90 inline float expf(float v) { return __expf(v); } in expf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath79 float expf(float x);
793 using ::expf;
798 inline _LIBCPP_INLINE_VISIBILITY float exp(float __x) _NOEXCEPT {return expf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp77 static_assert((std::is_same<decltype(expf(0)), float>::value), ""); in test_exp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp175 static_assert((std::is_same<decltype(std::expf(0)), float>::value), ""); in test_exp()