Searched refs:expm1 (Results 1 – 10 of 10) sorted by relevance
69 t = expm1(two*fabs(x)); in tanh()72 t = expm1(-two*fabs(x)); in tanh()
133 expm1(double x) in expm1() function221 __weak_reference(expm1, expm1l);
60 t = expm1(fabs(x)); in cosh()
61 t = expm1(fabs(x)); in sinh()
81 TGMATH(expm1); in tgmath_h()
179 FUNCTION(expm1, double (*f)(double)); in math_h()
104 expm1;
136 double expm1(double __x);
753 TEST(math_h, expm1) { in TEST() argument754 ASSERT_DOUBLE_EQ(M_E - 1.0, expm1(1.0)); in TEST()1876 DoMathDataTest<1>(g_expm1_intel_data, expm1); in TEST()
221 expm1