Lines Matching full:tanh
2 * Double-precision SVE tanh(x) function.
40 the scalar variant of tanh. */ in expm1_inline()
65 return sv_call_f64 (tanh, x, y, special); in special_case()
68 /* SVE approximation for double-precision tanh(x), using a simplified
72 svfloat64_t SV_NAME_D1 (tanh) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
83 /* tanh(x) = (e^2x - 1) / (e^2x + 1). */ in SV_NAME_D1()
92 TEST_SIG (SV, D, 1, tanh, -10.0, 10.0)
93 TEST_ULP (SV_NAME_D1 (tanh), 2.27)
94 TEST_DISABLE_FENV (SV_NAME_D1 (tanh))
95 TEST_SYM_INTERVAL (SV_NAME_D1 (tanh), 0, 0x1p-27, 5000)
96 TEST_SYM_INTERVAL (SV_NAME_D1 (tanh), 0x1p-27, 0x1.241bf835f9d5fp+4, 50000)
97 TEST_SYM_INTERVAL (SV_NAME_D1 (tanh), 0x1.241bf835f9d5fp+4, inf, 1000)