Lines Matching refs:q
228 const float *p,*q; in ponef() local
233 if(ix>=0x41000000) {p = pr8; q= ps8;} in ponef()
234 else if(ix>=0x409173eb){p = pr5; q= ps5;} in ponef()
235 else if(ix>=0x4036d917){p = pr3; q= ps3;} in ponef()
236 else {p = pr2; q= ps2;} /* ix>=0x40000000 */ in ponef()
239 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); in ponef()
325 const float *p,*q; in qonef() local
330 if(ix>=0x41000000) {p = qr8; q= qs8;} in qonef()
331 else if(ix>=0x409173eb){p = qr5; q= qs5;} in qonef()
332 else if(ix>=0x4036d917){p = qr3; q= qs3;} in qonef()
333 else {p = qr2; q= qs2;} /* ix>=0x40000000 */ in qonef()
336 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); in qonef()