/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | hypot.s | 37 inf: label 63 flds PIC_L(inf) / inf , sqrt(x*x+y*y)
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioLib.cc | 43 AudioFile* inf; local 48 inf = new AudioFile(path, (FileAccess)ReadOnly); 49 if (inf == 0) 51 err = inf->Open(); 53 delete inf; 60 delete inf; 63 lp->Insert(inf);
|
/illumos-gate/usr/src/lib/libc/sparc/fp/ |
H A D | _D_cplx_mul.c | 62 } inf = { variable in typeref:union:__anon3054 129 x = inf.d * (a * c - b * d); 130 y = inf.d * (a * d + b * c);
|
H A D | _F_cplx_div.c | 64 } inf = { variable in typeref:union:__anon3056 141 r = inf.d;
|
H A D | _F_cplx_mul.c | 60 } inf = { variable in typeref:union:__anon3063 127 x = inf.d * ((double)a * c - (double)b * d); 128 y = inf.d * ((double)a * d + (double)b * c);
|
H A D | _Q_cplx_mul.c | 65 } inf = { variable in typeref:union:__anon3072 139 x = inf.q * (a * c - b * d); 140 y = inf.q * (a * d + b * c);
|
H A D | _D_cplx_div.c | 64 } inf = { variable in typeref:union:__anon3045 120 if (hw >= 0x7ff00000) { /* w is inf or nan */ 171 if (hz >= 0x7ff00000) { /* z is inf or nan */ 178 r = inf.d;
|
H A D | _Q_cplx_div.c | 64 } inf = { variable in typeref:union:__anon3065 127 if (hw >= 0x7fff0000) { /* w is inf or nan */ 161 if (hz >= 0x7fff0000) { /* z is inf or nan */ 168 r = inf.q;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | pack_float.c | 80 int inf; local 84 inf = 1; 87 inf = 0; 90 inf = !sign; 93 inf = sign; 96 return (inf);
|
H A D | _Qfpack.c | 40 int inf; local 44 inf = 1; 47 inf = 0; 50 inf = !sign; 53 inf = sign; 56 return (inf);
|
/illumos-gate/usr/src/lib/libc/i386/fp/ |
H A D | _D_cplx_div.c | 64 } inf = { variable in typeref:union:__anon2850 148 r = inf.f;
|
H A D | _D_cplx_mul.c | 60 } inf = { variable in typeref:union:__anon2857 132 x = inf.f * ((long double)a * c - (long double)b * d); 133 y = inf.f * ((long double)a * d + (long double)b * c);
|
H A D | _F_cplx_div.c | 64 } inf = { variable in typeref:union:__anon2859 141 r = inf.f;
|
H A D | _F_cplx_mul.c | 60 } inf = { variable in typeref:union:__anon2866 127 x = inf.f * ((long double)a * c - (long double)b * d); 128 y = inf.f * ((long double)a * d + (long double)b * c);
|
H A D | _X_cplx_mul.c | 62 } inf = { variable in typeref:union:__anon2877 130 x = inf.f * (a * c - b * d); 131 y = inf.f * (a * d + b * c);
|
H A D | _X_cplx_div.c | 61 } inf = { variable in typeref:union:__anon2868 118 if (ew >= 0x7fff) { /* w is inf or nan */ 154 if (ez >= 0x7fff) { /* z is inf or nan */ 160 r = inf.f;
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | pack_float.c | 80 int inf; local 84 inf = 1; 87 inf = 0; 90 inf = !sign; 93 inf = sign; 96 return (inf);
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv2.c | 24 newkeys(FILE *outf, FILE *inf, FILE *recf, int nhash, FILE *fd, int *iflong) argument 27 * reads key lines from inf; hashes and writes on outf; 42 while (fgets(line, LINESIZ, inf)) { 81 while ((c = getc(inf)) != '\n') {
|
/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); 80 atomic_add_int((uint_t *)&inf[rtype].setinfo, 1); 91 atomic_add_int((uint_t *)&inf[rtype].unsetinfo, 1); 109 for (s = al = inf[rtype].addrinfo; al; al = al->next) { 150 for (wal = inf[rtype].addrinfo; wal != s; wal = wal->next) { 166 al->next = inf[rtype].addrinfo; 167 inf[rtype].addrinfo = al; 189 for (s = rl = inf[rtype].rmtinfo; rl; rl = rl->next) { 234 for (wrl = inf[rtyp [all...] |
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 59 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);
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vcosf.S | 67 #define inf 0x70 define 135 ! f38 inf 180 ldd [%g1+inf],%f38
|
H A D | __vsincosf.S | 67 #define inf 0x70 define 136 ! f38 inf 186 ldd [%g1+inf],%f38
|
H A D | __vsinf.S | 67 #define inf 0x70 define 135 ! f38 inf 180 ldd [%g1+inf],%f38
|
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | pack.c | 42 int inf; local 46 inf = 1; 49 inf = 0; 52 inf = !sign; 55 inf = sign; 58 return (inf);
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vlogf.c | 101 } inf = { 0x7f800000 }; variable in typeref:union:__anon3580 103 #define INF inf.f
|