/netbsd-src/external/mit/isl/dist/test_inputs/codegen/ |
H A D | redundant.st | 2 …e3, e4: o1 <= 1 and o1 >= 0 and o2 <= 12 and o2 >= 1 and o3 <= 14 and o3 >= 1 and 8e0 <= 4 + o2 an…
|
H A D | shift2.in | 3 …e3 = [(-2length + o6)/32]: tsteps = 2 and 32e0 = o2 and 32e1 = o3 and 32e2 = -length + o5 and 32e3…
|
H A D | separate2.in | 2 …e3 = [(-31 + j - o6)/32]: tsteps = 2 and 32e0 = o2 and 32e1 = o3 and 32e2 = -i + o5 and 32e3 = -31…
|
H A D | stride6.in | 1 …e3 = [(o3)/32], e4 = [(-31i + o5)/32], e5 = [(-i - o4 + o6)/32], e6 = [(-o4 + o7)/32], e7 = [(-1 +…
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-utils.c | 695 for (cgraph_edge *e3 = e2->first_speculative_call_target (); in ipa_merge_profiles() local 696 e3; in ipa_merge_profiles() 697 e3 = e3->next_speculative_call_target ()) in ipa_merge_profiles() 702 (e3->speculative_call_target_ref ()->referred), in ipa_merge_profiles() 703 e3->count, e3->speculative_id); in ipa_merge_profiles() 706 ns->redirect_callee (e3->callee); in ipa_merge_profiles() 716 for (cgraph_edge *e3 = e->first_speculative_call_target (); in ipa_merge_profiles() local 717 e3; in ipa_merge_profiles() 718 e3 = e3->next_speculative_call_target ()) in ipa_merge_profiles() 719 if (e3->speculative_id > max_spec) in ipa_merge_profiles() [all …]
|
H A D | sort.cc | 112 reorder45 (sort_ctx *c, char *e0, char *e1, char *e2, char *e3, char *e4) in reorder45() argument 120 memcpy (&t3, e3 + OFFSET, sizeof (TYPE)); \ in reorder45() 178 char *e3 = e2 + c->size, *e4 = e3 + c->size; in netsort() local 181 CMP (e3, e4); in netsort() 184 CMP (e2, e3); in netsort() 187 CMP (e0, e3); in netsort() 191 CMP (e1, e3); in netsort() 193 reorder45 (c, e0, e1, e2, e3, e4); in netsort()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-utils.cc | 695 for (cgraph_edge *e3 = e2->first_speculative_call_target (); in ipa_merge_profiles() local 696 e3; in ipa_merge_profiles() 697 e3 = e3->next_speculative_call_target ()) in ipa_merge_profiles() 702 (e3->speculative_call_target_ref ()->referred), in ipa_merge_profiles() 703 e3->count, e3->speculative_id); in ipa_merge_profiles() 706 ns->redirect_callee (e3->callee); in ipa_merge_profiles() 716 for (cgraph_edge *e3 = e->first_speculative_call_target (); in ipa_merge_profiles() local 717 e3; in ipa_merge_profiles() 718 e3 = e3->next_speculative_call_target ()) in ipa_merge_profiles() 719 if (e3->speculative_id > max_spec) in ipa_merge_profiles() [all …]
|
H A D | sort.cc | 112 reorder45 (sort_ctx *c, char *e0, char *e1, char *e2, char *e3, char *e4) in reorder45() argument 120 memcpy (&t3, e3 + OFFSET, sizeof (TYPE)); \ in reorder45() 178 char *e3 = e2 + c->size, *e4 = e3 + c->size; in netsort() local 181 CMP (e3, e4); in netsort() 184 CMP (e2, e3); in netsort() 187 CMP (e0, e3); in netsort() 191 CMP (e1, e3); in netsort() 193 reorder45 (c, e0, e1, e2, e3, e4); in netsort()
|
/netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
H A D | peer.awk | 66 …nt[i], peer_time[i] * 1e3, peer_time_rms[i] * 1e3, peer_tmax[i] * 1e3, peer_delay[i] * 1e3, peer_d…
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | texp.c | 662 int e3; in underflow_up() local 715 for (e3 = 0; e3 <= 1; e3++) in underflow_up() 722 inex = e3 ? exp_3 (y, x, (mpfr_rnd_t) rnd) in underflow_up() 732 precx, precy, e3 ? "mpfr_exp_3" : "mpfr_exp"); in underflow_up() 747 precx, precy, e3 ? "mpfr_exp_3" : "mpfr_exp"); in underflow_up() 834 for (e3 = 0; e3 <= 1; e3++) in underflow_up() 845 inex = e3 ? exp_3 (y, x, (mpfr_rnd_t) rnd) in underflow_up() 860 printf (", %s\n", e3 ? "mpfr_exp_3" : "mpfr_exp"); in underflow_up() 882 printf (", %s\n", e3 ? "mpfr_exp_3" : "mpfr_exp"); in underflow_up() 920 for (e3 = 0; e3 <= 1; e3++) in underflow_up() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 183 const char* e3, in AssertPred3Helper() argument 191 << pred_text << "(" << e1 << ", " << e2 << ", " << e3 in AssertPred3Helper() 196 << e3 << " evaluates to " << ::testing::PrintToString(v3); in AssertPred3Helper() 239 const char* e3, in AssertPred4Helper() argument 249 << pred_text << "(" << e1 << ", " << e2 << ", " << e3 << ", " << e4 in AssertPred4Helper() 254 << e3 << " evaluates to " << ::testing::PrintToString(v3) << "\n" in AssertPred4Helper() 301 const char* e3, in AssertPred5Helper() argument 313 << pred_text << "(" << e1 << ", " << e2 << ", " << e3 << ", " << e4 in AssertPred5Helper() 318 << e3 << " evaluates to " << ::testing::PrintToString(v3) << "\n" in AssertPred5Helper()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid128_fma.c | 663 int e1, e2, e3, e4; local 1134 e3 = (z_exp >> 49) - 6176; // unbiased exponent of z 1524 if (e3 < e4) { 1529 ind = e4 - e3; 1648 delta = q3 + e3 - q4 - e4; 1653 (p34 == delta && e3 + 6176 < p34 - q3)) { // Case (1''A) 1655 if ((q3 + e3) > (p34 + expmax) && p34 <= delta - 1) { 1689 e3 = e3 - scale; 1695 e3, &res, pfpsf); 1709 ind = e3 + 6176; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid128_fma.c | 663 int e1, e2, e3, e4; local 1134 e3 = (z_exp >> 49) - 6176; // unbiased exponent of z 1524 if (e3 < e4) { 1529 ind = e4 - e3; 1648 delta = q3 + e3 - q4 - e4; 1653 (p34 == delta && e3 + 6176 < p34 - q3)) { // Case (1''A) 1655 if ((q3 + e3) > (p34 + expmax) && p34 <= delta - 1) { 1689 e3 = e3 - scale; 1695 e3, &res, pfpsf); 1709 ind = e3 + 6176; [all …]
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_242.c | 20 enum E e3 = i; in example() local 26 e3 = i; in example() 31 sink_enum(e3); in example()
|
H A D | msg_277.c | 20 enum E e3 = { i }; in example() enum 26 sink_enum(e3); in example()
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_cs.c | 34 enum e e3 = (enum e) e; variable 41 enum e e3 = (enum e) e; variable 48 enum e e3 = (enum e)e; variable
|
/netbsd-src/external/mit/isl/dist/test_inputs/codegen/omega/ |
H A D | p.delft2-0.in | 1 …e3 = [(-5P2 - 2In_4 + In_6)/9]: 3e2 = -2In_1 - 2In_3 + In_5 and 9e3 = -5P2 - 2In_4 + In_6 and P1 >…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_fx.c | 46 krb5_enctype e3; member 172 ret = krb5_crypto_fx_cf2(context, c1, c2, &p1, &p2, cf2[i].e3, &k3); in test_cf2() 181 if (k3.keytype != cf2[i].e3) { in test_cf2() 183 krb5_warnx(context, "length not right for enctype %d", cf2[i].e3); in test_cf2() 190 cf2[i].e1, cf2[i].e2, cf2[i].e3); in test_cf2()
|
/netbsd-src/external/bsd/openldap/dist/tests/data/tls/ca/certs/ |
H A D | testsuiteCA.crt | 26 65:f6:bd:7b:01:5c:99:8a:92:35:7c:b7:e3:96:1c: 31 e3:a5:9f:56:b6:a6:6a:90:13:80:2a:2e:ae:fe:af: 32 aa:e3:e7:d8:3b:2b:a3:52:4f:73:2d:12:aa:e2:a3: 65 a7:4c:ec:c3:29:ad:04:8b:e3:f2:2d:4c:30:0d:a4:bc:c8:93: 69 0c:44:40:e3:87:e6:ce:6c:2b:3f:c1:01:6c:5c:32:d5:59:b5: 75 ce:f0:cc:e3:e9:15:08:a0:ea:3e:a9:8e:bc:9a:01:00:96:fe: 82 cc:77:34:8e:e3:c3:c0:44:19:51:85:07:6c:d8:d1:2e:69:8d: 83 b1:0e:42:fb:e6:16:65:86:c6:e3:2f:a7:3f:b4:8e:4f:1c:83:
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | xen.h | 956 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 962 e1, e2, e3, e4, e5, e6}} 965 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 966 ((xen_uuid_t)XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6)) 968 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 969 XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6)
|
/netbsd-src/external/mit/isl/dist/test_inputs/codegen/cloog/ |
H A D | mxm-shared.st | 1 …e3 = floor((-t0 + i1)/16): g3 = 128b1 and g4 = 0 and g2 = 8b0 and 128e0 = g1 and 4096e1 = 128b1 - …
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
H A D | word | 53 word-e3: ; @echo $(word 1a,$(FOO)) 57 wordlist-e3: ; @echo $(wordlist 1, 12a ,$(FOO))', 68 'word-e3', 83 'wordlist-e3',
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
H A D | revoke.crt | 18 ac:3f:a6:07:26:2a:b7:8f:79:f8:31:ea:4f:e3:9d: 19 2d:84:43:0f:ee:d4:1d:5d:e3:f6:16:31:5c:bf:f9: 20 ce:3e:b8:4a:e3:77:2b:bc:41:ee:84:52:2a:c0:7a: 38 49:82:e7:df:bd:18:10:e3:69:df:d6:d7:16:4b:72: 85 9d:be:de:a1:0e:93:cf:17:29:e3:67:ff:9c:e5:ea:5a:0d:b0:
|
H A D | test-ke-only.crt | 29 af:06:e6:aa:7d:90:e3:7b:82:46:1b:d8:42:f5:7a: 39 bd:e3:d9:c1:b7:ef:ce:39:d0:89:0e:b8:84:f5:9e: 42 99:18:43:33:e9:0c:1c:cb:f1:80:1c:7d:9e:e3:07: 85 94:68:3d:1f:ea:91:b8:db:98:c3:a5:82:aa:24:b2:32:e3:f6: 86 8e:7e:8f:e3:eb:0c:57:1f:27:70:10:d0:97:db:7a:8f:46:d9:
|
H A D | kdc.crt | 17 1a:52:3f:d5:9b:d9:62:4b:96:51:bd:e3:55:be:5b: 21 38:c2:55:e3:58:15:bb:de:53:8d:2a:5f:68:b0:49: 31 be:e3:c3:34:cb:d8:01:42:3d:43:81:9d:a9:4f:5e: 63 31:6b:88:4f:57:8a:4b:7b:25:d8:53:0f:04:e9:52:a7:e3:93: 72 cb:21:db:89:56:8c:f4:a6:87:e3:78:44:49:c5:53:c9:19:a1:
|