Home
last modified time | relevance | path

Searched refs:tanhf (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c173 float tanhf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
/external/bison/linux-lib/
Dmath.h2253 # 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/
Dmath.in.h1941 # 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/
Dmath.h2253 # 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/
DTargetLibraryInfo.h629 tanhf, enumerator
/external/ltrace/etc/
Dlibm.so.conf53 float tanhf(float);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd63 float tanhf "npy_tanhf"(float x)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h141 #define tanhf(f) ((float) tanh(f)) macro
/external/mesa3d/src/mesa/main/
Dimports.h141 #define tanhf(f) ((float) tanh(f)) macro
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp523 TLI.setUnavailable(LibFunc::tanhf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll247 ; WIN32-NOT: float @tanhf
Ddouble-float-shrink-1.ll317 ; CHECK: call float @tanhf(float %f)
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/libcxx/include/
Dcmath135 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/
Dmath_h.disabled.cpp192 static_assert((std::is_same<decltype(tanhf(0)), float>::value), ""); in test_tanh()
/external/clang/lib/Headers/
Dtgmath.h386 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh()
/external/chromium_org/third_party/mesa/
Dchromium.patch1246 data.f[c] = tanhf(op[0]->value.f[c]);
1270 data.f[c] = tanhf(op[0]->value.f[c]);
/external/clang/include/clang/Basic/
DBuiltins.def1054 LIBBUILTIN(tanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp437 static_assert((std::is_same<decltype(std::tanhf(0)), float>::value), ""); in test_tanh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3321 fun:tanhf=uninstrumented
/external/bison/
Dconfigure24887 …intf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf trunc…