Searched refs:tanhf (Results 1 – 21 of 21) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 173 float tanhf(float); 296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
|
/external/bison/linux-lib/ |
D | math.h | 2253 # undef tanhf 2254 _GL_FUNCDECL_SYS (tanhf, float, (float x)); 2256 _GL_CXXALIAS_SYS (tanhf, float, (float x)); 2257 _GL_CXXALIASWARN (tanhf); 2259 # undef tanhf 2261 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1941 # undef tanhf 1942 _GL_FUNCDECL_SYS (tanhf, float, (float x)); 1944 _GL_CXXALIAS_SYS (tanhf, float, (float x)); 1945 _GL_CXXALIASWARN (tanhf); 1947 # undef tanhf 1949 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 2253 # undef tanhf 2254 _GL_FUNCDECL_SYS (tanhf, float, (float x)); 2256 _GL_CXXALIAS_SYS (tanhf, float, (float x)); 2257 _GL_CXXALIASWARN (tanhf); 2259 # undef tanhf 2261 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - "
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 629 tanhf, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 53 float tanhf(float);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 63 float tanhf "npy_tanhf"(float x)
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 141 #define tanhf(f) ((float) tanh(f)) macro
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 141 #define tanhf(f) ((float) tanh(f)) macro
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 523 TLI.setUnavailable(LibFunc::tanhf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 247 ; WIN32-NOT: float @tanhf
|
D | double-float-shrink-1.ll | 317 ; CHECK: call float @tanhf(float %f)
|
/external/bison/m4/ |
D | math_h.m4 | 53 tanf tanl tanhf trunc truncf truncl])
|
/external/libcxx/include/ |
D | cmath | 135 float tanhf(float x); 1035 using ::tanhf; 1038 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __x) _NOEXCEPT {return tanhf(__x);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 192 static_assert((std::is_same<decltype(tanhf(0)), float>::value), ""); in test_tanh()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 386 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh()
|
/external/chromium_org/third_party/mesa/ |
D | chromium.patch | 1246 data.f[c] = tanhf(op[0]->value.f[c]); 1270 data.f[c] = tanhf(op[0]->value.f[c]);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1054 LIBBUILTIN(tanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 437 static_assert((std::is_same<decltype(std::tanhf(0)), float>::value), ""); in test_tanh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3321 fun:tanhf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …intf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf trunc…
|