Searched refs:one (Results 1 - 25 of 740) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D17930.C5 char const one[] = "test"; variable
6 char const two[] = one; // ERROR - // ERROR -
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A Dselect_no_compile.f1 integer*1 one variable
3 parameter (one=1)
6 case (one)
/openbsd-current/regress/usr.bin/ssh/unittests/utf8/
H A Dtests.c32 one(int utf8, const char *name, const char *mbs, int width, function
63 one(1, "empty", "", 2, 0, 0, "");
64 one(1, "ascii", "x", -2, -2, -2, "x");
65 one(1, "newline", "a\nb", -2, -2, -2, "a\nb");
66 one(1, "cr", "a\rb", -2, -2, -2, "a\rb");
67 one(1, "tab", "a\tb", -2, -2, -2, "a\tb");
68 one(1, "esc", "\033x", -2, -2, -2, "\\033x");
69 one(1, "inv_badbyte", "\377x", -2, -2, -2, "\\377x");
70 one(1, "inv_nocont", "\341x", -2, -2, -2, "\\341x");
71 one(
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum8.C3 enum foo { one=1, thirty=30 }; enumerator in enum:foo
9 case one:
19 return f (one);
H A Dopeq3.C12 int one=1, two=2; local
13 X a(one), b(two);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG5.c3 one, enumerator in enum:bar
13 case one:
15 printf ("one to two\n");
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dassign.cc57 string one = "Selling England by the pound";
58 string two = one;
61 one.assign(one, 8, 100);
62 VERIFY( one == "England by the pound" );
64 one.assign(one, 8, 0);
65 VERIFY( one == "" );
67 one.assign(two, 8, 7);
68 VERIFY( one
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpragma-align.c6 char one; member in struct:__anon7177
12 char one; member in struct:__anon7178
18 char one; member in struct:__anon7179
24 char one; member in struct:__anon7180
30 char one; member in struct:__anon7181
H A D20030717-1.c11 int one (void) function
19 int r = (i ? one : zero)();
H A Dpragma-ep-1.c14 extern int one(void);
26 one, two, three, four
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D19990826-2.f24 complex one, z variable in program:labug3
27 one = (1.,0.)
28 a = f1(one)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000801-1.c27 int one = 1; local
32 foo((char *)&one, sizeof(one));
33 foo((char *)&one, sizeof(one));
35 if (one != 1)
H A D930818-1.c1 static double one = 1.0; variable
6 colinear = (one == 0.0);
H A D980424-1.c3 void f (int one) argument
5 if (one != 1)
H A D990827-1.c1 unsigned test(unsigned one , unsigned bit)
4 unsigned zero= one >> 1;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dpragma-ep-1.C14 extern "C" int one(void);
26 (void *) one, (void *) two, (void *) three, (void *) four
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dns12.C3 enum fish { one = 1, two = 2, red = 3, blue = 4 }; enumerator in enum:__anon6680::fish
11 if (one != 1) {
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68k-opc.c26 #define one(x) ((unsigned int) (x) << 16) macro
35 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up },
36 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up },
38 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up },
39 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a },
41 {"addib", 4, one(000300
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68k-opc.c26 #define one(x) ((unsigned int) (x) << 16) macro
35 {"abcd", one(0140400), one(0170770), "DsDd", m68000up },
36 {"abcd", one(0140410), one(0170770), "-s-d", m68000up },
38 {"addaw", one(0150300), one(0170700), "*wAd", m68000up },
39 {"addal", one(0150700), one(0170700), "*lAd", m68000up | mcf },
41 {"addib", one(000300
[all...]
/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 ],
12 [ one => 1, three => 3 ],
15 is( scalar( pairgrep { $b & 2 } one => 1, two => 2, three => 3 ),
19 is_deeply( [ pairgrep { $a } 0 => "zero", 1 => "one", 2 ],
20 [ 1 => "one", 2 => undef ],
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
[all...]
/openbsd-current/regress/usr.bin/rsync/
H A Dtest10_perms.test12 chmod 640 foo/bar/baz/one.txt
13 touch -m -t 199901020405 foo/bar/baz/one.txt
17 genfile one.txt
19 chmod 644 one.txt
23 genfile one.txt
25 chmod 644 one.txt
29 $rsync -Dgorltr dir1/foo/bar/baz/one.txt dir3
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcomplex1.C16 int one = 1; variable
22 cd *= one;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload7.C7 int one () { return 1; } function
12 operator pfn () { return one; }
/openbsd-current/lib/libm/src/ld128/
H A Ds_tanhl.c39 * 2. 0 <= x <= 2**-57 : tanhl(x) := x*(one+x)
56 static const long double one = 1.0, two = 2.0, tiny = 1.0e-4900L; variable
74 return one / x - one; /* tanhl(-inf)= -1; */
76 return one / x + one; /* tanhl(+inf)=+1 */
85 return x * (one + tiny); /* tanh(small) = small */
90 z = one - two / (t + two);
101 z = one - tiny; /* raised inexact flag */
/openbsd-current/lib/libm/src/ld80/
H A Ds_tanhl.c23 * 2. 0 <= x <= 2**-55 : tanhl(x) := x*(one+x)
41 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
57 if (se&0x8000) return one/x-one; /* tanhl(-inf)= -1; */
58 else return one/x+one; /* tanhl(+inf)=+1 */
66 return x*(one+tiny); /* tanh(small) = small */
69 z = one - two/(t+two);
76 z = one - tiny; /* raised inexact flag */

Completed in 307 milliseconds

1234567891011>>