Lines Matching refs:res_c0
153 double res_c0, dsqrt_exp0; in __vrsqrt() local
167 HI(&res_c0) = res_ch0; in __vrsqrt()
168 LO(&res_c0) = 0; in __vrsqrt()
173 xx0 = (res - res_c0) * xx0; in __vrsqrt()
216 double res_c0, dsqrt_exp0; in __vrsqrt() local
230 HI(&res_c0) = res_ch0; in __vrsqrt()
231 LO(&res_c0) = 0; in __vrsqrt()
236 xx0 = (res - res_c0) * xx0; in __vrsqrt()
254 double res_c0, dsqrt_exp0; in __vrsqrt() local
266 HI(&res_c0) = res_ch0; in __vrsqrt()
267 LO(&res_c0) = 0; in __vrsqrt()
272 xx0 = (res - res_c0) * xx0; in __vrsqrt()
289 double res0, res_c0, dsqrt_exp0; in __vrsqrt_n() local
305 LO(&res_c0) = 0; in __vrsqrt_n()
339 HI(&res_c0) = res_ch0; in __vrsqrt_n()
352 xx0 = (res0 - res_c0) * xx0; in __vrsqrt_n()
391 HI(&res_c0) = res_ch0; in __vrsqrt_n()
392 LO(&res_c0) = 0; in __vrsqrt_n()
399 xx0 = (res0 - res_c0) * xx0; in __vrsqrt_n()