Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S305 ! iexp1 = ax1 >> 24;
307 ! iexp1 = 0x3f - iexp1;
308 ! iexp1 &= 0x1ff;
310 ! lexp1 = iexp1 << 23;
417 sra %g5,24,%l7 ! (5_0) iexp1 = ax1 >> 24;
423 sub %l0,%l7,%l7 ! (5_0) iexp1 = 0x3f - iexp1;
425 and %l7,511,%l1 ! (5_0) iexp1 = 0x1ff;
428 sllx %l1,23,%l1 ! (5_0) lexp1 = iexp1 << 23;
465 sra %i4,24,%i1 ! (1_0) iexp1 = ax1 >> 24;
471 sub %l0,%i1,%i1 ! (1_0) iexp1 = 0x3f - iexp1;
[all …]
/titanic_50/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c416 int iax1, ax1, si1, iexp1; in __vrsqrtf_n() local
431 iexp1 = ax1 >> 24; in __vrsqrtf_n()
434 iexp1 = 0x3f - iexp1; in __vrsqrtf_n()
438 iexp1 = iexp1 << 23; in __vrsqrtf_n()
469 iexp1 += *(int*)&fres1; in __vrsqrtf_n()
473 *(int*)py = iexp1; in __vrsqrtf_n()
H A D__vrhypot.c225 int iarr1, iexp1, itbl1; in __vrhypot() local
296 iexp1 = iarr1 & 0xfff00000; in __vrhypot()
306 itbl1 -= iexp1; in __vrhypot()
404 iexp1 = iarr1 & 0xfff00000; in __vrhypot()
408 itbl1 -= iexp1; in __vrhypot()