Lines Matching refs:res1
216 double x1 = 0.0L, y1 = 0.0L, res1, dd1; in __vrhypot() local
326 HI(&res1) = HI(&dres1) & 0xffffff00; in __vrhypot()
329 LO(&res1) = 0; in __vrhypot()
332 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1; in __vrhypot()
335 res1 = sqrt (res1); in __vrhypot()
339 res1 = scl1 * res1; in __vrhypot()
343 *pz1 = res1; in __vrhypot()
416 HI(&res1) = HI(&dres1) & 0xffffff00; in __vrhypot()
417 LO(&res1) = 0; in __vrhypot()
418 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1; in __vrhypot()
419 res1 = sqrt (res1); in __vrhypot()
421 res1 = scl1 * res1; in __vrhypot()
423 *pz1 = res1; in __vrhypot()