/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 346 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, uchar, float) 347 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, char, float) 348 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, ushort, float) 349 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, short, float) 350 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, int, float) 351 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, uint, float) 352 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, float, float)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 357 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, uchar, float) 358 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, char, float) 359 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, ushort, float) 360 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, short, float) 361 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, int, float) 362 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, uint, float) 363 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, float, float)
|
/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/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/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/opencv3/3rdparty/openexr/Imath/ |
D | ImathMath.h | 135 static float tanh (float x) {return ::tanhf (x);}
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 44 declare float @tanhf(float) 168 %36 = call float @tanhf(float 3.000000e+00)
|
/external/ltrace/etc/ |
D | libm.so.conf | 53 float tanhf(float);
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 141 #define tanhf(f) ((float) tanh(f)) macro
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1038 /// float tanhf(float x); 1039 TLI_DEFINE_ENUM_INTERNAL(tanhf) 1040 TLI_DEFINE_STRING_INTERNAL("tanhf")
|
/external/bison/m4/ |
D | math_h.m4 | 53 tanf tanl tanhf trunc truncf truncl])
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 247 ; WIN32-NOT: float @tanhf
|
D | double-float-shrink-1.ll | 329 ; CHECK: call float @tanhf(float %f)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 216 TLI.setUnavailable(LibFunc::tanhf); in initialize()
|
D | ConstantFolding.cpp | 1580 (Name == "tanhf" && TLI->has(LibFunc::tanhf))) in ConstantFoldScalarCall()
|
/external/libcxx/include/ |
D | cmath | 135 float tanhf(float x); 1039 using ::tanhf; 1042 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __lcpp_x) _NOEXCEPT {return tanhf(__l…
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | veclib-calls.ll | 537 declare float @tanhf(float) nounwind readnone 547 %call = tail call float @tanhf(float %0) nounwind readnone
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 194 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/clang/include/clang/Basic/ |
D | Builtins.def | 1082 LIBBUILTIN(tanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 538 static_assert((std::is_same<decltype(std::tanhf(0)), float>::value), ""); in test_tanh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3071 fun:tanhf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …intf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf trunc…
|