Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/config/
D_como.h113 # define sinhf sinh macro
/external/bison/linux-lib/
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
2174 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
/external/bison/lib/
Dmath.in.h1854 # undef sinhf
1855 _GL_FUNCDECL_SYS (sinhf, float, (float x));
1857 _GL_CXXALIAS_SYS (sinhf, float, (float x));
1858 _GL_CXXALIASWARN (sinhf);
1860 # undef sinhf
1862 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
/external/bison/darwin-lib/
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
2174 _GL_WARN_ON_USE (sinhf, "sinhf is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h489 sinhf, enumerator
/external/mesa3d/src/mesa/main/
Dimports.h138 #define sinhf(f) ((float) sinh(f)) macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h138 #define sinhf(f) ((float) sinh(f)) macro
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp466 TLI.setUnavailable(LibFunc::sinhf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll205 ; WIN32-NOT: float @sinhf
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/stlport/stlport/stl/
D_cmath.h88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
/external/clang/lib/Headers/
Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
/external/chromium_org/third_party/mesa/
Dchromium.patch1205 data.f[c] = sinhf(op[0]->value.f[c]);
1221 data.f[c] = sinhf(op[0]->value.f[c]);
/external/bison/
Dconfigure24887 …remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl t…