Lines Matching refs:p
250 const float *p = Pj[index]; in j1f_near_root() local
251 float x0 = p[0]; in j1f_near_root()
252 float x1 = p[2]; in j1f_near_root()
256 float xmid = p[1]; in j1f_near_root()
258 float p6 = (index > 0) ? p[6] : p[6] + y * -0x1.3e51aap-8f; in j1f_near_root()
259 return sign * (p[3] + y * (p[4] + y * (p[5] + y * p6))); in j1f_near_root()
532 const float *p = Py[index]; in y1f_near_root() local
533 float x0 = p[0]; in y1f_near_root()
534 float x1 = p[2]; in y1f_near_root()
538 float xmid = p[1]; in y1f_near_root()
541 p6 = p[6] + y * (-0x1.28043p-8 + y * 0x2.50e83p-8); in y1f_near_root()
543 p6 = p[6] + y * -0xf.ff6b8p-12; in y1f_near_root()
545 p6 = p[6]; in y1f_near_root()
546 return p[3] + y * (p[4] + y * (p[5] + y * p6)); in y1f_near_root()
691 const float *p,*q; in ponef() local
697 if(ix>=0x41000000) {p = pr8; q= ps8;} in ponef()
698 else if(ix>=0x40f71c58){p = pr5; q= ps5;} in ponef()
699 else if(ix>=0x4036db68){p = pr3; q= ps3;} in ponef()
700 else {p = pr2; q= ps2;} in ponef()
702 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in ponef()
788 const float *p,*q; in qonef() local
794 if(ix>=0x41000000) {p = qr8; q= qs8;} /* x >= 8 */ in qonef()
795 else if(ix>=0x40f71c58){p = qr5; q= qs5;} /* x >= 7.722209930e+00 */ in qonef()
796 else if(ix>=0x4036db68){p = qr3; q= qs3;} /* x >= 2.857141495e+00 */ in qonef()
797 else {p = qr2; q= qs2;} /* x >= 2 */ in qonef()
799 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in qonef()