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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c416 int iax1, ax1, si1, iexp1; local
452 iax1 = ax1 & 0x7ffe0000;
455 iax1 = ax1 - iax1;
458 xx1 = iax1 * tbl_div1;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S276 ! int iax1, si0, iexp0;
289 ! iax1 = ax1 & 0x7ffe0000;
290 ! iax1 = ax1 - iax1;
291 ! xx0 = iax1 * tbl_div0;

Completed in 59 milliseconds