Searched refs:expf (Results 1 – 19 of 19) sorted by relevance
51 t = expf(x); in coshf()57 return half * expf(x); in coshf()61 w = expf(half * x); in coshf()
49 return h * expf(fabsf(x)); in sinhf()53 w = expf((float)0.5 * fabsf(x)); in sinhf()
34 float y = expf(__math_lgammaf_r(x, &signgam_local, &divzero)); in tgammaf()
161 r = expf(-z * z - (float)0.5625) * expf((z - x) * (z + x) + R / S); in erff()239 r = expf(-z * z - (float)0.5625) * expf((z - x) * (z + x) + R / S); in erfcf()
41 expf(float x) /* default IEEE double exp */ in expf() function
36 float expf(float x) in expf() function
45 r = expf(x); in cexpf()
54 r = r * expf(-y * arga); in cpowf()
51 e = expf(x); in _cchshf()
35 __extension__ float expf(float)107 #define expf(__x) _f_expf(__x) macro
58 expf (float x) in expf() function
241 shouldbe = expf(logf(n1) * n2); in test_pow()
305 void test_expf(int m) {run_vector_1(m,expf_vec,(char *)(expf),"expf","ff"); } in test_expf()
791 float expf(a) float a; { return exp(a); }
483 extern float expf (float);
191 f1 = expf (f1); in main()
105 - new expf, exp2f, logf, and powf implementations
9452 * libm/machine/spu/headers/expf.h: Ditto.22065 * libm/mathfp/sf_exp.c (expf): New file.22201 * libm/math/wf_exp.c (expf): ditto22820 * libm/math/wf_exp.c (expf): Likewise.
2237 newlib/libm/machine/spu/headers/expf.h