HomeSort by: relevance | last modified time | path
    Searched refs:xx (Results 1 - 25 of 267) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /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;
nsrecurs.cc 31 int xx = 999; member in namespace:__anon18255::__anon18256
56 return ax + dx + xx + G::GF::FE::ex;
step-and-next-inline.cc 59 tree xx; variable
64 get_alias_set (&xx); /* Beginning of main */
  /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;
nsrecurs.cc 31 int xx = 999; member in namespace:__anon20999::__anon21000
56 return ax + dx + xx + G::GF::FE::ex;
step-and-next-inline.cc 59 tree xx; variable
64 get_alias_set (&xx); /* Beginning of main */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/cavium/
Makefile 2 dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
3 dtb-$(CONFIG_ARCH_THUNDER2) += thunder2-99xx.dtb
  /src/external/gpl2/lvm2/dist/tools/
cmdnames.h 18 #define xx(a, b, c...) a macro
commands.h 19 xx(e2fsadm,
33 xx(dumpconfig,
41 xx(formats,
46 xx(help,
52 xx(lvactivate,
61 xx(lvchange,
96 xx(lvconvert,
130 xx(lvcreate,
188 xx(lvdisplay,
229 xx(lvextend
    [all...]
  /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...]
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...]
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...]
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);
  /src/crypto/external/bsd/openssl/dist/util/
check-format-test-positives.c 83 int xx = 1) + /*@ unexpected closing parenthesis */
91 (xx /*@0 unclosed parenthesis in expression */
113 (xx+= 2) + /*@ missing space before '+=', reported unless sloppy-spc */
120 xx = a + b /*@ extra single-statement indent off by 1 */
  /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...]
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc-cpus.def 69 ARC_CPU (arc600, 6xx, FL_BS, NONE, ARC600)
70 ARC_CPU (arc600_norm, 6xx, FL_BS|FL_NORM, NONE, ARC600)
71 ARC_CPU (arc600_mul64, 6xx, FL_BS|FL_NORM|FL_MUL64, NONE, ARC600)
72 ARC_CPU (arc600_mul32x16, 6xx, FL_BS|FL_NORM|FL_MUL32x16, NONE, ARC600)
73 ARC_CPU (arc601, 6xx, 0, NONE, ARC600)
74 ARC_CPU (arc601_norm, 6xx, FL_NORM, NONE, ARC600)
75 ARC_CPU (arc601_mul64, 6xx, FL_NORM|FL_MUL64, NONE, ARC600)
76 ARC_CPU (arc601_mul32x16, 6xx, FL_NORM|FL_MUL32x16, NONE, ARC600)
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-cpus.def 68 ARC_CPU (arc600, 6xx, FL_BS, NONE, ARC600)
69 ARC_CPU (arc600_norm, 6xx, FL_BS|FL_NORM, NONE, ARC600)
70 ARC_CPU (arc600_mul64, 6xx, FL_BS|FL_NORM|FL_MUL64, NONE, ARC600)
71 ARC_CPU (arc600_mul32x16, 6xx, FL_BS|FL_NORM|FL_MUL32x16, NONE, ARC600)
72 ARC_CPU (arc601, 6xx, 0, NONE, ARC600)
73 ARC_CPU (arc601_norm, 6xx, FL_NORM, NONE, ARC600)
74 ARC_CPU (arc601_mul64, 6xx, FL_NORM|FL_MUL64, NONE, ARC600)
75 ARC_CPU (arc601_mul32x16, 6xx, FL_NORM|FL_MUL32x16, NONE, ARC600)
  /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/bsd/tmux/dist/
grid-reader.c 158 grid_reader_handle_wrap(struct grid_reader *gr, u_int *xx, u_int *yy)
165 while (gr->cx > *xx) {
172 *xx = gr->gd->sx - 1;
174 *xx = grid_reader_line_length(gr);
190 u_int xx, yy, width; local
194 xx = gr->gd->sx - 1;
196 xx = grid_reader_line_length(gr);
209 if (!grid_reader_handle_wrap(gr, &xx, &yy))
215 while (grid_reader_handle_wrap(gr, &xx, &yy) &&
221 while (grid_reader_handle_wrap(gr, &xx, &yy) &
235 u_int xx, yy; local
355 u_int px, py, xx, yy; local
385 u_int px, py, xx; local
412 u_int px, py, xx, yy, oldx, oldy; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rc4/asm/
rc4-586.pl 75 $xx="eax";
90 &mov (&DWP(0,$dat,$xx,4),$ty);
92 &inc (&LB($xx));
96 &mov ($tx,&DWP(0,$dat,$xx,4));
109 my @XX=($xx,$out);
116 &lea (@XX[1],&DWP(1,@XX[0]));
119 &and (@XX[1],0xff);
124 &mov (&DWP(0,$dat,$XX[0],4),$ty)
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011