Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_cosh.c51 t = expf(x); in coshf()
57 return half * expf(x); in coshf()
61 w = expf(half * x); in coshf()
Dsf_sinh.c49 return h * expf(fabsf(x)); in sinhf()
53 w = expf((float)0.5 * fabsf(x)); in sinhf()
Dsf_tgamma.c34 float y = expf(__math_lgammaf_r(x, &signgam_local, &divzero)); in tgammaf()
Dsf_erf.c161 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()
Dsf_exp.c41 expf(float x) /* default IEEE double exp */ in expf() function
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Dwf_exp.c36 float expf(float x) in expf() function
/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcexpf.c45 r = expf(x); in cexpf()
Dcpowf.c54 r = r * expf(-y * arga); in cpowf()
Dcephes_subrf.c51 e = expf(x); in _cchshf()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/machine/
Dfastmath.h35 __extension__ float expf(float)
107 #define expf(__x) _f_expf(__x) macro
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_exp.c58 expf (float x) in expf() function
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dmath2.c241 shouldbe = expf(logf(n1) * n2); in test_pow()
Dexpf_vec.c305 void test_expf(int m) {run_vector_1(m,expf_vec,(char *)(expf),"expf","ff"); } in test_expf()
Dmath.c791 float expf(a) float a; { return exp(a); }
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h483 extern float expf (float);
/picolibc-3.7.0-3.6.0/test/
Dmath-funcs.c191 f1 = expf (f1); in main()
/picolibc-3.7.0-3.6.0/newlib/
DNEWS105 - new expf, exp2f, logf, and powf implementations
DChangeLog-20159452 * libm/machine/spu/headers/expf.h: Ditto.
22065 * libm/mathfp/sf_exp.c (expf): New file.
22201 * libm/math/wf_exp.c (expf): ditto
22820 * libm/math/wf_exp.c (expf): Likewise.
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc2237 newlib/libm/machine/spu/headers/expf.h