Home
last modified time | relevance | path

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

1234567891011

/netbsd/src/external/mit/lua/dist/src/
Dlcode.c533 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps() argument
534 int r1 = (e1->k == VNONRELOC) ? e1->u.info : -1; in freeexps()
1364 static int constfolding (FuncState *fs, int op, expdesc *e1, argument
1367 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2))
1371 e1->k = VKINT;
1372 e1->u.ival = ivalue(&res);
1379 e1->k = VKFLT;
1380 e1->u.nval = n;
1438 static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2, argument
1441 int v1 = luaK_exp2anyreg(fs, e1);
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsort.cc81 reorder23 (sort_ctx *c, char *e0, char *e1, char *e2) in reorder23() argument
87 memcpy (&t1, e1 + OFFSET, sizeof (TYPE)); \ in reorder23()
112 reorder45 (sort_ctx *c, char *e0, char *e1, char *e2, char *e3, char *e4) in reorder45() argument
118 memcpy (&t1, e1 + OFFSET, sizeof (TYPE)); \ in reorder45()
150 cmp1 (char *e0, char *e1, sort_ctx *c) in cmp1() argument
152 intptr_t x = (intptr_t)e0 ^ (intptr_t)e1; in cmp1()
153 return x & (c->cmp (e0, e1) >> 31); in cmp1()
162 #define CMP(e0, e1) \ in netsort() argument
164 intptr_t x = cmp1 (e1, e0, c); \ in netsort()
166 e1 = (char *)((intptr_t)e1 ^ x); \ in netsort()
[all …]
/netbsd/src/usr.bin/chpass/
Dtable.c45 char e1[] = ": "; variable
49 { "login", p_login, 1, 5, e1, NULL },
50 { "password", p_passwd, 1, 8, e1, NULL },
51 { "uid", p_uid, 1, 3, e1, NULL },
52 { "gid", p_gid, 1, 3, e1, NULL },
53 { "class", p_class, 1, 5, e1, NULL },
60 { "home directory", p_hdir, 1, 14, e1, NULL },
61 { "shell", p_shell, 0, 5, e1, NULL },
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsha1.c507 __m128i abcd, abcd_save, e0, e0_save, e1, msg0, msg1, msg2, msg3; in sha1_hw_process_block() local
538 e1 = abcd; in sha1_hw_process_block()
544 e1 = _mm_sha1nexte_epu32 (e1, msg1); in sha1_hw_process_block()
546 abcd = _mm_sha1rnds4_epu32 (abcd, e1, 0); in sha1_hw_process_block()
553 e1 = abcd; in sha1_hw_process_block()
561 e1 = _mm_sha1nexte_epu32 (e1, msg3); in sha1_hw_process_block()
564 abcd = _mm_sha1rnds4_epu32 (abcd, e1, 0); in sha1_hw_process_block()
570 e1 = abcd; in sha1_hw_process_block()
577 e1 = _mm_sha1nexte_epu32 (e1, msg1); in sha1_hw_process_block()
580 abcd = _mm_sha1rnds4_epu32 (abcd, e1, 1); in sha1_hw_process_block()
[all …]
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()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsha1.c507 __m128i abcd, abcd_save, e0, e0_save, e1, msg0, msg1, msg2, msg3; in sha1_hw_process_block() local
538 e1 = abcd; in sha1_hw_process_block()
544 e1 = _mm_sha1nexte_epu32 (e1, msg1); in sha1_hw_process_block()
546 abcd = _mm_sha1rnds4_epu32 (abcd, e1, 0); in sha1_hw_process_block()
553 e1 = abcd; in sha1_hw_process_block()
561 e1 = _mm_sha1nexte_epu32 (e1, msg3); in sha1_hw_process_block()
564 abcd = _mm_sha1rnds4_epu32 (abcd, e1, 0); in sha1_hw_process_block()
570 e1 = abcd; in sha1_hw_process_block()
577 e1 = _mm_sha1nexte_epu32 (e1, msg1); in sha1_hw_process_block()
580 abcd = _mm_sha1rnds4_epu32 (abcd, e1, 1); in sha1_hw_process_block()
[all …]
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()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-visium.c1014 expressionS e1; in md_assemble() local
1020 e1.X_op = O_absent; in md_assemble()
1199 str = parse_exp (str, &e1); in md_assemble()
1201 if (e1.X_op != O_absent && *str == ',') in md_assemble()
1203 int eam_op = e1.X_add_number; in md_assemble()
1386 str = parse_exp (str, &e1); in md_assemble()
1387 if (e1.X_op == O_constant) in md_assemble()
1389 int imm = e1.X_add_number; in md_assemble()
1428 str = parse_exp (str, &e1); in md_assemble()
1429 if (e1.X_op == O_constant) in md_assemble()
[all …]
Dtc-csky.c288 expressionS e1; member
3591 *oper = parse_exp (*oper, &csky_insn.e1); in get_operand_value()
3592 if (csky_insn.e1.X_op == O_constant) in get_operand_value()
3595 if (csky_insn.e1.X_add_number & 0x7) in get_operand_value()
3601 = (csky_insn.e1.X_add_number >> 3) - 2; in get_operand_value()
3808 *oper = parse_exp (curr, &csky_insn.e1); in get_operand_value()
3903 *oper = parse_rt (*oper, 1, &csky_insn.e1, -1); in get_operand_value()
3913 *oper = parse_rt (*oper, 0, &csky_insn.e1, -1); in get_operand_value()
3916 *oper = parse_rtf (*oper, 0, &csky_insn.e1); in get_operand_value()
3927 *oper = parse_fexp (*oper, &csky_insn.e1, 1, &dbnum); in get_operand_value()
[all …]
/netbsd/src/lib/libc/gdtoa/
Dstrtodg.c333 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
528 e1 = e -= nf;
567 e1 -= e;
577 e1 -= i;
597 e1 -= e2;
605 e1 -= e;
610 e1 += nd - k;
615 if (e1 > 0) {
616 if ( (i = e1 & 15) !=0)
618 if (e1 &= ~15) {
[all …]
Dstrtod.c100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
332 e1 = e -= nf;
424 e1 += nd - k;
448 if (e1 > 0) {
449 if ( (i = e1 & 15) !=0)
451 if (e1 &= ~15) {
452 if (e1 > DBL_MAX_10_EXP) {
493 e1 = (unsigned int)e1 >> 4;
494 for(j = 0; e1 > 1; j++, e1 = (unsigned int)e1 >> 1)
495 if (e1 & 1)
[all …]
DstrtoIg.c46 Long e1; local
56 e1 = exp[0];
84 if (++e1 > fpi->emax)
99 e1 = fpi->emax;
113 if (e1 == fpi->emin) {
125 --e1;
136 exp[0] = e1;
142 exp[1] = e1;
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
D2084.md32 (define_reservation "x-e1-st" "(x_e1_s | x_e1_t)")
34 (define_reservation "x-e1-np" "(x_e1_r + x_e1_s + x_e1_t)")
67 "x-e1-st,x-wr-st")
73 "x-e1-st,x-wr-st")
78 "x-e1-st,x-wr-st")
83 "x-e1-st,x-wr-st")
88 "x-e1-st,x-wr-st")
93 "x-e1-st+x-mem,x-wr-st")
98 "x-e1-st+x_store_tok,x-wr-st")
108 "x-e1-np*5,x-wr-np")
[all …]
/netbsd/src/tests/ipf/input/
Df113 in on e1 tcp 2.1.2.2,23 1.1.1.1,2 SA seq=101 ack=2
4 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 SA seq=101 ack=2
7 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 A seq=102 ack=2
8 in on e1 tcp 2.1.2.2,25 1.1.1.1,1 A seq=102 ack=2
12 in on e1 udp 1.1.1.1,1 4.4.4.4,53
13 in on e1 udp 2.2.2.2,2 4.4.4.4,53
Dl111 #in on e1 tcp 2.1.2.2,25 1.1.1.1,1025 AS
16 #in on e1 tcp 2.1.2.2,25 1.1.1.1,1025 A
17 [out,e1] 4500 0028 0000 4000 3f06 35cb 0202 0202 0101 0101
35 #in on e1 udp 1.1.1.1,1 4.4.4.4,53
40 #in on e1 udp 2.2.2.2,2 4.4.4.4,53
45 #in on e1 udp 2.2.2.2,2 4.4.4.4,53
/netbsd/src/external/lgpl3/mpfr/dist/src/
Ddigamma.c120 mpfr_exp_t e1, expv, expx, q; in mpfr_digamma_reflection() local
162 e1 = MPFR_GET_EXP(t) - (mpfr_exp_t) p + 1; /* bound for t: err(t) <= 2^e1 */ in mpfr_digamma_reflection()
166 e1 = e1 + 2 * MPFR_EXP(t) + 1; in mpfr_digamma_reflection()
168 e1 = e1 + 1; in mpfr_digamma_reflection()
170 e1 += (mpfr_exp_t) p - MPFR_EXP(t); /* error is now 2^e1 ulps */ in mpfr_digamma_reflection()
172 e1 ++; in mpfr_digamma_reflection()
179 e1 += MPFR_EXP(t) - MPFR_EXP(v); /* scale error for t wrt new v */ in mpfr_digamma_reflection()
181 if (expv - MPFR_EXP(v) - 1 > e1) in mpfr_digamma_reflection()
182 e1 = expv - MPFR_EXP(v) - 1; in mpfr_digamma_reflection()
184 e1 ++; in mpfr_digamma_reflection()
[all …]
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_EMAX_MAX) in mpfr_agm()
169 scaleop = - (((e1 + e2) - MPFR_EMAX_MAX + 1) / 2); in mpfr_agm()
179 MPFR_ASSERTN (e1 > MPFR_EMIN_MIN); in mpfr_agm()
201 MPFR_ASSERTN (e1 <= e2 && e2 <= 0); in mpfr_agm()
202 scaleop = (MPFR_EMIN_MIN + 2 - e1 - e2) / 2; in mpfr_agm()
206 MPFR_ALIAS (sc1, op1, MPFR_SIGN (op1), e1 + scaleop); in mpfr_agm()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
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()
/netbsd/src/external/lgpl3/mpc/dist/src/
Dacos.c31 mpfr_exp_t e1, e2; in mpc_acos() local
206 e1 = 1; /* Exp(pi_over_2) */ in mpc_acos()
216 e1 = e1 >= e2 ? e1 + 1 : e2 + 1; in mpc_acos()
218 e1 -= mpfr_get_exp (mpc_realref(z1)); in mpc_acos()
220 e1 = e1 <= 0 ? 0 : e1; in mpc_acos()
224 if (mpfr_can_round (mpc_realref(z1), p - e1, MPFR_RNDN, MPFR_RNDZ, in mpc_acos()
/netbsd/src/games/trek/
Dschedule.c96 reschedule(struct event *e1, double offset) in reschedule() argument
101 e = e1; in reschedule()
121 unschedule(struct event *e1) in unschedule() argument
125 e = e1; in unschedule()
166 xresched(struct event *e1, int ev1, int factor) in xresched() argument
173 e = e1; in xresched()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Drl78-decode.opc209 /** 0000 1101 add %0, %e1 */
212 /** 0110 0001 1000 000 add %0, %e1 */
218 /** 0110 0001 1000 0010 add %0, %e1 */
241 /** 0001 1101 addc %0, %e1 */
244 /** 0110 0001 1001 0000 addc %0, %e1 */
247 /** 0110 0001 1001 0010 addc %0, %e1 */
293 /** 0101 1101 and %0, %e1 */
296 /** 0110 0001 1101 0000 and %0, %e1 */
302 /** 0110 0001 1101 0010 and %0, %e1 */
322 /** 0111 0001 1bit 0101 and1 cy, %e1 */
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Drl78-decode.opc209 /** 0000 1101 add %0, %e1 */
212 /** 0110 0001 1000 000 add %0, %e1 */
218 /** 0110 0001 1000 0010 add %0, %e1 */
241 /** 0001 1101 addc %0, %e1 */
244 /** 0110 0001 1001 0000 addc %0, %e1 */
247 /** 0110 0001 1001 0010 addc %0, %e1 */
293 /** 0101 1101 and %0, %e1 */
296 /** 0110 0001 1101 0000 and %0, %e1 */
302 /** 0110 0001 1101 0010 and %0, %e1 */
322 /** 0111 0001 1bit 0101 and1 cy, %e1 */
[all …]
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_mkexrc.c85 goto e1; in ex_mkexrc()
87 goto e1; in ex_mkexrc()
89 goto e1; in ex_mkexrc()
91 goto e1; in ex_mkexrc()
100 e1: sverrno = errno; in ex_mkexrc()
/netbsd/src/usr.bin/infocmp/
Dinfocmp.c354 TIENT *e1, *e2, ee; in compare_ents() local
370 e1 = &ents1[i1++]; in compare_ents()
373 e1 = &ents1[i1++]; in compare_ents()
375 ee.id = e1->id; in compare_ents()
376 ee.type = e1->type; in compare_ents()
378 e1 = &ee; in compare_ents()
383 switch (e1->type) { in compare_ents()
386 if (e1->flag == e2->flag) in compare_ents()
390 if (e1->flag == e2->flag) in compare_ents()
395 if (e1->num == e2->num) in compare_ents()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Ddiv.md343 rtx e1 = gen_reg_rtx (RFmode);
365 /* e1 = e + (e * e) */
366 emit_insn (gen_m2addrf4_cond (e1, cond, e, e, e, zero, status1, trunc_off));
367 /* q1 = single(q + (q * e1)) */
368 emit_insn (gen_m2addrf4_cond (q1, cond, q, q, e1, zero, status1, trunc_sgl));
369 /* y1 = y + (y * e1) */
370 emit_insn (gen_m2addrf4_cond (y1, cond, y, y, e1, zero, status1, trunc_off));
411 rtx e1 = gen_reg_rtx (RFmode);
433 /* e1 = e * e */
434 emit_insn (gen_mulrf3_cond (e1, cond, e, e, zero, status1, trunc_off));
[all …]

1234567891011