| /external/rust/crates/libm/src/math/ | 
| D | tanh.rs | 8 pub fn tanh(mut x: f64) -> f64 {  in tanh()  function
 | 
| D | mod.rs | 189 mod tanh;  module
 | 
| /external/musl/src/math/ | 
| D | tanh.c | 7 double tanh(double x)  in tanh()  function
 | 
| /external/arm-optimized-routines/pl/math/ | 
| D | tanh_3u.c | 54 tanh (double x)  in tanh()  function
 | 
| D | v_tanh_3u.c | 59 VPCS_ATTR v_f64_t V_NAME (tanh) (v_f64_t x)  in V_NAME()  argument
 | 
| /external/tensorflow/tensorflow/python/keras/ | 
| D | activations.py | 357 def tanh(x):  function
 | 
| /external/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
 | 
| /external/tensorflow/tensorflow/compiler/jit/ | 
| D | introduce_floating_point_jitter_pass_test.cc | 125   Output tanh = ops::Tanh(root.WithOpName("tanh"), sigmoid);  in TEST()  local
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ | 
| D | Complex.java | 892     public Complex tanh() {  in tanh()  method in Complex
 | 
| /external/eigen/Eigen/src/plugins/ | 
| D | ArrayCwiseUnaryOps.h | 325 tanh() const  in tanh()  function
 | 
| /external/ComputeLibrary/src/core/NEON/ | 
| D | SVEMath.inl | 177     svfloat32_t tanh  = svdiv_f32_z(pg, num, den);  local192     const svfloat16_t tanh  = svdiv_f16_z(pg, num, den);  local
 
 | 
| D | NEMath.inl | 276 …float32x4_t tanh  = vbslq_f32(vcgtq_f32(vabsq_f32(x), CONST_THR), vmulq_f32(num, vinvq_f32(den)), …  local588     const float16x8_t tanh = vcombine_f16(vtanh_rational_approx_f16( vget_low_f16(x)),  local
 
 | 
| /external/rust/crates/num-traits/src/ | 
| D | real.rs | 736     fn tanh(self) -> Self;  in tanh()  method
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | math.h | 965 inline _LIBCPP_HIDE_FROM_ABI float       tanh(float __x) _NOEXCEPT       {return __builtin_tanhf(__…  in tanh()  function968 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT {  in tanh()  function
 972 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT {return __builtin_tanhl(__…  in tanh()  function
 978 tanh(_A1 __x) _NOEXCEPT {return __builtin_tanh((double)__x);}  in tanh()  function
 
 | 
| /external/cronet/third_party/icu/source/common/ | 
| D | lstmbe.cpp | 262     inline Array1D& tanh() {  in tanh()  function in Array1D267     inline Array1D& tanh(const Array1D& a) {  in tanh()  function in Array1D
 
 | 
| /external/icu/icu4c/source/common/ | 
| D | lstmbe.cpp | 262     inline Array1D& tanh() {  in tanh()  function in Array1D267     inline Array1D& tanh(const Array1D& a) {  in tanh()  function in Array1D
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | layout_assignment_test.cc | 326   auto tanh = builder.AddInstruction(  in TEST_F()  local366   auto tanh = builder.AddInstruction(  in TEST_F()  local
 447   auto tanh = builder.AddInstruction(  in TEST_F()  local
 
 | 
| D | instruction_fusion_test.cc | 103   HloInstruction* tanh = root->mutable_operand(1);  in TEST_F()  local
 | 
| D | hlo_rematerialization_test.cc | 278   auto tanh = builder.AddInstruction(  in TEST_F()  local
 | 
| /external/clang/lib/Headers/ | 
| D | __clang_cuda_cmath.h | 144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); }  in tanh()  function
 | 
| /external/libcxx/include/ | 
| D | math.h | 1055 inline _LIBCPP_INLINE_VISIBILITY float       tanh(float __lcpp_x) _NOEXCEPT       {return ::tanhf(_…  in tanh()  function1056 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(_…  in tanh()  function
 1062 tanh(_A1 __lcpp_x) _NOEXCEPT {return ::tanh((double)__lcpp_x);}  in tanh()  function
 
 | 
| /external/musl/include/ | 
| D | tgmath.h | 266 #define tanh(x)         __tg_real_complex(tanh, (x))  macro
 | 
| /external/libcxx/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 55 Ambiguous tanh(Ambiguous){ return Ambiguous(); }  in tanh()  function
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ | 
| D | xla.py | 105 tanh = _unary_op(math_ops.tanh)  variable
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ | 
| D | cmath.pass.cpp | 56 Ambiguous tanh(Ambiguous){ return Ambiguous(); }  in tanh()  function
 |