Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/bsdsrc/
Db_exp.c81 const static double p3 = 0x1.1566aaf25de2cp-14; variable
114 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
158 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
/bionic/libm/src/
De_lgammaf_r.c141 float t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgammaf_r() local
194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgammaf_r()
195 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgammaf_r()
De_lgamma_r.c207 double t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgamma_r() local
260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
261 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgamma_r()