Home
last modified time | relevance | path

Searched refs:expm1 (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanh.c69 t = expm1(two*fabs(x)); in tanh()
72 t = expm1(-two*fabs(x)); in tanh()
Ds_expm1.c133 expm1(double x) in expm1() function
221 __weak_reference(expm1, expm1l);
De_cosh.c60 t = expm1(fabs(x)); in cosh()
De_sinh.c61 t = expm1(fabs(x)); in sinh()
/bionic/tests/headers/posix/
Dtgmath_h.c81 TGMATH(expm1); in tgmath_h()
Dmath_h.c179 FUNCTION(expm1, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt104 expm1;
/bionic/libc/include/
Dmath.h136 double expm1(double __x);
/bionic/tests/
Dmath_test.cpp753 TEST(math_h, expm1) { in TEST() argument
754 ASSERT_DOUBLE_EQ(M_E - 1.0, expm1(1.0)); in TEST()
1876 DoMathDataTest<1>(g_expm1_intel_data, expm1); in TEST()
/bionic/libc/tools/
Dposix-2013.txt221 expm1