Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h117 # define coshf cosh macro
/ndk/sources/android/support/src/msun/
Dmath_private.h706 #define __ieee754_coshf coshf
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h87 inline float coshf(float v) { return __coshf(v); } in coshf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath75 float coshf(float x);
777 using ::coshf;
780 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __x) _NOEXCEPT {return coshf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp69 static_assert((std::is_same<decltype(coshf(0)), float>::value), ""); in test_cosh()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp157 static_assert((std::is_same<decltype(std::coshf(0)), float>::value), ""); in test_cosh()