Searched refs:e5 (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbool3.C8 enum E { e1,e2,e3,e4,e5 }; enumerator in enum:E
12 unsigned int bits : ((e5 > 4) ? 8 : 4); // gets bogus error - constant expression
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dretval1.f9083 integer :: e5 local in function:f5
85 entry e5 (is_f5) entry in function:f5
89 e5 = 8
92 !$omp parallel firstprivate (f5, e5) shared (is_f5) num_threads (2) &
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)
101 l = l .or. (omp_get_thread_num () .eq. 1 .and. e5
110 integer :: e5 variable
[all...]
/openbsd-current/bin/ed/USD.doc/09.edtut/
H A DMakefile4 SRCS= e.mac e0 e1 e2 e3 e4 e5 e6 e7
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-1.c10 enum foo {e1 = 0, e2, e3, e4, e5}; enumerator in enum:foo
H A Dconcat2.c14 #define e5 e4 e4 e4 e4 e4 e4 e4 e4 e4 e4 macro
16 void foo() { (void)(e5); }
/openbsd-current/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); }
/openbsd-current/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);
352 cmp_ok(sinh(-1e5), '==', -Inf());
353 cmp_ok(sech(-1e5), '==', 0);
354 cmp_ok(cosh(-1e5), '==', Inf());
355 cmp_ok(csch(-1e5), '
[all...]
/openbsd-current/regress/lib/libc/printf/
H A Dfp.c146 testfmt("314159", "%g", 3.14159e5);
147 testfmt("314159.", "%#g", 3.14159e5);
/openbsd-current/regress/lib/libc/wprintf/
H A Dwfp.c147 testfmt(L"314159", L"%g", 3.14159e5);
148 testfmt(L"314159.", L"%#g", 3.14159e5);
/openbsd-current/regress/lib/libcrypto/aeswrap/
H A Daes_wrap.c145 static const unsigned char e5[] = { local
177 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24);
/openbsd-current/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/ => 1, # 3.2.2
/openbsd-current/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:ee:20:ef:20 - unexpected non-continuation byte 0x20, immediately after start byte 0xe0
/openbsd-current/lib/libc/gdtoa/
H A Dmisc.c875 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Davx512fintrin.h9238 #define _mm512_setr_epi32(e0,e1,e2,e3,e4,e5,e6,e7, \
9241 (e5),(e4),(e3),(e2),(e1),(e0))
9252 #define _mm512_setr_epi64(e0,e1,e2,e3,e4,e5,e6,e7) \
9253 _mm512_set_epi64((e7),(e6),(e5),(e4),(e3),(e2),(e1),(e0))
9263 #define _mm512_setr_pd(e0,e1,e2,e3,e4,e5,e6,e7) \
9264 _mm512_set_pd((e7),(e6),(e5),(e4),(e3),(e2),(e1),(e0))
9277 #define _mm512_setr_ps(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15) \
9278 _mm512_set_ps((e15),(e14),(e13),(e12),(e11),(e10),(e9),(e8),(e7),(e6),(e5), \

Completed in 245 milliseconds