Lines Matching refs:q
226 const float *p,*q; in ponef() local
231 if(ix>=0x41000000) {p = pr8; q= ps8;} in ponef()
232 else if(ix>=0x40f71c58){p = pr5; q= ps5;} in ponef()
233 else if(ix>=0x4036db68){p = pr3; q= ps3;} in ponef()
234 else if(ix>=0x40000000){p = pr2; q= ps2;} in ponef()
237 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); in ponef()
322 const float *p,*q; in qonef() local
327 if(ix>=0x40200000) {p = qr8; q= qs8;} in qonef()
328 else if(ix>=0x40f71c58){p = qr5; q= qs5;} in qonef()
329 else if(ix>=0x4036db68){p = qr3; q= qs3;} in qonef()
330 else if(ix>=0x40000000){p = qr2; q= qs2;} in qonef()
333 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); in qonef()