/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | powl.S | 38 / +-(|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) 45 / +0 ** -y (except 0, NaN) is +inf (z flag) 46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 48 / +inf ** +y (except 0, NaN) is +inf 49 / +inf ** -y (except 0, NaN) is +0 50 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag) [all …]
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | powl.S | 38 / +-(|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) 45 / +0 ** -y (except 0, NaN) is +inf (z flag) 46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 48 / +inf ** +y (except 0, NaN) is +inf 49 / +inf ** -y (except 0, NaN) is +0 50 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag) [all …]
|
H A D | powf.S | 41 / +-(|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) 48 / +0 ** -y (except 0, NaN) is +inf (z flag) 49 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 51 / +inf ** +y (except 0, NaN) is +inf 52 / +inf ** -y (except 0, NaN) is +0 53 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag) [all …]
|
H A D | pow.S | 41 / +-(|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 51 / +inf ** -y (except 0, NaN) is +0 52 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag) 58 / if x and y are finite and x**y = inf _SVID_libm_err (overflow) 173 / +-(|x| > 1) ** +inf is +inf [all …]
|
H A D | hypot.S | 37 inf: label 63 flds PIC_L(inf) / inf , sqrt(x*x+y*y)
|
/illumos-gate/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 144 *inf, /* ioptr for current input file */ variable 338 if ((inf = fopen(file, "r")) == NULL) { in find_entries() 350 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() 384 if (PF_funcs(inf) != 0) { in find_entries() 385 (void) fclose(inf); in find_entries() 388 rewind(inf); /* no fortran tags found, try C */ in find_entries() 391 (void) fclose(inf); in find_entries() [all …]
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioLib.cc | 41 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 D | rpcb_stat.c | 48 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() 150 for (wal = inf[rtype].addrinfo; wal != s; wal = wal->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() 234 for (wrl = inf[rtype].rmtinfo; wrl != s; wrl = wrl->next) { in rpcbs_rmtcall() [all …]
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 970 struct mallinfo inf; /* return value */ in mallinfo() local 976 (void) memset(&inf, 0, sizeof (struct mallinfo)); in mallinfo() 979 return (inf); in mallinfo() 983 inf.arena = (char *)arenaend - (char *)blk; in mallinfo() 991 inf.ordblks++; in mallinfo() 994 inf.uordblks += size; in mallinfo() 995 inf.keepcost += HEADSZ-MINHEAD; in mallinfo() 997 inf.fordblks += size; in mallinfo() 1015 inf.hblks++; in mallinfo() 1017 inf.fsmblks += fsp; in mallinfo() [all …]
|
/illumos-gate/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 1057 rpcb_stat_byvers inf; local 1105 (void) memset((char *)&inf, 0, sizeof (rpcb_stat_byvers)); 1107 (xdrproc_t)xdr_rpcb_stat_byvers, (char *)&inf, minutetimeout) 1119 inf[RPCBVERS_2_STAT].setinfo); 1123 inf[RPCBVERS_2_STAT].unsetinfo); 1127 for (pa = inf[RPCBVERS_2_STAT].addrinfo; pa; 1134 for (pr = inf[RPCBVERS_2_STAT].rmtinfo; pr; 1142 (void) sprintf(cp, "%d", inf[RPCBVERS_2_STAT].info[i]); 1154 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) { 1156 print_rmtcallstat(RPCBVERS_2_STAT, &inf[RPCBVERS_2_STAT]); [all …]
|
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 57 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/sparc/fp/ |
H A D | _F_cplx_mul.c | 58 } 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 | _D_cplx_mul.c | 60 } 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 | _Q_cplx_mul.c | 63 } inf = { variable 137 x = inf.q * (a * c - b * d); 138 y = inf.q * (a * d + b * c);
|
H A D | _F_cplx_div.c | 62 } inf = { variable 139 r = inf.d; in _F_cplx_div()
|
/illumos-gate/usr/src/lib/libc/i386/fp/ |
H A D | _D_cplx_mul.c | 58 } 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 | _F_cplx_mul.c | 58 } 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 | _X_cplx_mul.c | 60 } 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 | _D_cplx_div.c | 62 } inf = { variable 146 r = inf.f; in _D_cplx_div()
|
H A D | _F_cplx_div.c | 62 } inf = { variable 139 r = inf.f; in _F_cplx_div()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv2.c | 22 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 D | pack.c | 42 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 D | pack_float.c | 78 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 D | cgcc | 235 foreach my $inf (sort keys %$h) { 236 $result .= " -D__${name}_${inf}__=" . $h->{$inf} . $suffix;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | lib.c | 261 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()
|