Home
last modified time | relevance | path

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

123

/titanic_50/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)
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 …]
/titanic_50/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)
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 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)
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 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
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 Dhypot.s37 inf: label
63 flds PIC_L(inf) / inf , sqrt(x*x+y*y)
/titanic_50/usr/src/cmd/audio/utilities/
H A DAudioLib.cc43 AudioFile* inf; in Audio_OpenInputFile() local
48 inf = new AudioFile(path, (FileAccess)ReadOnly); in Audio_OpenInputFile()
49 if (inf == 0) in Audio_OpenInputFile()
51 err = inf->Open(); in Audio_OpenInputFile()
53 delete inf; in Audio_OpenInputFile()
60 delete inf; in Audio_OpenInputFile()
63 lp->Insert(inf); in Audio_OpenInputFile()
/titanic_50/usr/src/cmd/vi/misc/
H A Dctags.c141 *inf, /* ioptr for current input file */ variable
342 if ((inf = fopen(file, "r")) == NULL) {
362 L_funcs(inf);
363 (void) fclose(inf);
374 (void) fclose(inf);
383 (void) fclose(inf);
396 if (PF_funcs(inf) != 0) {
397 (void) fclose(inf);
400 rewind(inf); /* no fortran tags found, try C */
403 (void) fclose(inf);
[all …]
/titanic_50/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()
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 …]
/titanic_50/usr/src/lib/libmalloc/common/
H A Dmalloc.c970 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 …]
/titanic_50/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1057 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 …]
/titanic_50/usr/src/cmd/tcopy/
H A Dtcopy.c59 char *inf, *outf; variable
77 inf = argv[1];
82 if ((inp = open(inf, O_RDONLY, 0666)) < 0) {
83 (void) fprintf(stderr, "Can't open %s\n", inf);
/titanic_50/usr/src/lib/libc/sparc/fp/
H A D_F_cplx_mul.c60 } inf = { variable
127 x = inf.d * ((double)a * c - (double)b * d); in _F_cplx_mul()
128 y = inf.d * ((double)a * d + (double)b * c); in _F_cplx_mul()
H A D_D_cplx_mul.c62 } inf = { variable
129 x = inf.d * (a * c - b * d); in _D_cplx_mul()
130 y = inf.d * (a * d + b * c); in _D_cplx_mul()
H A D_Q_cplx_mul.c65 } inf = { variable
139 x = inf.q * (a * c - b * d);
140 y = inf.q * (a * d + b * c);
H A D_F_cplx_div.c64 } inf = { variable
141 r = inf.d; in _F_cplx_div()
/titanic_50/usr/src/lib/libc/i386/fp/
H A D_D_cplx_mul.c60 } inf = { variable
132 x = inf.f * ((long double)a * c - (long double)b * d); in _D_cplx_mul()
133 y = inf.f * ((long double)a * d + (long double)b * c); in _D_cplx_mul()
H A D_F_cplx_mul.c60 } inf = { variable
127 x = inf.f * ((long double)a * c - (long double)b * d); in _F_cplx_mul()
128 y = inf.f * ((long double)a * d + (long double)b * c); in _F_cplx_mul()
H A D_X_cplx_mul.c62 } inf = { variable
130 x = inf.f * (a * c - b * d); in _X_cplx_mul()
131 y = inf.f * (a * d + b * c); in _X_cplx_mul()
H A D_D_cplx_div.c64 } inf = { variable
148 r = inf.f; in _D_cplx_div()
H A D_F_cplx_div.c64 } inf = { variable
141 r = inf.f; in _F_cplx_div()
/titanic_50/usr/src/cmd/refer/
H A Dinv2.c24 newkeys(FILE *outf, FILE *inf, FILE *recf, int nhash, FILE *fd, int *iflong) in newkeys() argument
42 while (fgets(line, LINESIZ, inf)) { in newkeys()
81 while ((c = getc(inf)) != '\n') { in newkeys()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_Qfpack.c40 int inf; local
44 inf = 1;
47 inf = 0;
50 inf = !sign;
53 inf = sign;
56 return (inf);
H A Dpack_float.c80 int inf; local
84 inf = 1;
87 inf = 0;
90 inf = !sign;
93 inf = sign;
96 return (inf);
/titanic_50/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()
/titanic_50/usr/src/lib/libc/port/fp/
H A Dpack_float.c80 int inf; in overflow_to_infinity() local
84 inf = 1; in overflow_to_infinity()
87 inf = 0; in overflow_to_infinity()
90 inf = !sign; in overflow_to_infinity()
93 inf = sign; in overflow_to_infinity()
96 return (inf); in overflow_to_infinity()

123