Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp346 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/
Dexplicit_symbols.inc91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp357 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/
Dlibcall-declarations.c173 float tanhf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
/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/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/opencv3/3rdparty/openexr/Imath/
DImathMath.h135 static float tanh (float x) {return ::tanhf (x);}
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll44 declare float @tanhf(float)
168 %36 = call float @tanhf(float 3.000000e+00)
/external/ltrace/etc/
Dlibm.so.conf53 float tanhf(float);
/external/mesa3d/src/mesa/main/
Dimports.h141 #define tanhf(f) ((float) tanh(f)) macro
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1038 /// float tanhf(float x);
1039 TLI_DEFINE_ENUM_INTERNAL(tanhf)
1040 TLI_DEFINE_STRING_INTERNAL("tanhf")
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll247 ; WIN32-NOT: float @tanhf
Ddouble-float-shrink-1.ll329 ; CHECK: call float @tanhf(float %f)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp216 TLI.setUnavailable(LibFunc::tanhf); in initialize()
DConstantFolding.cpp1580 (Name == "tanhf" && TLI->has(LibFunc::tanhf))) in ConstantFoldScalarCall()
/external/libcxx/include/
Dcmath135 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/
Dveclib-calls.ll537 declare float @tanhf(float) nounwind readnone
547 %call = tail call float @tanhf(float %0) nounwind readnone
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp194 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/clang/include/clang/Basic/
DBuiltins.def1082 LIBBUILTIN(tanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp538 static_assert((std::is_same<decltype(std::tanhf(0)), float>::value), ""); in test_tanh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3071 fun:tanhf=uninstrumented
/external/bison/
Dconfigure24887 …intf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf trunc…