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

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

Completed in 45 milliseconds