Home
last modified time | relevance | path

Searched refs:expm1f (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanhf.c46 t = expm1f(two*fabsf(x)); in tanhf()
49 t = expm1f(-two*fabsf(x)); in tanhf()
De_coshf.c38 t = expm1f(fabsf(x)); in __ieee754_coshf()
De_sinhf.c42 t = expm1f(fabsf(x)); in __ieee754_sinhf()
Ds_expm1f.c42 expm1f(float x) in expm1f() function
/bionic/tests/headers/posix/
Dmath_h.c180 FUNCTION(expm1f, float (*f)(float)); in math_h()
/bionic/libc/include/
Dmath.h139 float expm1f(float __x);
/bionic/libm/
Dlibm.map.txt105 expm1f;
/bionic/tests/
Dmath_test.cpp722 TEST(MATH_TEST, expm1f) { in TEST() argument
723 ASSERT_FLOAT_EQ(static_cast<float>(M_E) - 1.0f, expm1f(1.0f)); in TEST()
1810 DoMathDataTest<1>(g_expm1f_intel_data, expm1f); in TEST()
/bionic/libc/tools/
Dposix-2013.txt220 expm1f