OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ieee754_logf
(Results
1 - 9
of
9
) sorted by null
/bionic/libm/src/
e_acoshf.c
39
return
__ieee754_logf
(x)+ln2; /* acosh(huge)=log(2x) */
44
return
__ieee754_logf
((float)2.0*x-one/(x+__ieee754_sqrtf(t-one)));
s_asinhf.c
40
w =
__ieee754_logf
(fabsf(x))+ln2;
43
w =
__ieee754_logf
((float)2.0*t+one/(__ieee754_sqrtf(x*x+one)+t));
e_log10f.c
53
z = y*log10_2lo + ivln10*
__ieee754_logf
(x);
e_lgammaf_r.c
154
return -
__ieee754_logf
(-x);
155
} else return -
__ieee754_logf
(x);
162
nadj =
__ieee754_logf
(pi/fabsf(t*x));
172
r = -
__ieee754_logf
(x);
217
r +=
__ieee754_logf
(z); break;
221
t =
__ieee754_logf
(x);
228
r = x*(
__ieee754_logf
(x)-one);
e_logf.c
36
__ieee754_logf
(float x)
function
e_jnf.c
133
tmp = tmp*
__ieee754_logf
(fabsf(v*tmp));
math_private.h
234
#define
__ieee754_logf
logf
macro
e_j0f.c
149
return(u00 + tpi*
__ieee754_logf
(x));
154
return(u/v + tpi*(__ieee754_j0f(x)*
__ieee754_logf
(x)));
e_j1f.c
147
return(x*(u/v) + tpi*(__ieee754_j1f(x)*
__ieee754_logf
(x)-one/x));
Completed in 160 milliseconds