Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrt.c156 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()
[all …]