Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c416 int iax1, ax1, si1, iexp1; in __vrsqrtf_n() local
452 iax1 = ax1 & 0x7ffe0000; in __vrsqrtf_n()
455 iax1 = ax1 - iax1; in __vrsqrtf_n()
458 xx1 = iax1 * tbl_div1; in __vrsqrtf_n()
/titanic_44/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;