Lines Matching refs:res0
143 if (hx##I == 0x7ff00000 && lx == 0) res0 = 0.0; /* |X| = Inf */ \
144 else if (hy##I == 0x7ff00000 && ly == 0) res0 = 0.0; /* |Y| = Inf */ \
145 else res0 = fabs(x) + fabs(y); \
147 RETURN (I, res0) \
194 HI(&res0) = HI(&dres0) & 0xffffff00; \
195 LO(&res0) = 0; \
196 res0 += (DONE - res0_hi * res0 - res0_lo * res0) * dres0; \
197 res0 = sqrt (res0); \
199 res0 = D2ON1022 * res0; \
200 RETURN (I, res0) \
213 double x0, y0, res0, dd0; in __vrhypot() local
325 HI(&res0) = HI(&dres0) & 0xffffff00; in __vrhypot()
328 LO(&res0) = 0; in __vrhypot()
331 res0 += (DONE - res0_hi * res0 - res0_lo * res0) * dres0; in __vrhypot()
334 res0 = sqrt (res0); in __vrhypot()
338 res0 = scl0 * res0; in __vrhypot()
342 *pz0 = res0; in __vrhypot()
380 HI(&res0) = HI(&dres0) & 0xffffff00; in __vrhypot()
381 LO(&res0) = 0; in __vrhypot()
382 res0 += (DONE - res0_hi * res0 - res0_lo * res0) * dres0; in __vrhypot()
383 res0 = sqrt (res0); in __vrhypot()
385 res0 = scl0 * res0; in __vrhypot()
387 *pz0 = res0; in __vrhypot()