Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h113 # define sinhf sinh macro
/ndk/sources/android/support/src/msun/
Dmath_private.h715 #define __ieee754_sinhf sinhf
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath123 float sinhf(float x);
987 using ::sinhf;
990 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __x) _NOEXCEPT {return sinhf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), ""); in test_sinh()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), ""); in test_sinh()