Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h117 # define coshf cosh macro
/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++/include/
Dcmath75 float coshf(float x);
775 using ::coshf;
778 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __x) _NOEXCEPT {return coshf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/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++/test/numerics/c.math/
Dcmath.pass.cpp151 static_assert((std::is_same<decltype(std::coshf(0)), float>::value), ""); in test_cosh()