Searched defs:iax2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c417 int iax2, ax2, si2, iexp2; local
453 iax2 = ax2 & 0x7ffe0000;
456 iax2 = ax2 - iax2;
459 xx2 = iax2 * tbl_div2;

Completed in 56 milliseconds