/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vcosf.c | 149 double z0, z1, z2, z3; in __vcosf() local 184 z3 = y3 * invpio2 + c3two51; in __vcosf() 189 n3 = LO(z3) + 1; in __vcosf() 194 z3 -= c3two51; in __vcosf() 199 y3 = (y3 - z3 * pio2_1) - z3 * pio2_t; in __vcosf() 205 z3 = y3 * y3; in __vcosf() 214 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf() 222 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf() 230 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf() 239 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf() [all …]
|
H A D | __vsinf.c | 153 double z0, z1, z2, z3; in __vsinf() local 188 z3 = y3 * invpio2 + c3two51; in __vsinf() 193 n3 = LO(z3); in __vsinf() 198 z3 -= c3two51; in __vsinf() 203 y3 = (y3 - z3 * pio2_1) - z3 * pio2_t; in __vsinf() 209 z3 = y3 * y3; in __vsinf() 218 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf() 226 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf() 234 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf() 243 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf() [all …]
|
H A D | __vsincosf.c | 168 double z0, z1, z2, z3; in __vsincosf() local 207 z3 = y3 * invpio2 + c3two51; in __vsincosf() 212 n3 = LO(z3); in __vsincosf() 217 z3 -= c3two51; in __vsincosf() 222 y3 = (y3 - z3 * pio2_1) - z3 * pio2_t; in __vsincosf() 228 z3 = y3 * y3; in __vsincosf() 233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsincosf() 241 g3 = (float)(one + z3 * (mhalf + z3 * (C0 + z3 * in __vsincosf() 242 (C1 + z3 * C2)))); in __vsincosf()
|
H A D | __vlog.c | 663 } z0, z1, z2, z3, w0, w1, w2, w3; in __vlog() local 726 z3.i[HIWORD] -= e; in __vlog() 734 d3 = z3.d - w3.d; in __vlog()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fmal.c | 94 unsigned int z0, z1, z2, z3, z4, z5, z6, z7; in __fmal() local 455 z3 = zz.i[3]; in __fmal() 461 z3 = 0; in __fmal() 466 z2 = z3 = 0; in __fmal() 470 z1 = z2 = z3 = 0; in __fmal() 476 z2 = (z2 << 1) | (z3 >> 31); in __fmal() 477 z3 <<= 1; in __fmal() 484 z3 = zz.i[3]; in __fmal() 493 (xy1 == z1 && (xy2 > z2 || (xy2 == z2 && (xy3 > z3 || in __fmal() 494 (xy3 == z3 && (xy4 | xy5 | xy6 | xy7) != 0)))))))))) { in __fmal() [all …]
|
H A D | remquol.c | 63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodquol() local 156 z3 = x3 - y3; in fmodquol() 157 carry = z3 > x3; in fmodquol() 182 if ((z1 | z2 | z3) == 0) { in fmodquol() 198 z2 = z2 + z2 + ((z3 & is) != 0); in fmodquol() 199 z3 = z3 + z3; in fmodquol() 203 x3 = z3; in fmodquol() 208 z3 = x3 - y3; in fmodquol() 209 carry = z3 > x3; in fmodquol() 229 x3 = z3; in fmodquol()
|
H A D | fma.c | 77 unsigned int xy0, xy1, xy2, xy3, z0, z1, z2, z3, fsr, rm, sticky; in __fma() local 159 z2 = z3 = 0; in __fma() 172 z3 = xy3; xy3 = 0; in __fma() 224 z3 += xy3; in __fma() 225 e = (z3 < xy3); in __fma() 250 sticky = z3 | z2 | ((z1 << 1) << (63 - e)); in __fma() 257 sticky = z3 | (z2 << 1) << (31 - e); in __fma() 267 sticky = (z2 & 1) | z3; in __fma() 275 if (z0 < 0x100000 && (z0 | z1 | z2 | z3) != 0) { in __fma() 283 z2 = z3; in __fma() [all …]
|
H A D | tgammal.c | 1012 long double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; local 1154 z3 = one / t3; /* z3 = 1/(ss*ww) */ 1159 t2 = CHOPPED((z3)); /* leading 1/(ss*ww) */ 1160 z2 = z3 * (t2 * z1 - (one - t2 * t1));
|
H A D | tgamma.c | 1534 double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; in tgamma() local 1667 z3 = one / t3; /* z3 = 1/(ss*ww) */ in tgamma() 1672 t2 = (double) ((float) z3); /* leading 1/(ss*ww) */ in tgamma() 1673 z2 = z3 * (t2 * z1 - (one - t2 * t1)); in tgamma()
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local 151 z3 = x3 - y3; in fmodl() 152 carry = (z3 > x3); in fmodl() 175 if ((z1 | z2 | z3) == 0) { /* 0: done */ in fmodl() 184 z2 = z2 + z2 + ((z3 & is) != 0); in fmodl() 185 z3 = z3 + z3; in fmodl() 189 x3 = z3; in fmodl() 194 z3 = x3 - y3; in fmodl() 195 carry = (z3 > x3); in fmodl() 215 x3 = z3; in fmodl()
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README.CVS.HOWTO | 10 cvs -z3 -d:pserver:anonymous@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename 22 cvs -z3 -d:ext:developername@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp_jac.c | 92 mp_int z1, z2, z3; in ec_GFp_pt_jac2aff() local 96 MP_DIGITS(&z3) = 0; in ec_GFp_pt_jac2aff() 99 MP_CHECKOK(mp_init(&z3, FLAG(px))); in ec_GFp_pt_jac2aff() 114 MP_CHECKOK(group->meth->field_mul(&z1, &z2, &z3, group->meth)); in ec_GFp_pt_jac2aff() 116 MP_CHECKOK(group->meth->field_mul(py, &z3, ry, group->meth)); in ec_GFp_pt_jac2aff() 122 mp_clear(&z3); in ec_GFp_pt_jac2aff()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 163 { z=$(typeset -RZ3 z3; (( z3 = 8 )); print $z3) ;} 2>/dev/null
|