Searched refs:logf (Results 1 - 16 of 16) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dlogf.s1 .global logf
2 .type logf,@function
3 logf: label
/haiku/src/system/libroot/posix/musl/math/
H A Dacoshf.c23 return logf(2*x - 1/(x+sqrtf(x*x-1)));
25 return logf(x) + 0.693147180559945309417232121458176568f;
H A Dasinhf.c16 x = logf(x) + 0.693147180559945309417232121458176568f;
19 x = logf(2*x + 1/(sqrtf(x*x+1)+x));
H A Dlgammaf_r.c123 return -logf(x);
134 nadj = logf(pi/(t*x));
143 r = -logf(x);
202 r += logf(z);
206 t = logf(x);
212 r = x*(logf(x)-1.0f);
H A Dlogf.c27 float logf(float x) function
H A Dj0f.c125 return u/v + tpi*(j0f(x)*logf(x));
127 return u00 + tpi*logf(x);
H A Djnf.c131 tmp = nf*logf(fabsf(w));
H A Dj1f.c121 return x*(u/v) + tpi*(j1f(x)*logf(x)-1.0f/x);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_catanhf.c71 __real__ res = 0.25 * (logf (num) - logf (den));
H A Ds_clogf.c45 __real__ result = logf (hypotf (__real__ x,
H A Ds_catanf.c80 __imag__ res = 0.25 * logf (num / den);
H A Ds_cacoshf.c90 __real__ res = 0.5 * logf (re2 + __real__ x * 2 * a
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c64 __real__ res = logf (rx + s);
74 __real__ res = logf (ix + s);
/haiku/headers/posix/
H A Dmath.h171 extern float logf(float x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2049 void logf() {} function
H A Dlibroot_stubs_legacy.c2017 void logf() {} function

Completed in 113 milliseconds