Home
last modified time | relevance | path

Searched refs:expm1l (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_expm1.c221 __weak_reference(expm1, expm1l);
/bionic/libm/include/
Dmath.h419 long double expm1l(long double);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c369 expm1l(long double x) in expm1l() function
/bionic/tests/
Dmath_test.cpp575 TEST(math, expm1l) { in TEST() argument
576 ASSERT_DOUBLE_EQ(M_E - 1.0L, expm1l(1.0L)); in TEST()