Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c362 int ibase2, si2, hyp2h; in __vrhypotf_n() local
386 ibase2 = HI(&hyp2); in __vrhypotf_n()
390 HI(&dbase2) = (0x60000000 - ((ibase2 & 0x7fe00000) >> 1)); in __vrhypotf_n()
394 hyp2h = (ibase2 & 0x000fffff) | 0x3ff00000; in __vrhypotf_n()
404 ibase2 >>= 10; in __vrhypotf_n()
407 si2 = ibase2 & 0x7f0; in __vrhypotf_n()