Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 25 of 165) sorted by relevance

1234567

/dragonfly/usr.bin/chpass/
H A Dtable.c37 char e1[] = ": "; variable
41 { "login", p_login, 1, 5, e1, NULL },
42 { "password", p_passwd, 1, 8, e1, NULL },
43 { "uid", p_uid, 1, 3, e1, NULL },
44 { "gid", p_gid, 1, 3, e1, NULL },
45 { "class", p_class, 1, 5, e1, NULL },
56 { "other information", p_gecos, 0, 11, e1, NULL },
57 { "home directory", p_hdir, 1, 14, e1, NULL },
58 { "shell", p_shell, 0, 5, e1, NULL },
/dragonfly/tools/regression/bin/sh/expansion/
H A Dcmdsubst3.017 e1=$(printf "$e")
19 [ "${#e1}" = 510 ] || echo length bad
20 [ "$e1" = "$e2" ] || echo e1 != e2
21 [ "$e1" = "$(printf "$e")" ] || echo quoted bad
23 [ "$e1" = $(printf "$e") ] || echo unquoted bad
/dragonfly/contrib/mpfr/src/
H A Ddigamma.c125 mpfr_exp_t e1, expv; in mpfr_digamma_reflection() local
164 e1 = e1 + 2 * MPFR_EXP(t) + 1; in mpfr_digamma_reflection()
166 e1 = e1 + 1; in mpfr_digamma_reflection()
168 e1 += (mpfr_exp_t) p - MPFR_EXP(t); /* error is now 2^e1 ulps */ in mpfr_digamma_reflection()
170 e1 ++; in mpfr_digamma_reflection()
175 e1 += MPFR_EXP(t) - MPFR_EXP(v); /* scale error for t wrt new v */ in mpfr_digamma_reflection()
177 if (expv - MPFR_EXP(v) - 1 > e1) in mpfr_digamma_reflection()
178 e1 = expv - MPFR_EXP(v) - 1; in mpfr_digamma_reflection()
180 e1 ++; in mpfr_digamma_reflection()
181 e1 ++; /* rounding error for mpfr_sub */ in mpfr_digamma_reflection()
[all …]
H A Dagm.c139 mpfr_exp_t e1 , e2; in mpfr_agm() local
142 e1 = MPFR_GET_EXP (op1); in mpfr_agm()
167 if (e1 + e2 > MPFR_EXT_EMAX) in mpfr_agm()
169 scaleop = - (((e1 + e2) - MPFR_EXT_EMAX + 1) / 2); in mpfr_agm()
179 MPFR_ASSERTN (e1 > MPFR_EXT_EMIN); in mpfr_agm()
193 MPFR_ASSERTN (e1 <= e2 && e2 <= 0); in mpfr_agm()
194 scaleop = (MPFR_EXT_EMIN + 2 - e1 - e2) / 2; in mpfr_agm()
198 MPFR_ALIAS (sc1, op1, MPFR_SIGN (op1), e1 + scaleop); in mpfr_agm()
H A Dswap.c32 mpfr_exp_t e1, e2; in mpfr_swap() local
45 e1 = MPFR_EXP(u); in mpfr_swap()
47 MPFR_EXP(v) = e1; in mpfr_swap()
/dragonfly/contrib/mpc/src/
H A Dacos.c31 mpfr_exp_t e1, e2; in mpc_acos() local
199 e1 = 1; /* Exp(pi_over_2) */ in mpc_acos()
209 e1 = e1 >= e2 ? e1 + 1 : e2 + 1; in mpc_acos()
211 e1 -= mpfr_get_exp (mpc_realref(z1)); in mpc_acos()
213 e1 = e1 <= 0 ? 0 : e1; in mpc_acos()
217 if (mpfr_can_round (mpc_realref(z1), p - e1, GMP_RNDN, GMP_RNDZ, in mpc_acos()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpartition.c78 struct partition_elem *e1; in partition_union() local
99 e1 = &(elements[elem1]); in partition_union()
113 old_next = e1->next; in partition_union()
114 e1->next = e2->next; in partition_union()
126 int e1 = * (const int *) elem1; in elem_compare() local
128 if (e1 < e2) in elem_compare()
130 else if (e1 > e2) in elem_compare()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpartition.c78 struct partition_elem *e1; in partition_union() local
99 e1 = &(elements[elem1]); in partition_union()
113 old_next = e1->next; in partition_union()
114 e1->next = e2->next; in partition_union()
126 int e1 = * (const int *) elem1; in elem_compare() local
128 if (e1 < e2) in elem_compare()
130 else if (e1 > e2) in elem_compare()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpartition.c78 struct partition_elem *e1; in partition_union() local
99 e1 = &(elements[elem1]); in partition_union()
113 old_next = e1->next; in partition_union()
114 e1->next = e2->next; in partition_union()
126 int e1 = * (const int *) elem1; in elem_compare() local
128 if (e1 < e2) in elem_compare()
130 else if (e1 > e2) in elem_compare()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpartition.c78 struct partition_elem *e1; in partition_union() local
99 e1 = &(elements[elem1]); in partition_union()
113 old_next = e1->next; in partition_union()
114 e1->next = e2->next; in partition_union()
126 int e1 = * (const int *) elem1; in elem_compare() local
128 if (e1 < e2) in elem_compare()
130 else if (e1 > e2) in elem_compare()
/dragonfly/contrib/gdtoa/
H A Dstrtod.c340 e1 = e -= nf;
431 e1 += nd - k;
455 if (e1 > 0) {
500 e1 >>= 4;
501 for(j = 0; e1 > 1; j++, e1 >>= 1)
502 if (e1 & 1)
521 e1 = -e1;
530 for(j = 0; e1 > 0; j++, e1 >>= 1)
531 if (e1 & 1)
547 for(j = 0; e1 > 1; j++, e1 >>= 1)
[all …]
H A Dstrtodg.c530 e1 = e -= nf;
569 e1 -= e;
579 e1 -= i;
599 e1 -= e2;
607 e1 -= e;
612 e1 += nd - k;
621 e1 >>= 4;
633 for(j = 0; e1 > 0; j++, e1 >>= 1)
639 e1 = -e1;
643 e1 >>= 4;
[all …]
H A Dgethex.c50 Long e, e1; local
140 e1 = n - 0x10;
142 if (e1 & 0xf8000000)
144 e1 = 10*e1 + n - 0x10;
147 e1 = -e1;
148 e += e1;
/dragonfly/games/trek/
H A Dschedule.c88 reschedule(struct event *e1, double offset) in reschedule() argument
93 e = e1; in reschedule()
113 unschedule(struct event *e1) in unschedule() argument
117 e = e1; in unschedule()
158 xresched(struct event *e1, int ev1, int factor) in xresched() argument
165 e = e1; in xresched()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-phiopt.c233 edge e1, e2; in tree_ssa_phiopt_worker() local
244 e1 = EDGE_SUCC (bb, 0); in tree_ssa_phiopt_worker()
245 bb1 = e1->dest; in tree_ssa_phiopt_worker()
266 edge e_tmp = e1; in tree_ssa_phiopt_worker()
269 e1 = e2; in tree_ssa_phiopt_worker()
290 e1 = EDGE_SUCC (bb1, 0); in tree_ssa_phiopt_worker()
497 edge e0, edge e1, gimple phi, in conditional_replacement() argument
634 edge e0, edge e1, gimple phi, in value_replacement() argument
739 edge e0, edge e1, gimple phi, in minmax_replacement() argument
785 gcc_assert (false_edge == e1); in minmax_replacement()
[all …]
H A Dtracer.c128 better_p (const_edge e1, const_edge e2) in better_p() argument
130 if (e1->count != e2->count) in better_p()
131 return e1->count > e2->count; in better_p()
132 if (e1->src->frequency * e1->probability != in better_p()
134 return (e1->src->frequency * e1->probability in better_p()
138 if (e1->src != e2->src) in better_p()
139 return e1->src->index > e2->src->index; in better_p()
140 return e1->dest->index > e2->dest->index; in better_p()
H A Dtree-ssa-tail-merge.c474 if (VEC_length (int, e1->succ_flags) != 2) in inverse_flags()
477 f1a = VEC_index (int, e1->succ_flags, 0); in inverse_flags()
478 f1b = VEC_index (int, e1->succ_flags, 1); in inverse_flags()
500 if (e1->hashval != e2->hashval) in same_succ_equal()
509 if (!inverse_flags (e1, e2)) in same_succ_equal()
512 if (VEC_index (int, e1->succ_flags, i) in same_succ_equal()
513 != VEC_index (int, e1->succ_flags, i)) in same_succ_equal()
517 first1 = bitmap_first_set_bit (e1->bbs); in same_succ_equal()
1238 edge e1, e2; in same_phi_alternatives() local
1244 e1 = find_edge (bb1, succ); in same_phi_alternatives()
[all …]
/dragonfly/contrib/nvi2/ex/
H A Dex_mkexrc.c77 goto e1; in ex_mkexrc()
79 goto e1; in ex_mkexrc()
81 goto e1; in ex_mkexrc()
83 goto e1; in ex_mkexrc()
92 e1: sverrno = errno; in ex_mkexrc()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-phiopt.c186 edge e1, e2; in tree_ssa_phiopt_worker() local
197 e1 = EDGE_SUCC (bb, 0); in tree_ssa_phiopt_worker()
198 bb1 = e1->dest; in tree_ssa_phiopt_worker()
219 std::swap (e1, e2); in tree_ssa_phiopt_worker()
258 e1 = EDGE_SUCC (bb1, 0); in tree_ssa_phiopt_worker()
431 std::swap (e0, e1); in factor_out_conditional_conversion()
574 edge e0, edge e1, gphi *phi, in conditional_replacement() argument
886 edge e0, edge e1, gimple *phi, in value_replacement() argument
974 e0, e1) == phi) in value_replacement()
1193 edge e0, edge e1, gimple *phi, in minmax_replacement() argument
[all …]
H A Dtree-ssa-tail-merge.c546 if (e1->succ_flags.length () != 2) in inverse_flags()
549 f1a = e1->succ_flags[0]; in inverse_flags()
550 f1b = e1->succ_flags[1]; in inverse_flags()
570 if (e1 == e2) in equal()
573 if (e1->hashval != e2->hashval) in equal()
582 if (!inverse_flags (e1, e2)) in equal()
1385 edge e1, e2; in same_phi_alternatives() local
1391 e1 = find_edge (bb1, succ); in same_phi_alternatives()
1393 if (e1->flags & EDGE_COMPLEX in same_phi_alternatives()
1586 edge e1, e2; in replace_block_by() local
[all …]
/dragonfly/usr.sbin/nscd/
H A Dconfig.c62 configuration_entry_sort_cmp(const void *e1, const void *e2) in configuration_entry_sort_cmp() argument
64 return (strcmp((*((struct configuration_entry **)e1))->name, in configuration_entry_sort_cmp()
70 configuration_entry_cmp(const void *e1, const void *e2) in configuration_entry_cmp() argument
72 return (strcmp((const char *)e1, in configuration_entry_cmp()
78 configuration_entry_cache_mp_sort_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_sort_cmp() argument
80 return (strcmp((*((cache_entry *)e1))->params->entry_name, in configuration_entry_cache_mp_sort_cmp()
86 configuration_entry_cache_mp_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_cmp() argument
88 return (strcmp((const char *)e1, in configuration_entry_cache_mp_cmp()
94 configuration_entry_cache_mp_part_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_part_cmp() argument
96 return (strncmp((const char *)e1, in configuration_entry_cache_mp_part_cmp()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dskip.c313 struct skiplist_entry *e1; in add_skiplist_entry() local
320 e1 = skiplist_entry_chain; in add_skiplist_entry()
321 if (e1 == NULL) in add_skiplist_entry()
325 while (e1->next) in add_skiplist_entry()
326 e1 = e1->next; in add_skiplist_entry()
327 e1->next = e; in add_skiplist_entry()
/dragonfly/test/cocci/
H A Dcomma.cocci29 expression e1,e2,e;
40 e1,@p1 e2@p2;
52 expression e1,e2;
56 e1
/dragonfly/lib/libefivar/
H A Defivar.h57 #define EFI_GUID(a, b, c, d, e0, e1, e2, e3, e4, e5) \ argument
59 { (e0), (e1), (e2), (e3), (e4), (e5) }})
61 #define EFI_GUID(a, b, c, d, e0, e1, e2, e3, e4, e5) \ argument
63 { (e0), (e1), (e2), (e3), (e4), (e5) }})
/dragonfly/usr.sbin/mtest/
H A Dmtest.c31 unsigned e1, e2, e3, e4, e5, e6; in main() local
107 ifr.ifr_name, &e1, &e2, &e3, &e4, &e5, &e6 )) != 7 ) in main()
120 bp[0] = e1; in main()
139 ifr.ifr_name, &e1, &e2, &e3, &e4, &e5, &e6 )) != 7 ) in main()
152 bp[0] = e1; in main()

1234567