Home
last modified time | relevance | path

Searched refs:resh1 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libmvec/common/
H A D__vrsqrt.c299 int hx1, resh1, res_ch1; in __vrsqrt_n() local
331 resh1 = (hx1 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
334 res_ch1 = (resh1 + 0x00002000) & 0x7fffc000; in __vrsqrt_n()
337 HI(&res1) = resh1; in __vrsqrt_n()