Searched refs:exp0 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpowf.S581 ! exp0 = (ax0 >> 23) - 127;
585 ! exp0 = (ax0 >> 23) - (127 + 149);
612 ! exp0 = ax0 & 0x7fffffff;
613 ! exp0 >>= 23;
614 ! exp0 -= 127;
615 ! exp0 <<= 8;
626 ! dtmp1 = (double) exp0;
664 ! exp0 = ax0 & 0x7fffffff;
665 ! exp0 >>= 23;
666 ! exp0
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c432 int exp, i0, ind0, exp0, yisint0, n_n; local
503 exp0 = (ax0 >> 23) - 127;
508 exp0 = (ax0 >> 23) - (127 + 149);
542 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8);
575 int ind0, i0, exp0; local
595 exp0 = ((ax0 & 0x7fffffff) >> 23) - 127;
613 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8);
667 exp0 = ((ax0 & 0x7fffffff) >> 23) - 127;
673 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8);
701 int ind0, exp0, i local
[all...]
H A D__vlogf.c153 int exp0, exp1, exp2, exp3, exp4; local
212 ty0 = LN2 * (double) exp0 + __TBL_logf[i0];
H A D__vpow.c692 int hx0 = 0, yisint0 = 0, exp0 = 0; local
791 exp0 += (hx0 >> 20);
809 y0 += (double)(exp0 << 8);
969 exp0 += (hx0 >> 20);
972 y0 += (double)(exp0 << 8);
1139 int eflag0, gflag0, ind0, i0, exp0; local
1160 exp0 = (hx >> 20) - 2046;
1177 exp0 += (hx0 >> 20);
1180 y0 += (double)(exp0 << 8);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c41 int exp0(tchar ***, bool);
106 return (exp0(vp, 0));
110 exp0(tchar ***vp, bool ignore) function
114 tprintf("TRACE- exp0()\n");
118 etraci("exp0 p1", p1, vp);
124 p2 = exp0(vp, (ignore&IGNORE) || p1);
126 etraci("exp0 p2", p2, vp);
467 ccode = exp0(vp, ignore);
H A Dsh.func.c558 status = !exp0(&v, 1);

Completed in 56 milliseconds