Home
last modified time | relevance | path

Searched refs:e5 (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dretval1.f9083 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 DTrig.t345 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 Dbool3.C8 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 D011_pc_expo.t22 $js = q|[-1.234e5]|;
24 is($obj->[0], -123400, 'digit -1.234e5');
27 is($js,'[-123400]', 'digit -1.234e5');
H A D003_types.t58 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 D019_incr.t41 splitter +JSON::PP->new , '-1e5';
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/
H A Dconcat1.C13 #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 Dconcat2.c14 #define e5 e4 e4 e4 e4 e4 e4 e4 e4 e4 e4 macro
16 void foo() { (void)(e5); } in foo()
H A Dbitfld-1.c10 enum foo {e1 = 0, e2, e3, e4, e5}; enumerator
/openbsd/regress/lib/libcrypto/aeswrap/
H A Daes_wrap.c145 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 DMakefile4 SRCS= e.mac e0 e1 e2 e3 e4 e5 e6 e7
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1398.crt12 hYIK1XTy1CfH4uIvyLnde6i5uDAKJxoFN3EtUqhebwA+JNmyMcCi+J2/E3Rt8/e5
H A D1321.crt13 NBE5Izamen/5G1PHugvWu+UYU+e5+2WKTvHP2heka8a/8a4/10VNAhwjjGBWnszA
H A D656.key12 Uooa84WgfSEO1vg1mgGvZcNTrVqEFmYc24hEQFV9fiEI6/e5+JIYxEzGQJHxhddb
H A D3322.key20 r/1PHFzE+wt/e5/4JfK3qj9GRvUn9Rs3IJakva2MYSv9qTzLD4gk5qlLagucLKaW
H A D3010.chain45 TYhqFb1FaXE2ANooJv8Nn7ZU/U7jnFNyZUFf/e5/kNRyf+YcPiOnn3N6hToCDnKF
H A D1834.chain38 v33vaNlDQ/7e5/z9431ns3tnI8peVUAeyAJ6USVyDFe1urbft/Box0D/gxGc0umN
/openbsd/gnu/gcc/libcpp/
H A Ducnid.tab47 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 Dutf8strict.t69 …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 Dguess.t115 $test = encode($jp, $test . "\n\x{65e5}\x{672c}\x{8a9e}");
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5181delta.pod121 utf8::upgrade( my $u = "\x{e5}");
122 utf8::downgrade(my $d = "\x{e5}");
/openbsd/gnu/usr.bin/perl/
H A DREADME.bs2000175 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 Dutf8decode.t174 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 Dappstest.sh1462 …'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 Dcert.pem537 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 …]

12