Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrglimiter.c192 *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/
Dtanhf.c3 float tanhf(float x) in tanhf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtanhf.c3 float tanhf(float x) in tanhf() function
/third_party/musl/libc-test/src/math/
Dtanhf.c27 y = tanhf(p->x); in main()
Dtest_src_math.gni185 "tanhf",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_sigmoid_predict_f32.c453 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()
Darm_svm_sigmoid_predict_f16.c321 …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/
DVecFuncs.def59 TLI_DEFINE_VECFUNC("tanhf", "vtanhf", 4)
132 TLI_DEFINE_VECFUNC("tanhf", "__tanhf4_massv", 4)
DTargetLibraryInfo.def1327 /// float tanhf(float x);
1328 TLI_DEFINE_ENUM_INTERNAL(tanhf)
1329 TLI_DEFINE_STRING_INTERNAL("tanhf")
/third_party/boost/libs/qvm/test/
Dmath_test.cpp47 test1<float>(&boost::qvm::tanh<float>, &::tanhf); in main()
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in2106 # 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/
Dmath.hpp50 template <> BOOST_QVM_INLINE_TRIVIAL float tanh<float>( float x ) { return ::tanhf(x); } in tanh()
/third_party/musl/ndk_musl_include/
Dmath.h352 float tanhf(float);
/third_party/musl/libc-test/src/api/
Dmath.c221 {float(*p)(float) = tanhf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h352 float tanhf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h352 float tanhf(float);
/third_party/musl/include/
Dmath.h352 float tanhf(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h352 float tanhf(float);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp208 return call4(tanhf, x); in Tanh()
DLLVMJIT.cpp479 functions.try_emplace("tanhf", reinterpret_cast<void *>(tanhf)); in Resolver()
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h134 T(tanhf, f_f)
Dmplibm.c216 int mptanhf(struct t *t) { return mpf1(t, tanhf); } in mptanhf()
/third_party/mindspore/mindspore/core/base/
Dfloat16.h298 inline float16 tanh(const float16 &a) { return float16(::tanhf(static_cast<float>(a))); }
/third_party/ffmpeg/libavfilter/
Daf_asoftclip.c138 dst[n] = tanhf(src[n] * factor * param); in filter_flt()

12