Searched refs:yy (Results 1 - 25 of 29) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_mul.c89 double xx[5], yy[5], c, d, zz[9]; local
283 yy[0] = (double)((int)ly) * c;
287 yy[1] = (double)((int)(wy[0] >> 8)) * c;
292 yy[2] = (double)((int)(((wy[0] << 16) | (wy[1] >> 16)) &
298 yy[3] = (double)((int)(((wy[1] << 8) | (wy[2] >> 24)) &
303 yy[4] = (double)((int)(wy[2] & 0xffffff)) * c;
306 zz[0] = xx[0] * yy[0];
307 zz[1] = xx[0] * yy[1] + xx[1] * yy[0];
308 zz[2] = xx[0] * yy[
[all...]
H A D_Q_div.c107 double c, d, ry, xx[4], yy[5], zz[5]; local
315 yy[0] = (double)((int)ly) * c;
319 yy[1] = (double)((int)(wy[0] >> 8)) * c;
324 yy[2] = (double)((int)(((wy[0] << 16) |
330 yy[3] = (double)((int)(((wy[1] << 8) |
335 yy[4] = (double)((int)(wy[2] & 0xffffff)) * c;
338 ry = one / ((yy[0] + yy[1]) + yy[2]);
342 xx[0] = ((xx[0] - zz[0] * yy[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/uwin/
H A Dgamma.c212 struct Double yy, r; local
216 yy = ratfun_gam(y - x0, 0);
217 return (yy.a + yy.b);
221 yy.a = r.a - one;
223 yy.b = r.b = y - yy.a;
225 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
226 t = r.a*yy.a;
227 r.b = r.a*yy
[all...]
/opensolaris-onvv-gate/usr/src/common/bzip2/
H A Dhuffman.c46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
[all...]
H A Dcompress.c122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A DMakefile34 # still export a number of "yy*" (libl) interfaces. Reduce all other symbols
73 lex.yy.c : fsdb_lex.l
76 fsdb_lex.o : lex.yy.c
77 $(COMPILE.c) -o $@ lex.yy.c
82 $(RM) fsdb_yacc.c fsdb_lex.c y.tab.c y.tab.h lex.yy.c
92 CATSRCS= $(SRCS) lex.yy.c y.tab.c
101 lint: y.tab.c lex.yy.c
/opensolaris-onvv-gate/usr/src/lib/libfru/
H A DMakefile.targ49 $(SED) -f ../libfru/yy-sed y.tab.c > pics/y.tab.cc
50 $(SED) -f ../libfru/yy-sed y.tab.h > pics/y.tab.h
58 $(SED) -f ../libfru/yy-lsed > pics/lex.fru.cc
/opensolaris-onvv-gate/usr/src/cmd/genmsg/
H A DMakefile37 LEXINTSRCS= lex.yy.c
38 LEXOBJS= lex.yy.o
53 # still export a number of "yy*" (libl) interfaces. Reduce all other symbols
81 $(OBJS): y.tab.h lex.yy.c
/opensolaris-onvv-gate/usr/src/cmd/date/
H A Ddate.c70 "usage:\tdate [-u] mmddHHMM[[cc]yy][.SS]\n\tdate [-u] [+format]\n"
168 int yy; local
191 yy = atoi(&date[8]);
201 yy = 1900 + (atoi(&date[8]) + 100);
203 yy = 1900 + atoi(&date[8]);
208 yy = 1900 + current_date->tm_year;
211 yy = 1900 + current_date->tm_year;
243 if (mm == 2 && isleap(yy)) /* adjust for leap year */
253 for (clock_val = 0, i = 1970; i < yy; i++)
256 if (isleap(yy)
[all...]
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dmandelbrotset1.sh79 float yy
89 yy=y*y ,
90 mag=xx+yy ,
92 x=xx-yy+x1
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm64 my $yy = "\x00"; $yy = "\x0f" if $sy == -1;
68 # if $yy eq "\x00", we can cut $bx, otherwise we need to padd $by
69 $by .= $yy x $diff;
151 my $yy = "\x00"; $yy = "\x0f" if $sy == -1;
155 $by .= $yy x $diff;
237 my $yy = "\x00"; $yy = "\x0f" if $sy == -1;
241 $by .= $yy
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c33 ** yy -- second ADDRESS
36 ** <0 when xx->q_host is less than yy->q_host
37 ** >0 when xx->q_host is greater than yy->q_host
42 sorthost(xx, yy)
44 register ADDRESS *yy;
48 return sm_strrevcasecmp(xx->q_host, yy->q_host);
50 return sm_strcasecmp(xx->q_host, yy->q_host);
58 ** will give a result relative to 'yy'. Expensive mailers get rated
61 ** recipients. We avoid an MX RR lookup when both 'xx' and 'yy' are
67 ** yy
[all...]
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A DREADME107 cc -O -c lex.yy.c
108 mv lex.yy.o awk.lx.o
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh142 unset xx yy
143 typeset -T xx=(typeset yy=zz)
144 xx=yy
145 { typeset -T xx=(typeset yy=zz) ;} 2>/dev/null && err_exit 'type redefinition should fail'
H A Dnameref.sh120 command nameref xx=yy
121 command nameref yy=xx
H A Dsubstring.sh158 yy=${xx#*/}
159 if [[ $yy != b/c/d/e ]]
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/
H A DMakefile.targ48 $(MV) lex.yy.c lex.c
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c1093 #define BOUND(yy) \
1094 yy = (yy < 0) ? 0 : yy; \
1095 yy = (yy > 100) ? 100 : yy;
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c212 acpica_check_bios_date(int yy, int mm, int dd) argument
225 * "mm/dd/yy" at absolute address 0xffff5,
226 * where mm, dd and yy are all ASCII digits.
257 if (bios_year < yy)
259 else if (bios_year > yy)
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A DMakefile201 ed - lex.yy.c < att2.ed
202 $(MV) lex.yy.c att2.c
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A DMakefile.com43 LEXYY = lex.yy.c
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c677 uint_t yy; local
848 yy = atoi(valp);
849 margsp->cfs_acregmin = yy;
850 margsp->cfs_acregmax = yy;
851 margsp->cfs_acdirmin = yy;
852 margsp->cfs_acdirmax = yy;
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dkssl.c825 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
826 ** xx and yy are possibly multi-byte length fields.
831 int xx = 0, yy = 0; local
844 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;
845 case 0x81: p++; len++; yy = *p++; break;
847 default: yy = *p++; break;
850 return (xx - len == yy)? 1: 0;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dfsck.c50 #define CHECK(xx, yy)\
51 if (xx == (yy)-1) {\

Completed in 141 milliseconds

12