Home
last modified time | relevance | path

Searched refs:logf (Results 1 – 24 of 24) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_acosh.c33 return logf(x) + ln2; /* acosh(huge)=log(2x) */ in acoshf()
38 return logf((float)2.0 * x - one / (x + sqrtf(t - one))); in acoshf()
Dsrf_lgamma.c170 return -logf(-x); in __math_lgammaf_r()
172 return -logf(x); in __math_lgammaf_r()
184 nadj = logf(pi / fabsf(t * x)); in __math_lgammaf_r()
196 r = -logf(x); in __math_lgammaf_r()
268 r += logf(z); in __math_lgammaf_r()
273 t = logf(x); in __math_lgammaf_r()
280 r = x * (logf(x) - one); in __math_lgammaf_r()
Dsf_asinh.c36 w = logf(fabsf(x)) + ln2; in asinhf()
39 w = logf((float)2.0 * t + one / (sqrtf(x * x + one) + t)); in asinhf()
Dsf_log2.c32 return logf(x) * log2_inv; in log2f()
Dsf_log10.c48 z = y * log10_2lo + ivln10 * logf(x); in log10f()
Dsf_j0.c164 return (u00 + tpi * logf(x)); in y0f()
170 return (u / v + tpi * (j0f(x) * logf(x))); in y0f()
Dsf_log.c33 logf(float x) in logf() function
Dsf_jn.c137 tmp = tmp * logf(fabsf(v * tmp)); in jnf()
Dsf_j1.c166 return (x * (u / v) + tpi * (j1f(x) * logf(x) - one / x)); in y1f()
/picolibc-latest/newlib/libm/machine/spu/
Dwf_log.c36 float logf(float x) in logf() function
/picolibc-latest/newlib/libm/complex/
Dclogf.c44 p = logf(rr); in clogf()
Dcpowf.c55 theta = theta + y * logf(absa); in cpowf()
Dcatanf.c68 w = w + (0.25f * logf(a)) * I; in __weak_alias()
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h47 __extension__ float logf(float)
113 #define logf(__x) _f_logf(__x) macro
/picolibc-latest/newlib/libm/common/
Dsf_log.c51 logf (float x) in logf() function
/picolibc-latest/newlib/libm/test/
Dmath2.c241 shouldbe = expf(logf(n1) * n2); in test_pow()
Dlogf_vec.c304 void test_logf(int m) {run_vector_1(m,logf_vec,(char *)(logf),"logf","ff"); } in test_logf()
Dmath.c803 float logf(a) float a; { return log(a); }
/picolibc-latest/test/
Dfenv.c60 #define test_log(x) logf(x)
Dmath-funcs.c193 f1 = logf (f1); in main()
/picolibc-latest/newlib/libc/include/
Dmath.h505 extern float logf (float);
/picolibc-latest/newlib/
DNEWS105 - new expf, exp2f, logf, and powf implementations
DChangeLog-20159479 * libm/machine/spu/headers/logf.h: Ditto.
22075 * libm/mathfp/sf_log.c (logf): New file.
22193 * libm/math/wf_log.c (logf): ditto
22804 * libm/math/wf_log.c (logf): Likewise.
/picolibc-latest/
DCOPYING.picolibc2361 newlib/libm/machine/spu/headers/logf.h