/third_party/gstreamer/gstplugins_good/gst/replaygain/ |
D | gstrglimiter.c | 192 *input = tanhf ((*input - THRES) / COMPL) * COMPL + THRES; in gst_rg_limiter_transform_ip() 194 *input = tanhf ((*input + THRES) / COMPL) * COMPL - THRES; in gst_rg_limiter_transform_ip()
|
/third_party/musl/src/math/ |
D | tanhf.c | 3 float tanhf(float x) in tanhf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | tanhf.c | 3 float tanhf(float x) in tanhf() function
|
/third_party/musl/libc-test/src/math/ |
D | tanhf.c | 27 y = tanhf(p->x); in main()
|
D | test_src_math.gni | 185 "tanhf",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | arm_svm_sigmoid_predict_f32.c | 453 sum += *pDualCoefs++ * tanhf(S->gamma * dot + S->coef0); in arm_svm_sigmoid_predict_f32() 477 sum += S->dualCoefficients[i] * tanhf(S->gamma * dot + S->coef0); in arm_svm_sigmoid_predict_f32()
|
D | arm_svm_sigmoid_predict_f16.c | 321 …sum += (_Float16)S->dualCoefficients[i] * (_Float16)tanhf((_Float16)S->gamma * dot + (_Float16)S->… in arm_svm_sigmoid_predict_f16()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 59 TLI_DEFINE_VECFUNC("tanhf", "vtanhf", 4) 132 TLI_DEFINE_VECFUNC("tanhf", "__tanhf4_massv", 4)
|
D | TargetLibraryInfo.def | 1327 /// float tanhf(float x); 1328 TLI_DEFINE_ENUM_INTERNAL(tanhf) 1329 TLI_DEFINE_STRING_INTERNAL("tanhf")
|
/third_party/boost/libs/qvm/test/ |
D | math_test.cpp | 47 test1<float>(&boost::qvm::tanh<float>, &::tanhf); in main()
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 2106 # undef tanhf 2107 # define tanhf rpl_tanhf macro 2109 _GL_FUNCDECL_RPL (tanhf, float, (float x)); 2110 _GL_CXXALIAS_RPL (tanhf, float, (float x)); 2113 # undef tanhf 2114 _GL_FUNCDECL_SYS (tanhf, float, (float x)); 2116 _GL_CXXALIAS_SYS (tanhf, float, (float x)); 2118 _GL_CXXALIASWARN (tanhf); 2120 # undef tanhf 2122 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - " [all …]
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 50 template <> BOOST_QVM_INLINE_TRIVIAL float tanh<float>( float x ) { return ::tanhf(x); } in tanh()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 352 float tanhf(float);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 221 {float(*p)(float) = tanhf;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 352 float tanhf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 352 float tanhf(float);
|
/third_party/musl/include/ |
D | math.h | 352 float tanhf(float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 352 float tanhf(float);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 208 return call4(tanhf, x); in Tanh()
|
D | LLVMJIT.cpp | 479 functions.try_emplace("tanhf", reinterpret_cast<void *>(tanhf)); in Resolver()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 134 T(tanhf, f_f)
|
D | mplibm.c | 216 int mptanhf(struct t *t) { return mpf1(t, tanhf); } in mptanhf()
|
/third_party/mindspore/mindspore/core/base/ |
D | float16.h | 298 inline float16 tanh(const float16 &a) { return float16(::tanhf(static_cast<float>(a))); }
|
/third_party/ffmpeg/libavfilter/ |
D | af_asoftclip.c | 138 dst[n] = tanhf(src[n] * factor * param); in filter_flt()
|