Lines Matching refs:hx0
156 int hx0, resh0, res_ch0; in __vrsqrt() local
160 hx0 = HI(&res); in __vrsqrt()
161 sqrt_exp0 = (0x817 - (hx0 >> 21)) << 20; in __vrsqrt()
162 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
164 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt()
219 int hx0, resh0, res_ch0; in __vrsqrt() local
223 hx0 = HI(&res); in __vrsqrt()
224 sqrt_exp0 = (0x817 - (hx0 >> 21)) << 20; in __vrsqrt()
225 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
227 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt()
298 int hx0, resh0, res_ch0; in __vrsqrt_n() local
311 hx0 = HI(px); in __vrsqrt_n()
323 sqrt_exp0 = (0x5fe - (hx0 >> 21)) << 20; in __vrsqrt_n()
326 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
330 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
382 hx0 = HI(px); in __vrsqrt_n()
384 sqrt_exp0 = (0x5fe - (hx0 >> 21)) << 20; in __vrsqrt_n()
385 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
387 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()