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

/external/stlport/stlport/stl/config/
H A D_como.h113 # define sinhf sinh macro
/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/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h529 /// float sinhf(float x);
530 sinhf, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h138 #define sinhf(f) ((float) sinh(f)) macro
/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/llvm/lib/Target/
H A DTargetLibraryInfo.cpp273 "sinhf",
520 TLI.setUnavailable(LibFunc::sinhf);
/external/stlport/stlport/stl/
H A D_cmath.h88 inline float sinhf(float v) { return __sinhf(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp383 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 2819 milliseconds