/third_party/musl/src/math/ |
D | tanh.c | 7 double tanh(double x) in tanh() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | tanh.c | 7 double tanh(double x) in tanh() function
|
/third_party/jerryscript/jerry-libm/ |
D | tanh.c | 62 tanh (double x) in tanh() function
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 50 template <> BOOST_QVM_INLINE_TRIVIAL float tanh<float>( float x ) { return ::tanhf(x); } in tanh() function 72 template <> BOOST_QVM_INLINE_TRIVIAL double tanh<double>( double x ) { return ::tanh(x); } in tanh() function 94 …template <> BOOST_QVM_INLINE_TRIVIAL long double tanh<long double>( long double x ) { return ::tan… in tanh() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 130 GLM_FUNC_QUALIFIER vecType<T, P> tanh(vecType<T, P> const & v) function
|
/third_party/cmsis/CMSIS/DSP/Include/ |
D | arm_vec_math_f16.h | 293 f16x8_t tanh = vmulq_f16(num, vrecip_f16(den)); in vtanhq_f16() local
|
D | arm_vec_math.h | 286 f32x4_t tanh = vmulq_f32(num, vrecip_f32(den)); in vtanhq_f32() local
|
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/ |
D | tanh_info_test.cc | 31 TanhInfoPtr tanh; variable
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 142 tanh(x: number): number; method
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 162 tanh(x: number): number; method
|
/third_party/boost/boost/numeric/interval/ |
D | transc.hpp | 183 interval<T, Policies> tanh(const interval<T, Policies>& x) in tanh() function
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/ |
D | tf_bidirection_gru_cf_fusion.cc | 74 auto tanh = VectorRef({GetPrim(prim::kPrimActivation), bias1}); in DefineGruCellPattern() local
|
/third_party/node/deps/icu-small/source/common/ |
D | lstmbe.cpp | 262 inline Array1D& tanh() { in tanh() function in Array1D 267 inline Array1D& tanh(const Array1D& a) { in tanh() function in Array1D
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 111 tanh = P.Tanh() variable
|
/third_party/mindspore/tests/vm_impl/ |
D | vm_me.py | 521 def tanh(x): function
|
/third_party/musl/include/ |
D | tgmath.h | 266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_complex_std.hpp | 547 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> tanh(const complex<BOOST_CSTDFLOAT_EXT… in tanh() function
|
/third_party/boost/boost/math/concepts/ |
D | std_real_concept.hpp | 227 inline boost::math::concepts::std_real_concept tanh(boost::math::concepts::std_real_concept a) in tanh() function
|
D | real_concept.hpp | 257 inline real_concept tanh(real_concept a) in tanh() function
|
/third_party/boost/boost/math/bindings/ |
D | e_float.hpp | 351 inline e_float tanh (const e_float& x) in tanh() function
|
D | rr.hpp | 787 inline RR tanh(RR z) in tanh() function
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | tf_bidirection_gru_fusion.cc | 73 VectorRef tanh = VectorRef({is_var_tanh, biasadd2}); in GenerateBodyGraphHiddenPattern() local
|