Searched refs:DOT (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-reduc-dot-u8b.c8 #define DOT 43680 macro
40 if (dot != DOT)
H A Dwrapv-vect-reduc-dot-s8b.c8 #define DOT -21856 macro
41 if (dot != DOT)
H A Dvect-reduc-dot-s16a.c7 #define DOT 43680 macro
46 if (dot != DOT)
H A Dvect-reduc-dot-s16b.c8 #define DOT 43680 macro
46 if (dot != DOT)
H A Dvect-reduc-dot-u8a.c8 #define DOT 43680 macro
45 if (dot != DOT)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dxc16x-opc.c2105 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2111 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2117 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2123 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2375 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2381 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2387 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2393 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2399 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2405 { { MNEM, ' ', OP (REG8), OP (DOT), O
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dxc16x-opc.c2105 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2111 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2117 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2123 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2375 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2381 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2387 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2393 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2399 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2405 { { MNEM, ' ', OP (REG8), OP (DOT), O
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/at/
H A Dparsetime.c31 * /NUMBER [DOT NUMBER] [AM|PM]\ /[MONTH NUMBER [NUMBER]] \
65 NUMBER, PLUS, DOT, SLASH, ID, JUNK, enumerator in enum:__anon9774
274 return sc_tokid = DOT;
357 * [NUMBER [DOT NUMBER] [AM|PM]]
371 * a HHMM time, otherwise it's HH DOT MM time
373 if (token() == DOT) {
522 if (sc_tokid == SLASH || sc_tokid == DOT) {
537 if (sep == DOT) {
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/pdfmark/
H A Dpdfroff.sh524 DOT='^\.[ ]*'
527 CS_FILTER="$STREAM $SED -n '/${DOT}${CS_MACRO}/,/${DOT}${CE_MACRO}/p'"
/netbsd-6-1-5-RELEASE/dist/dhcp/dhcpctl/
H A Domshell.c255 if (token != DOT)
267 if (token != DOT)
279 if (token != DOT)
477 else if (token == DOT) {
493 if (token != DOT)
495 /* DOT is zero. */
497 (unsigned *)0, cfile)) == DOT)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm2-exp.y197 %right '^' DOT '[' '('
323 exp : exp DOT NAME
357 non_empty_arglist ']' %prec DOT
371 arglist ')' %prec DOT
871 return DOT;
H A Dm2-exp.c100 DOT = 302, enumerator in enum:yytokentype
149 #define DOT 302 macro
534 "'/'", "MOD", "DIV", "UNARY", "'^'", "'['", "'('", "DOT", "'~'", "NOT",
2411 return DOT;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c111 #define DOT '.' macro
685 (diff >= 1 && pend[-1] == DOT) &&
686 (diff >= 2 && (pend[-2] == SLASH || pend[-2] == DOT)) &&
807 * Initial DOT must be matched literally, unless we have
811 if (dp->d_name[0] == DOT && *pattern != DOT)
817 (dp->d_name[0] == DOT) &&
819 ((dp->d_name[1] == DOT) && (dp->d_name[2] == EOS))))
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhctoken.h37 DOT = '.', enumerator in enum:dhcp_token
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvi.c56 #define DOT (&VIP(sp)->sdot) macro
121 * DOT command.
157 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) {
284 *DOT = cmd;
285 F_SET(DOT, VC_ISDOT);
293 F_SET(DOT, VC_C1SET);
296 F_CLR(DOT, VM_COMMASK | VM_RCM_MASK);
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Db.c51 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
56 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
755 case DOT:
757 return (unary(op2(DOT, NIL, NIL)));
794 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(':
884 case '.': return DOT;
970 || (k == DOT && c != 0 && c != HAT)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c3066 p = buildtree(ASSIGN, structref(ccopy(q), DOT, real), r);
3067 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i));
3076 structref(ccopy(q), DOT, real),
3079 structref(ccopy(q), DOT, imag),
3099 r = structref(r, DOT, ISITY(l->n_type) ? imag : real);
3157 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3159 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3166 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3170 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3179 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, rea
[all...]
H A Dcgram.y744 if ($1 != DOT)
749 if ($1 != DOT)
1699 if (f == DOT)
2024 case DOT:
H A Dpass1.h583 #define DOT (MAXOP+4) macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c3100 p = buildtree(ASSIGN, structref(ccopy(q), DOT, real), r);
3101 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i));
3110 structref(ccopy(q), DOT, real),
3113 structref(ccopy(q), DOT, imag),
3133 r = structref(r, DOT, ISITY(l->n_type) ? imag : real);
3191 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3193 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3200 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3204 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3213 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, rea
[all...]
H A Dcgram.y853 if ($1 != DOT)
858 if ($1 != DOT)
1857 if (f == DOT)
2183 case DOT:
2258 } else if (p1->n_op == DOT || p1->n_op == STREF) {
2269 if (p1->n_op == DOT)
H A Dpass1.h587 #define DOT (MAXOP+4) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h110 OP(DOT, ".") \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/include/
H A Dcpplib.h115 OP(DOT, ".") \
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dconfpars.c2244 if (!parse_numeric_aggregate (cfile, addr, &len, DOT, 10, 8)) {
2260 if (!parse_numeric_aggregate (cfile, addr, &len, DOT, 10, 8)) {
2546 if (!parse_numeric_aggregate (cfile, addr, &len, DOT, 10, 8)) {
3113 if (!parse_numeric_aggregate (cfile, addr, &len, DOT, 10, 8))
3124 if (!parse_numeric_aggregate (cfile, addr, &len, DOT, 10, 8))

Completed in 472 milliseconds

12