Searched refs:sinhf (Results 1 - 16 of 16) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathMath.h134 static float sinh (float x) {return ::sinhf (x);}
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c164 float sinhf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
463 // CHECK-NOERRNO: declare float @sinhf(float) [[NUW]]
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dvec_math.hpp328 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float)
329 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float)
330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float)
331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float)
332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float)
333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float)
334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float)
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A Dvec_math.hpp339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float)
340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float)
341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float)
342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float)
343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float)
344 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float)
345 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float)
/external/bison/darwin-lib/
H A Dmath.h2166 # undef sinhf
2167 _GL_FUNCDECL_SYS (sinhf, float, (float x));
2169 _GL_CXXALIAS_SYS (sinhf, float, (float x));
2170 _GL_CXXALIASWARN (sinhf);
2172 # undef sinhf macro
2174 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
2175 "use gnulib module sinhf for portability");
/external/bison/lib/
H A Dmath.in.h1854 # undef sinhf macro
1855 _GL_FUNCDECL_SYS (sinhf, float, (float x));
1857 _GL_CXXALIAS_SYS (sinhf, float, (float x));
1858 _GL_CXXALIASWARN (sinhf); variable
1860 # undef sinhf macro
1862 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
1863 "use gnulib module sinhf for portability");
/external/bison/linux-lib/
H A Dmath.h2166 # undef sinhf
2167 _GL_FUNCDECL_SYS (sinhf, float, (float x));
2169 _GL_CXXALIAS_SYS (sinhf, float, (float x));
2170 _GL_CXXALIASWARN (sinhf);
2172 # undef sinhf macro
2174 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
2175 "use gnulib module sinhf for portability");
/external/mesa3d/src/mesa/main/
H A Dimports.h138 #define sinhf(f) ((float) sinh(f)) macro
/external/ltrace/etc/
H A Dlibm.so.conf45 float sinhf(float);
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dwarpers_inl.hpp580 float v_ = atanf( sinhf(v) );
620 float u_ = atan2f( sinhf(u), cos(v) );
/external/clang/lib/Headers/
H A Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);}
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp170 static_assert((std::is_same<decltype(sinhf(0)), float>::value), "");
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp213 TLI.setUnavailable(LibFunc::sinhf);
532 {"sinhf", "vsinhf", 4},
H A DConstantFolding.cpp1306 Name == "sinf" || Name == "sinhf" || Name == "sqrtf";
1569 (Name == "sinhf" && TLI->has(LibFunc::sinhf)))
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp481 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), "");
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 2707 milliseconds