Searched refs:two (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A Dselect_no_compile.f2 integer*2 two variable
4 parameter (two=2)
7 case (two)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D17930.C6 char const two[] = one; // ERROR - // ERROR - variable
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68851.h142 {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"},
143 {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"},
144 {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"},
145 {"pdbbs", two(0xf048, 0x0000), two(0xfff8, 0xffff), "DsBw"},
146 {"pdbcc", two(0xf048, 0x000f), two(
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68851.h142 {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"},
143 {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"},
144 {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"},
145 {"pdbbs", two(0xf048, 0x0000), two(0xfff8, 0xffff), "DsBw"},
146 {"pdbcc", two(0xf048, 0x000f), two(
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpragma-align.c7 long two; member in struct:__anon7177
13 long two; member in struct:__anon7178
19 long two; member in struct:__anon7179
20 } two; variable in typeref:struct:__anon7179
25 long two; member in struct:__anon7180
31 long two; member in struct:__anon7181
37 if(sizeof(two) >= sizeof(defaultalign)) abort();
38 if(sizeof(three) <= sizeof(two)) abort();
H A Dpragma-ep-1.c15 extern int two(void);
26 one, two, three, four
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68k-opc.c27 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
187 {"bfchg", two(0165300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
188 {"bfclr", two(0166300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
189 {"bfexts", two(0165700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
190 {"bfextu", two(0164700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
191 {"bfffo", two(016670
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68k-opc.c27 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
187 {"bfchg", 4, two(0165300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
188 {"bfclr", 4, two(0166300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
189 {"bfexts", 4, two(0165700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
190 {"bfextu", 4, two(0164700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
191 {"bfffo", 4, two(016670
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG5.c4 two enumerator in enum:bar
14 case two:
15 printf ("one to two\n");
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dpragma-ep-1.C15 extern "C" int two(void);
26 (void *) one, (void *) two, (void *) three, (void *) four
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dasm3.C8 int two(int in) function
H A Ddllimport6.C13 static const int two = 2; member in class:Bar
21 const int* baz = &Bar::two;
22 int a = foobar.two;
H A Ddllimport7.C16 static const int two = 2; variable
28 const int* baz = &Bar::two;
29 int a = foobar.two;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dline3.c8 #define two(x) x x macro
9 #define four(x) two(x) two(x)
20 A = two("text"
22 ; /* { dg-warning "discards qualifiers" "case two" } */
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dpair.t11 is_deeply( [ pairgrep { $b % 2 } one => 1, two => 2, three => 3 ],
15 is( scalar( pairgrep { $b & 2 } one => 1, two => 2, three => 3 ),
28 pairgrep { } one => 1, two => 2;
31 pairgrep { } one => 1, two =>;
37 my @kvlist = ( one => 1, two => 2 );
39 is_deeply( \@kvlist, [ one => 2, two => 3 ], 'pairgrep aliases elements' );
42 is_deeply( [ pairfirst { length $a == 5 } one => 1, two => 2, three => 3 ],
46 is_deeply( [ pairfirst { length $a == 4 } one => 1, two => 2, three => 3 ],
50 is( scalar( pairfirst { length $a == 5 } one => 1, two => 2, three => 3 ),
54 ok( !scalar( pairfirst { length $a == 4 } one => 1, two
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dopeq3.C12 int one=1, two=2; local
13 X a(one), b(two);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload7.C8 int two () { return 2; } function
14 operator pfn () volatile { return two; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dselect.f4 integer *1 one,two,three local in subroutine:ib
5 parameter (one=1,two=2,three=3)
8 case (two)
20 integer *2 one,two,three local in subroutine:ih
21 parameter (one=1,two=2,three=3)
24 case (two)
36 integer *4 one,two,three local in subroutine:iw
37 parameter (one=1,two=2,three=3)
40 case (two)
52 integer *8 one,two,thre local in subroutine:id
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-23.c8 struct two { long x, y; }; struct
10 void foo(int a, int b, int c, int d, int e, struct two f, int g, ...)
23 struct two t = { 0, 0 };
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Ddecl.t15 two();
17 sub two {
20 format two =
36 $~ = 'two';
/openbsd-current/lib/libm/src/ld128/
H A Ds_tanhl.c56 static const long double one = 1.0, two = 2.0, tiny = 1.0e-4900L; variable
89 t = expm1l (two * u.value);
90 z = one - two / (t + two);
94 t = expm1l (-two * u.value);
95 z = -t / (t + two);
/openbsd-current/lib/libm/src/ld80/
H A Ds_tanhl.c41 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
68 t = expm1l(two*fabsl(x));
69 z = one - two/(t+two);
71 t = expm1l(-two*fabsl(x));
72 z= -t/(t+two);
/openbsd-current/lib/libm/src/
H A Ds_tanh.c42 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
67 t = expm1(two*fabs(x));
68 z = one - two/(t+two);
70 t = expm1(-two*fabs(x));
71 z= -t/(t+two);
H A Ds_tanhf.c19 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
43 t = expm1f(two*fabsf(x));
44 z = one - two/(t+two);
46 t = expm1f(-two*fabsf(x));
47 z= -t/(t+two);
/openbsd-current/regress/usr.bin/rsync/
H A Dtest4_excludedir.test18 rm one/two/three/four.txt
19 rmdir one/two/three
22 $rsync --exclude two/three -a dir1/ dir3

Completed in 599 milliseconds

1234567891011>>