| /src/external/gpl2/lvm2/dist/tools/ |
| cmdnames.h | 18 #define xx(a, b, c...) a macro
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| pr10728-y.cc | 6 X xx; local 8 xx.y1 = &yy; 9 xx.y2 = xx.y1+1; 10 return xx;
|
| nsimport.cc | 4 int xx = 22; member in namespace:A::__anon18253 17 (void) xx;
|
| step-and-next-inline.cc | 59 tree xx; variable 64 get_alias_set (&xx); /* Beginning of main */
|
| nsrecurs.cc | 31 int xx = 999; member in namespace:__anon18255::__anon18256 56 return ax + dx + xx + G::GF::FE::ex;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| pr10728-y.cc | 6 X xx; local 8 xx.y1 = &yy; 9 xx.y2 = xx.y1+1; 10 return xx;
|
| nsimport.cc | 4 int xx = 22; member in namespace:A::__anon20997 17 (void) xx;
|
| step-and-next-inline.cc | 59 tree xx; variable 64 get_alias_set (&xx); /* Beginning of main */
|
| nsrecurs.cc | 31 int xx = 999; member in namespace:__anon20999::__anon21000 56 return ax + dx + xx + G::GF::FE::ex;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| a4.s | 8 xx: label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| a4.s | 8 xx: label
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tcmp.c | 29 mpfr_t xx, yy; local 36 mpfr_init (xx); 39 mpfr_set_prec (xx, 2); 41 mpfr_set_str_binary(xx, "-0.10E0"); 43 if ((mpfr_cmp) (xx, yy)) 45 printf ("mpfr_cmp (xx, yy) returns non-zero for prec=2\n"); 49 mpfr_set_prec (xx, 65); 51 mpfr_set_str_binary(xx, "0.10011010101000110101010000000011001001001110001011101011111011101E623"); 54 if (mpfr_cmp2 (xx, yy, &p) <= 0 || p != 64) 59 mpfr_set_str_binary(xx, "0.10100010001110110111000010001000010011111101000100011101000011100") [all...] |
| tadd_ui.c | 31 mpfr_t xx, zz; local 33 mpfr_inits2 (53, xx, zz, (mpfr_ptr) 0); 34 mpfr_set_str1 (xx, xs); 35 mpfr_add_ui (zz, xx, y, rnd_mode); 44 mpfr_clears (xx, zz, (mpfr_ptr) 0);
|
| tai.c | 140 mpfr_t x, xx, y, yy; local 163 mpfr_init2 (xx, p); 169 mpfr_set (xx, x, MPFR_RNDN); 170 mpfr_nextbelow (xx); 171 mpfr_ai (yy, xx, MPFR_RNDN); 176 mpfr_set (x, xx, MPFR_RNDN); 182 mpfr_set (xx, x, MPFR_RNDN); 183 mpfr_nextabove (xx); 184 mpfr_ai (yy, xx, MPFR_RNDN); 189 mpfr_set (x, xx, MPFR_RNDN) [all...] |
| tcmpabs.c | 83 mpfr_t xx, yy; local 85 mpfr_init2 (xx, 2); 89 MPFR_SET_NAN (xx); 91 if (cmpabs (xx, yy) != 0) 97 if (cmpabs (xx, yy) != 0) 99 if (cmpabs (yy, xx) != 0) 102 mpfr_set_str_binary (xx, "0.10E0"); 104 if (cmpabs (xx, yy) != 0) 105 PRINT_ERROR ("mpfr_cmpabs (xx, yy) returns non-zero for prec=2"); 107 mpfr_set_prec (xx, 65) [all...] |
| tsub_ui.c | 31 mpfr_t xx,zz; local 33 mpfr_inits2 (53, xx, zz, (mpfr_ptr) 0); 34 mpfr_set_str1 (xx, xs); 35 mpfr_sub_ui (zz, xx, y, rnd_mode); 44 mpfr_clears (xx, zz, (mpfr_ptr) 0);
|
| /src/games/warp/ |
| bang.h | 21 EXT int xx[MAXBDIST]; variable
|
| /src/external/lgpl3/mpfr/dist/src/ |
| erfc.c | 36 mpfr_t t, xx, err; local 42 mpfr_init2 (xx, prec); 46 mpfr_sqr (xx, x, MPFR_RNDD); /* err <= 1 */ 47 mpfr_ui_div (xx, 1, xx, MPFR_RNDU); /* upper bound for 1/(2x^2), err <= 2 */ 48 mpfr_div_2ui (xx, xx, 1, MPFR_RNDU); /* exact */ 55 mpfr_mul (t, t, xx, MPFR_RNDU); /* err <= 4k */ 77 mpfr_add (err, err, t, MPFR_RNDU); /* err/8 + xx */ 78 mpfr_mul_2ui (err, err, 3, MPFR_RNDU); /* err + 8*xx */ [all...] |
| sin.c | 40 mpfr_srcptr xx; local 150 xx = xr; 155 xx = x; 158 sign = MPFR_SIGN(xx); 161 mpfr_cos (c, xx, MPFR_RNDA); /* c = cos(x) rounded away */
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| add-to-opened-ctf.c | 16 struct a_struct *xx; variable in typeref:struct:a_struct
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| gzrewrite-ctf.c | 16 struct a_struct *xx; variable in typeref:struct:a_struct
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/ |
| add-to-opened-ctf.c | 16 struct a_struct *xx; variable in typeref:struct:a_struct
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/ |
| gzrewrite-ctf.c | 16 struct a_struct *xx; variable in typeref:struct:a_struct
|
| /src/external/lgpl3/mpc/dist/src/ |
| get_x.c | 112 mpfr_exp_t xx; local 122 xx = - (x / 10); 126 xx = -x; 129 xx = x; 133 while (xx > 9) 136 xx /= 10;
|
| /src/usr.sbin/timed/timed/ |
| networkdelta.c | 187 float xx = *xptr; local 189 dum = xx - a; 193 if (xx < xp) 194 xp = xx; 197 if (xx > xm) 198 xm = xx; 203 sumx += xx * dum;
|