Home
last modified time | relevance | path

Searched refs:OPSLASH (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dgram.expr25 { $$ = mkexpr(OPSLASH, $1, $3); }
115 { $$ = mkexpr(OPSLASH, $1, $3); }
H A Dexpr.c477 case OPSLASH:
1330 case OPSLASH:
1360 e = mkexpr(OPSLASH, lp->b_expr.rightp, rp);
1533 case OPSLASH:
1867 consbinop(OPSLASH, type, &x, powp, &(ap->b_const.fconst));
1953 case OPSLASH:
2103 p->b_expr.leftp = lp = fixexpr(mkexpr(OPSLASH, MKICON(1), lp));
H A Ddefines.h148 #define OPSLASH 4 macro
H A Dputscj.c408 case OPSLASH: in putx()
793 case OPSLASH: in putcx1()
800 mkexpr(OPSLASH, realpart(lp), cpexpr(rp)) ); in putcx1()
803 mkexpr(OPSLASH, imagpart(lp), cpexpr(rp)) ); in putcx1()