Searched defs:sinhf (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h113 # define sinhf sinh macro
/external/stlport/stlport/stl/
H A D_cmath.h88 inline float sinhf(float v) { return __sinhf(v); } function
/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/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

Completed in 202 milliseconds