Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.S38 / +-(|x| > 1) ** +inf is +inf
39 / +-(|x| > 1) ** -inf is +0
40 / +-(|x| < 1) ** +inf is +0
41 / +-(|x| < 1) ** -inf is +inf
42 / (-1) ** +-inf is +1 (C99)
48 / +inf ** +y (except 0, NaN) is +inf
152 / +-(|x| > 1) ** +inf is +inf
155 / +-(|x| < 1) ** -inf is +inf
176 / +inf ** +y (except 0, NaN) is +inf
324 / x = -inf & y != 0 or NaN return -inf (NO z flag)
[all …]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpowf.S41 / +-(|x| > 1) ** +inf is +inf
42 / +-(|x| > 1) ** -inf is +0
43 / +-(|x| < 1) ** +inf is +0
44 / +-(|x| < 1) ** -inf is +inf
45 / (-1) ** +-inf is +1 (C99)
51 / +inf ** +y (except 0, NaN) is +inf
159 / +-(|x| > 1) ** +inf is +inf
162 / +-(|x| < 1) ** -inf is +inf
183 / +inf ** +y (except 0, NaN) is +inf
346 / x = -inf & y != 0 or NaN return -inf (NO z flag)
[all …]
H A Dpowl.S38 / +-(|x| > 1) ** +inf is +inf
39 / +-(|x| > 1) ** -inf is +0
40 / +-(|x| < 1) ** +inf is +0
41 / +-(|x| < 1) ** -inf is +inf
42 / (-1) ** +-inf is +1 (C99)
48 / +inf ** +y (except 0, NaN) is +inf
155 / +-(|x| > 1) ** +inf is +inf
158 / +-(|x| < 1) ** -inf is +inf
179 / +inf ** +y (except 0, NaN) is +inf
338 / x = -inf & y != 0 or NaN return -inf (NO z flag)
[all …]
H A Dpow.S41 / +-(|x| > 1) ** +inf is +inf
42 / +-(|x| > 1) ** -inf is +0
43 / +-(|x| < 1) ** +inf is +0
44 / +-(|x| < 1) ** -inf is +inf
45 / (-1) ** +-inf is +1 (C99)
50 / +inf ** +y (except 0, NaN) is +inf
173 / +-(|x| > 1) ** +inf is +inf
176 / +-(|x| < 1) ** -inf is +inf
197 / +inf ** +y (except 0, NaN) is +inf
367 / x = -inf & y != 0 or NaN return -inf (NO z flag)
[all …]
H A Dhypot.S37 inf: label
63 flds PIC_L(inf) / inf , sqrt(x*x+y*y)
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c350 L_funcs(inf); in find_entries()
351 (void) fclose(inf); in find_entries()
362 (void) fclose(inf); in find_entries()
371 (void) fclose(inf); in find_entries()
385 (void) fclose(inf); in find_entries()
391 (void) fclose(inf); in find_entries()
472 *sp = c = getc(inf); in C_entries()
473 if (feof(inf)) in C_entries()
532 c = getc(inf); in C_entries()
797 (void) ungetc(c, inf);
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioLib.cc41 AudioFile* inf; in Audio_OpenInputFile() local
46 inf = new AudioFile(path, (FileAccess)ReadOnly); in Audio_OpenInputFile()
47 if (inf == 0) in Audio_OpenInputFile()
49 err = inf->Open(); in Audio_OpenInputFile()
51 delete inf; in Audio_OpenInputFile()
58 delete inf; in Audio_OpenInputFile()
61 lp->Insert(inf); in Audio_OpenInputFile()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c48 static rpcb_stat_byvers inf; variable
69 atomic_add_int((uint_t *)&inf[rtype].info[proc], 1); in rpcbs_procinfo()
80 atomic_add_int((uint_t *)&inf[rtype].setinfo, 1); in rpcbs_set()
91 atomic_add_int((uint_t *)&inf[rtype].unsetinfo, 1); in rpcbs_unset()
109 for (s = al = inf[rtype].addrinfo; al; al = al->next) { in rpcbs_getaddr()
166 al->next = inf[rtype].addrinfo; in rpcbs_getaddr()
167 inf[rtype].addrinfo = al; in rpcbs_getaddr()
189 for (s = rl = inf[rtype].rmtinfo; rl; rl = rl->next) { in rpcbs_rmtcall()
252 rl->next = inf[rtype].rmtinfo; in rpcbs_rmtcall()
253 inf[rtype].rmtinfo = rl; in rpcbs_rmtcall()
[all …]
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c979 return (inf); in mallinfo()
991 inf.ordblks++; in mallinfo()
994 inf.uordblks += size; in mallinfo()
997 inf.fordblks += size; in mallinfo()
1015 inf.hblks++; in mallinfo()
1017 inf.fsmblks += fsp; in mallinfo()
1025 inf.hblkhd = (inf.smblks / numlblks) * sizeof (struct holdblk); in mallinfo()
1027 inf.ordblks -= inf.hblks; in mallinfo()
1028 inf.uordblks -= inf.hblkhd + inf.usmblks + inf.fsmblks; in mallinfo()
1029 inf.keepcost -= inf.hblks*(HEADSZ - MINHEAD); in mallinfo()
[all …]
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1057 rpcb_stat_byvers inf; local
1119 inf[RPCBVERS_2_STAT].setinfo);
1123 inf[RPCBVERS_2_STAT].unsetinfo);
1134 for (pr = inf[RPCBVERS_2_STAT].rmtinfo; pr;
1173 inf[RPCBVERS_3_STAT].setinfo);
1177 inf[RPCBVERS_3_STAT].unsetinfo);
1188 for (pr = inf[RPCBVERS_3_STAT].rmtinfo; pr;
1229 inf[RPCBVERS_4_STAT].setinfo);
1233 inf[RPCBVERS_4_STAT].unsetinfo);
1259 inf[RPCBVERS_4_STAT].info[i]);
[all …]
/illumos-gate/usr/src/cmd/tcopy/
H A Dtcopy.c57 char *inf, *outf; variable
74 inf = argv[1]; in main()
79 if ((inp = open(inf, O_RDONLY, 0666)) < 0) { in main()
80 (void) fprintf(stderr, "Can't open %s\n", inf); in main()
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_D_cplx_mul.c58 } inf = { variable
130 x = inf.f * ((long double)a * c - (long double)b * d); in _D_cplx_mul()
131 y = inf.f * ((long double)a * d + (long double)b * c); in _D_cplx_mul()
H A D_X_cplx_mul.c60 } inf = { variable
128 x = inf.f * (a * c - b * d); in _X_cplx_mul()
129 y = inf.f * (a * d + b * c); in _X_cplx_mul()
H A D_F_cplx_mul.c58 } inf = { variable
125 x = inf.f * ((long double)a * c - (long double)b * d); in _F_cplx_mul()
126 y = inf.f * ((long double)a * d + (long double)b * c); in _F_cplx_mul()
H A D_D_cplx_div.c62 } inf = { variable
146 r = inf.f; in _D_cplx_div()
H A D_F_cplx_div.c62 } inf = { variable
139 r = inf.f; in _F_cplx_div()
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_mul.c60 } inf = { variable
127 x = inf.d * (a * c - b * d); in _D_cplx_mul()
128 y = inf.d * (a * d + b * c); in _D_cplx_mul()
H A D_F_cplx_mul.c58 } inf = { variable
125 x = inf.d * ((double)a * c - (double)b * d); in _F_cplx_mul()
126 y = inf.d * ((double)a * d + (double)b * c); in _F_cplx_mul()
H A D_Q_cplx_mul.c63 } inf = { variable
137 x = inf.q * (a * c - b * d);
138 y = inf.q * (a * d + b * c);
H A D_F_cplx_div.c62 } inf = { variable
139 r = inf.d; in _F_cplx_div()
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c22 newkeys(FILE *outf, FILE *inf, FILE *recf, int nhash, FILE *fd, int *iflong) in newkeys() argument
40 while (fgets(line, LINESIZ, inf)) { in newkeys()
79 while ((c = getc(inf)) != '\n') { in newkeys()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c42 int inf; in overflow_to_infinity() local
46 inf = 1; in overflow_to_infinity()
49 inf = 0; in overflow_to_infinity()
52 inf = !sign; in overflow_to_infinity()
55 inf = sign; in overflow_to_infinity()
58 return (inf); in overflow_to_infinity()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c78 int inf; in overflow_to_infinity() local
82 inf = 1; in overflow_to_infinity()
85 inf = 0; in overflow_to_infinity()
88 inf = !sign; in overflow_to_infinity()
91 inf = sign; in overflow_to_infinity()
94 return (inf); in overflow_to_infinity()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcgcc235 foreach my $inf (sort keys %$h) {
236 $result .= " -D__${name}_${inf}__=" . $h->{$inf} . $suffix;
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c261 readrec(char **pbuf, size_t *pbufsize, FILE *inf) in readrec() argument
277 while ((c = getc(inf)) == '\n' && c != EOF) in readrec()
280 (void) ungetc(c, inf); in readrec()
282 while ((c = getc(inf)) != EOF) { in readrec()
305 if ((c = getc(inf)) == '\n') { /* 2 in a row */ in readrec()
308 while ((c = getc(inf)) == '\n' && c != EOF) { in readrec()
315 (void) ungetc(c, inf); in readrec()

123