Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cexpf.c53 return (cpackf(expf(x), y)); in cexpf()
86 exp_x = expf(x); in cexpf()
Ds_erff.c124 r = expf(-z*z-0.5625F)*expf((z-x)*(z+x)+R/S); in erff()
177 r = expf(-z*z-0.5625F)*expf((z-x)*(z+x)+R/S); in erfcf()
Dk_expf.c50 exp_x = expf(x - kln2); in __frexp_expf()
Ds_ctanhf.c64 float exp_mx = expf(-fabsf(x)); in ctanhf()
Ds_ccoshf.c65 h = expf(fabsf(x)) * 0.5f; in ccoshf()
Ds_csinhf.c65 h = expf(fabsf(x)) * 0.5f; in csinhf()
Dmath_private.h705 #define __ieee754_expf expf
/bionic/tests/
Dmath_expf_test.cpp1434 …EXPECT_FLOAT_EQ(g_expf_intel_data[i].expected, expf(g_expf_intel_data[i].call_data)) << "Failed on… in TEST()
Dmath_test.cpp545 TEST(math, expf) { in TEST() argument
546 ASSERT_FLOAT_EQ(1.0f, expf(0.0f)); in TEST()
547 ASSERT_FLOAT_EQ(static_cast<float>(M_E), expf(1.0f)); in TEST()
/bionic/libm/include/
Dmath.h318 float expf(float);