Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Duserdef.cc293 A1 three(0,0); in main() local
299 three = one + two; in main()
300 cout << "+ " << three; in main()
301 three = one - two; in main()
302 cout << "- " << three; in main()
303 three = one * two; in main()
304 cout <<"* " << three; in main()
305 three = one / two; in main()
306 cout << "/ " << three; in main()
307 three = one % two; in main()
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmllink.pod11 L</"section three">
17 L</"item three">
23 L</section three>
29 L</item three>
35 L<"section three">
41 L<"item three">
47 L<text|/"section three">
53 L<text|/"item three">
59 L<text|/section three>
65 L<text|/item three>
[all …]
H A Dhtmllink.t55 <li><a href="#section-three">section three</a></li>
70 <p><a href="#section-three">&quot;section three&quot;</a></p>
76 <p><a href="#item-three">&quot;item three&quot;</a></p>
82 <p><a href="#section-three">&quot;section three&quot;</a></p>
88 <p><a href="#item-three">&quot;item three&quot;</a></p>
94 <p><a href="#section-three">&quot;section three&quot;</a></p>
100 <p><a href="#item-three">&quot;item three&quot;</a></p>
106 <p><a href="#section-three">text</a></p>
112 <p><a href="#item-three">text</a></p>
118 <p><a href="#section-three">text</a></p>
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dselect.f4 integer *1 one,two,three local
5 parameter (one=1,two=2,three=3)
10 case (three)
20 integer *2 one,two,three local
21 parameter (one=1,two=2,three=3)
26 case (three)
36 integer *4 one,two,three local
37 parameter (one=1,two=2,three=3)
42 case (three)
52 integer *8 one,two,three local
[all …]
/openbsd-src/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 ),
42 is_deeply( [ pairfirst { length $a == 5 } one => 1, two => 2, three => 3 ],
43 [ 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 => 2, three => 3 ),
57 is_deeply( [ pairmap { uc $a => $b } one => 1, two => 2, three => 3 ],
65 is_deeply( [ pairmap { $a => @$b } one => [1,1,1], two => [2,2,2], three => [3,3,3] ],
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dyamlish.t109 out => [ '1', { two => '2', three => '3' }, '4' ],
137 one => { two => { three => '3', four => '4' }, five => '5' },
153 one => { two => undef, three => '3', four => '4', five => '5' },
169 one => { two => undef, three => '3', four => '4', five => '5' },
182 two => undef, three => '3', four => '4',
194 two => { three => '3', four => '4' },
206 two => [ { four => '4' }, { three => '3' } ],
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A Demptyitem.out_markdown15 * three
23 - three
31 3. three
39 - three
H A Demptyitem.out_ascii13 ++oo three
20 -- three
27 3. three
34 -- three
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dassign.cc59 string three = "Brilliant trees"; in test02() local
70 one.assign(three, 10, 100); in test02()
73 three.assign(one, 0, 3); in test02()
74 VERIFY( three == "tre" ); in test02()
88 string three = two; in test03() local
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dualarm.t26 my $three = CORE::time;
27 ok $one == $two || $two == $three
28 or print("# slept too long, $one $two $three\n");
29 print("# tick = $tick, one = $one, two = $two, three = $three\n");
34 print("# tick = $tick, one = $one, two = $two, three = $three\n");
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Ddecl.t26 sub three {
29 three();
42 format three =
/openbsd-src/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
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Ddllimport7.C17 static const int three; variable
21 const int Bar::three = 3; // { dg-error "definition of static data" }
30 int b = foobar.three; in foo()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ev/
H A Dtag.out_html6 <dt id="three"><a class="permalink" href="#three"><code class="Ev">three</code></a></dt>
/openbsd-src/regress/usr.bin/mandoc/mdoc/Dv/
H A Dtag.out_html6 <dt id="three"><a class="permalink" href="#three"><code class="Dv">three</code></a></dt>
/openbsd-src/regress/usr.bin/mandoc/mdoc/Li/
H A Dtag.out_html6 <dt id="three"><a class="permalink" href="#three"><code class="Li">three</code></a></dt>
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ic/
H A Dtag.out_html6 <dt id="three"><a class="permalink" href="#three"><code class="Ic">three</code></a></dt>
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ms/
H A Dtag.out_html6 <dt id="three"><a class="permalink" href="#three"><span class="Ms">three</span></a></dt>
/openbsd-src/regress/usr.bin/mandoc/mdoc/No/
H A Dtag.out_html6 <dt id="three"><a class="permalink" href="#three"><span class="No">three</span></a></dt>
/openbsd-src/regress/usr.bin/mandoc/man/DT/
H A Dbasic.out_ascii9 one two three four
13 one two three four
19 one two three four
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C10 int three(int argc, char** argv);
32 ENTRY(three),
59 int PTcl::three(int, char** argv) { in three() function
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dinput.out_ascii29 U+0800 0xe0a080 <?><?> lowest three-byte
34 U+D7FB 0xed9fbb <?><?> highest valid public three-byte
35 U+D7FF 0xed9fbf <?><?> highest public three-byte
45 U+FFFF 0xefbfbf <?><?> highest three-byte
52 U+0800 0xf080a080 ???? lowest obfuscated three-byte
53 U+FFFF 0xf08fbfbf ???? highest obfuscated three-byte
H A Dinput.out_utf829 U+0800 0xe0a080 ࠀࠀ lowest three-byte
34 U+D7FB 0xed9fbb ퟻퟻ highest valid public three-byte
35 U+D7FF 0xed9fbf ퟿퟿ highest public three-byte
36 U+D800 0xeda080 ??? lowest surrogate
37 U+DFFF 0xedbfbf ??? highest surrogate
38 U+E000 0xee8080  lowest private use
39 U+F8FF 0xefa3bf  highest private use
40 U+F900 0xefa480 豈豈 lowest post-private
41 U+FEFF 0xefbbbf  byte-order mark
42 U+FFFC 0xefbfbc  object replacement character
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sy/
H A Dtag.out_html5 …<dt id="three-with-hyphens"><a class="permalink" href="#three-with-hyphens"><b class="Sy">three-wi…
/openbsd-src/regress/usr.bin/mandoc/mdoc/Em/
H A Dtag.out_html5 …<dt id="three-with-hyphens"><a class="permalink" href="#three-with-hyphens"><i class="Em">three-wi…

12345678910>>...35