Lines Matching refs:dres1
217 double res1_hi,res1_lo, dres1; in __vrhypot() local
289 dres1 = res1_hi + res1_lo; in __vrhypot()
293 iarr1 = HI(&dres1); in __vrhypot()
316 dd1 = dd1 * (DTWO - dd1 * dres1); in __vrhypot()
319 dd1 = dd1 * (DTWO - dd1 * dres1); in __vrhypot()
322 dres1 = dd1 * (DTWO - dd1 * dres1); in __vrhypot()
326 HI(&res1) = HI(&dres1) & 0xffffff00; in __vrhypot()
332 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1; in __vrhypot()
401 dres1 = res1_hi + res1_lo; in __vrhypot()
403 iarr1 = HI(&dres1); in __vrhypot()
412 dd1 = dd1 * (DTWO - dd1 * dres1); in __vrhypot()
413 dd1 = dd1 * (DTWO - dd1 * dres1); in __vrhypot()
414 dres1 = dd1 * (DTWO - dd1 * dres1); in __vrhypot()
416 HI(&res1) = HI(&dres1) & 0xffffff00; in __vrhypot()
418 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1; in __vrhypot()