Searched refs:expm1l (Results 1 – 4 of 4) sorted by relevance
221 __weak_reference(expm1, expm1l);
419 long double expm1l(long double);
369 expm1l(long double x) in expm1l() function
575 TEST(math, expm1l) { in TEST() argument576 ASSERT_DOUBLE_EQ(M_E - 1.0L, expm1l(1.0L)); in TEST()