Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c417 int iax2, ax2, si2, iexp2; in __vrsqrtf_n() local
432 iexp2 = ax2 >> 24; in __vrsqrtf_n()
435 iexp2 = 0x3f - iexp2; in __vrsqrtf_n()
439 iexp2 = iexp2 << 23; in __vrsqrtf_n()
470 iexp2 += *(int*)&fres2; in __vrsqrtf_n()
475 *(int*)py = iexp2; in __vrsqrtf_n()
H A D__vrhypot.c227 int iarr2, iexp2, itbl2; in __vrhypot() local
297 iexp2 = iarr2 & 0xfff00000; in __vrhypot()
307 itbl2 -= iexp2; in __vrhypot()