/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
H A D | retval1.f90 | 83 integer :: e5 local 89 e5 = 8 94 l = .not. is_f5 .and. e5 .ne. 8 96 if (omp_get_thread_num () .eq. 0) e5 = 8 97 if (omp_get_thread_num () .eq. 1) e5 = 14 98 f5 = e5 - 4.5 100 l = l .or. (omp_get_thread_num () .eq. 0 .and. e5 .ne. 8) 102 l = l .or. f5 .ne. e5 - 4.5 106 if (.not. is_f5) e5 = 8 110 integer :: e5 variable [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/t/ |
H A D | Trig.t | 345 cmp_ok(sinh(1e5), '==', Inf()); 346 cmp_ok(sech(1e5), '==', 0); 347 cmp_ok(cosh(1e5), '==', Inf()); 348 cmp_ok(csch(1e5), '==', 0); 349 cmp_ok(tanh(1e5), '==', 1); 350 cmp_ok(coth(1e5), '==', 1); 353 cmp_ok(sech(-1e5), '==', 0); 354 cmp_ok(cosh(-1e5), '==', Inf()); 355 cmp_ok(csch(-1e5), '==', 0); 356 cmp_ok(tanh(-1e5), '==', -1); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | bool3.C | 8 enum E { e1,e2,e3,e4,e5 }; enumerator 12 unsigned int bits : ((e5 > 4) ? 8 : 4); // gets bogus error - constant expression
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 011_pc_expo.t | 22 $js = q|[-1.234e5]|; 24 is($obj->[0], -123400, 'digit -1.234e5'); 27 is($js,'[-123400]', 'digit -1.234e5');
|
H A D | 003_types.t | 58 for my $v (1, 2, 3, 5, -1, -2, -3, -4, 100, 1000, 10000, -999, -88, -7, 7, 88, 999, -1e5, 1e6, 1e7,…
|
H A D | 019_incr.t | 41 splitter +JSON::PP->new , '-1e5';
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/ |
H A D | concat1.C | 13 #define e5 e4 e4 e4 e4 e4 e4 e4 e4 e4 e4 macro 15 void foo() { (void)(e5); } in foo()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | concat2.c | 14 #define e5 e4 e4 e4 e4 e4 e4 e4 e4 e4 e4 macro 16 void foo() { (void)(e5); } in foo()
|
H A D | bitfld-1.c | 10 enum foo {e1 = 0, e2, e3, e4, e5}; enumerator
|
/openbsd/regress/lib/libcrypto/aeswrap/ |
H A D | aes_wrap.c | 145 static const unsigned char e5[] = { in main() local 177 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24); in main()
|
/openbsd/bin/ed/USD.doc/09.edtut/ |
H A D | Makefile | 4 SRCS= e.mac e0 e1 e2 e3 e4 e5 e6 e7
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 1398.crt | 12 hYIK1XTy1CfH4uIvyLnde6i5uDAKJxoFN3EtUqhebwA+JNmyMcCi+J2/E3Rt8/e5
|
H A D | 1321.crt | 13 NBE5Izamen/5G1PHugvWu+UYU+e5+2WKTvHP2heka8a/8a4/10VNAhwjjGBWnszA
|
H A D | 656.key | 12 Uooa84WgfSEO1vg1mgGvZcNTrVqEFmYc24hEQFV9fiEI6/e5+JIYxEzGQJHxhddb
|
H A D | 3322.key | 20 r/1PHFzE+wt/e5/4JfK3qj9GRvUn9Rs3IJakva2MYSv9qTzLD4gk5qlLagucLKaW
|
H A D | 3010.chain | 45 TYhqFb1FaXE2ANooJv8Nn7ZU/U7jnFNyZUFf/e5/kNRyf+YcPiOnn3N6hToCDnKF
|
H A D | 1834.chain | 38 v33vaNlDQ/7e5/z9431ns3tnI8peVUAeyAJ6USVyDFe1urbft/Box0D/gxGc0umN
|
/openbsd/gnu/gcc/libcpp/ |
H A D | ucnid.tab | 47 0621-063a 0640-0652 0670-06b7 06ba-06be 06c0-06ce 06d0-06dc 06e5-06e8 148 0621-063a 0640-0652 0670-06b7 06ba-06be 06c0-06ce 06e5-06e7
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | utf8strict.t | 69 …qq/e0 20 e1 20 e2 20 e3 20 e4 20 e5 20 e6 20 e7 20 e8 20 e9 20 ea 20 eb 20 ec 20 ed 20 ee 20 ef 20…
|
H A D | guess.t | 115 $test = encode($jp, $test . "\n\x{65e5}\x{672c}\x{8a9e}");
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5181delta.pod | 121 utf8::upgrade( my $u = "\x{e5}"); 122 utf8::downgrade(my $d = "\x{e5}");
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.bs2000 | 175 my $y = int($x * 1e-5) * 1e5; # '0' 176 my $z = int($x / 1e+5) * 1e5; # '100000'
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | utf8decode.t | 174 3.2.2 N17 - 32 e0:20:e1:20:e2:20:e3:20:e4:20:e5:20:e6:20:e7:20:e8:20:e9:20:ea:20:eb:20:ec:20:ed:20:…
|
/openbsd/regress/usr.bin/openssl/ |
H A D | appstest.sh | 1462 …'exit (!/ServerHello\n.*cf 21 ad 74 e5 9a 61 11 be 1d\n.*8c 02 1e 65 b8 91 c2 a2 11 16 7a bb 8c 5e…
|
/openbsd/lib/libcrypto/ |
H A D | cert.pem | 537 06:6c:9f:d2:96:35:86:9f:0a:0f:e5:86:78:f8:5b:26:bb:8a:37 1170 4e:81:2d:8a:82:65:e0:0b:02:ee:3e:35:02:46:e5:3d 2122 36:3a:96:8c:c9:5c:b2:58:cd:d0:01:5d:c5:e5:57:00 2339 0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39 2506 03:3a:f1:e6:a7:11:a9:a0:bb:28:64:b1:1d:09:fa:e5 3123 62:f6:32:6c:e5:c4:e3:68:5c:1b:62:dd:9c:2e:9d:95 3258 02:03:e5:7e:f5:3f:93:fd:a5:09:21:b2:a6 3596 02:03:e5:93:6f:31:b0:13:49:88:6b:a2:17 3647 02:03:e5:ae:c5:8d:04:25:1a:ab:11:25:aa 3698 02:03:e5:b8:82:eb:20:f8:25:27:6d:3d:66 [all …]
|