Searched refs:expm1 (Results 1 – 6 of 6) sorted by relevance
66 t = expm1(two*fabs(x)); in tanh()69 t = expm1(-two*fabs(x)); in tanh()
58 t = expm1(fabs(x)); in __ieee754_cosh()
59 t = expm1(fabs(x)); in __ieee754_sinh()
133 expm1(double x) in expm1() function221 __weak_reference(expm1, expm1l);
230 double expm1(double);
567 TEST(math, expm1) { in TEST() argument568 ASSERT_DOUBLE_EQ(M_E - 1.0, expm1(1.0)); in TEST()