Searched refs:zz (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c98 double c, d, rr, r[2], tt[3], xx[4], zz[5]; local
237 zz[0] = (c + two29) - two29;
238 tt[0] = zz[0] + zz[0];
239 r[0] = (xx[0] - zz[0] * zz[0]) + xx[1];
241 zz[1] = (rr * (r[0] + xx[2]) + three2p4) - three2p4;
242 tt[1] = zz[1] + zz[1];
243 r[0] -= tt[0] * zz[
[all...]
H A D_Q_mul.c89 double xx[5], yy[5], c, d, zz[9]; local
306 zz[0] = xx[0] * yy[0];
307 zz[1] = xx[0] * yy[1] + xx[1] * yy[0];
308 zz[2] = xx[0] * yy[2] + xx[1] * yy[1] + xx[2] * yy[0];
309 zz[3] = xx[0] * yy[3] + xx[1] * yy[2] + xx[2] * yy[1] +
311 zz[4] = xx[0] * yy[4] + xx[1] * yy[3] + xx[2] * yy[2] +
313 zz[5] = xx[1] * yy[4] + xx[2] * yy[3] + xx[3] * yy[2] +
315 zz[6] = xx[2] * yy[4] + xx[3] * yy[3] + xx[4] * yy[2];
316 zz[7] = xx[3] * yy[4] + xx[4] * yy[3];
317 zz[
[all...]
H A D_Q_div.c107 double c, d, ry, xx[4], yy[5], zz[5]; local
341 zz[0] = (ry * (xx[0] + xx[1]) + three2p27) - three2p27;
342 xx[0] = ((xx[0] - zz[0] * yy[0]) - zz[0] * yy[1]) + xx[1];
343 d = zz[0] * yy[2];
347 d = zz[0] * yy[3];
351 d = zz[0] * yy[4];
356 zz[1] = (ry * (xx[0] + xx[1]) + three2p3) - three2p3;
357 xx[0] = ((xx[0] - zz[1] * yy[0]) - zz[
[all...]
/opensolaris-onvv-gate/usr/src/common/bzip2/
H A Dhuffman.c35 Int32 zz, tmp; \
36 zz = z; tmp = heap[zz]; \
37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
38 heap[zz] = heap[zz >> 1]; \
39 zz >>= 1; \
41 heap[zz] = tmp; \
46 Int32 zz, yy, tmp; \
47 zz
[all...]
H A Dblocksort.c205 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31))
206 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~(1 << ((zz) & 31))
207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31)))
208 #define WORD_BH(zz) bhta
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dn_pkey.c129 unsigned char buf[256],*zz; local
171 if ((zz=(unsigned char *)OPENSSL_malloc(rsalen)) == NULL)
177 pkey->private_key->data = zz;
179 i2d_RSAPrivateKey(a,&zz);
181 if ((zz=OPENSSL_malloc(pkeylen)) == NULL)
192 enckey->enckey->digest->data = zz;
193 i2d_NETSCAPE_PKEY(pkey,&zz);
218 zz = enckey->enckey->digest->data;
221 EVP_EncryptUpdate(&ctx,zz,&i,zz,pkeyle
289 const unsigned char *zz; local
[all...]
/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmp_gf2m.c357 mp_digit zz, *z, tmp; local
375 zz = z[j];
376 if (zz == 0) {
387 z[j-n] ^= (zz>>d0);
389 z[j-n-1] ^= (zz<<d1);
396 z[j-n] ^= (zz >> d0);
398 z[j-n-1] ^= (zz << d1);
406 zz = z[dN] >> d0;
407 if (zz == 0) break;
412 *z ^= zz; /* reductio
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_gf2m.c327 BN_ULONG zz, *z; local
356 zz = z[j];
366 z[j-n] ^= (zz>>d0);
367 if (d0) z[j-n-1] ^= (zz<<d1);
374 z[j-n] ^= (zz >> d0);
375 if (d0) z[j-n-1] ^= (zz << d1);
383 zz = z[dN] >> d0;
384 if (zz == 0) break;
388 z[0] ^= zz; /* reduction t^0 component */
398 z[n] ^= (zz << d
446 BN_ULONG x1, x0, y1, y0, zz[4]; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh86 x=( typeset -a arr=([2]=abc [4]=(x=1 y=def));zz=abc)
143 typeset -T xx=(typeset yy=zz)
145 { typeset -T xx=(typeset yy=zz) ;} 2>/dev/null && err_exit 'type redefinition should fail'
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm294 zz:zzz:999:Uncoded script

Completed in 118 milliseconds