Lines Matching refs:resh0
156 int hx0, resh0, res_ch0; in __vrsqrt() local
164 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt()
165 res_ch0 = (resh0 + 0x00002000) & 0x7fffc000; in __vrsqrt()
166 HI(&res) = resh0; in __vrsqrt()
219 int hx0, resh0, res_ch0; in __vrsqrt() local
227 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt()
228 res_ch0 = (resh0 + 0x00002000) & 0x7fffc000; in __vrsqrt()
229 HI(&res) = resh0; in __vrsqrt()
257 int resh0, res_ch0; in __vrsqrt() local
262 resh0 = (hx & 0x001fffff) | 0x3fe00000; in __vrsqrt()
263 res_ch0 = (resh0 + 0x00002000) & 0x7fffc000; in __vrsqrt()
264 HI(&res) = resh0; in __vrsqrt()
298 int hx0, resh0, res_ch0; in __vrsqrt_n() local
330 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
333 res_ch0 = (resh0 + 0x00002000) & 0x7fffc000; in __vrsqrt_n()
336 HI(&res0) = resh0; in __vrsqrt_n()
387 resh0 = (hx0 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
388 res_ch0 = (resh0 + 0x00002000) & 0x7fffc000; in __vrsqrt_n()
389 HI(&res0) = resh0; in __vrsqrt_n()