Searched refs:sinhf (Results 1 – 14 of 14) sorted by relevance
/external/stlport/stlport/stl/config/ |
D | _como.h | 113 # define sinhf sinh macro
|
/external/bison/linux-lib/ |
D | math.h | 2166 # 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/ |
D | math.in.h | 1854 # 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/ |
D | math.h | 2166 # 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/ |
D | TargetLibraryInfo.h | 489 sinhf, enumerator
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 138 #define sinhf(f) ((float) sinh(f)) macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 138 #define sinhf(f) ((float) sinh(f)) macro
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 466 TLI.setUnavailable(LibFunc::sinhf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 205 ; WIN32-NOT: float @sinhf
|
/external/bison/m4/ |
D | math_h.m4 | 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
|
/external/chromium_org/third_party/mesa/ |
D | chromium.patch | 1205 data.f[c] = sinhf(op[0]->value.f[c]); 1221 data.f[c] = sinhf(op[0]->value.f[c]);
|
/external/bison/ |
D | configure | 24887 …remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl t…
|