/external/stlport/stlport/stl/config/ |
D | _como.h | 113 # define sinhf sinh macro
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 164 float sinhf(float); 294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
|
/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 | 530 sinhf, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 45 float sinhf(float);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 61 float sinhf "npy_sinhf"(float x)
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 138 #define sinhf(f) ((float) sinh(f)) macro
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 138 #define sinhf(f) ((float) sinh(f)) macro
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 520 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/libcxx/include/ |
D | cmath | 123 float sinhf(float x); 987 using ::sinhf; 990 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __x) _NOEXCEPT {return sinhf(__x);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), ""); in test_sinh()
|
/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/clang/include/clang/Basic/ |
D | Builtins.def | 1042 LIBBUILTIN(sinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), ""); in test_sinh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3181 fun:sinhf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl t…
|