Home
last modified time | relevance | path

Searched refs:TYREAL (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dintr.c63 { "real", { INTRCONV, TYREAL }, },
69 { "float", { INTRCONV, TYREAL }, },
71 { "sngl", { INTRCONV, TYREAL }, },
77 { "amax0", { INTRMAX, TYREAL }, },
79 { "amax1", { INTRMAX, TYREAL }, },
91 { "amin0", { INTRMIN, TYREAL }, },
93 { "amin1", { INTRMIN, TYREAL }, },
108 { "cabs", { INTRSPEC, TYREAL, 12 }, },
112 { "amod", { INTRSPEC, TYREAL, 16 }, },
129 { "aimag", { INTRSPEC, TYREAL, 31 }, },
[all …]
H A Dput.c117 q->vtype += (TYREAL-TYCOMPLEX); in realpart()
131 q->vtype += (TYREAL-TYCOMPLEX); in imagpart()
168 case TYREAL: in putconst()
247 case TYREAL: in putconst()
248 type = TYREAL; in putconst()
H A Dexpr.c488 if(ptype==TYDREAL && ( (ltype==TYREAL && ! ISCONST(lp) ) ||
489 (rtype==TYREAL && ! ISCONST(rp) ) ))
511 if(mtype==TYDREAL && ( (ltype==TYREAL && ! ISCONST(lp)) ||
512 (rtype==TYREAL && ! ISCONST(rp)) ))
1783 case TYREAL:
1791 case TYREAL:
1820 case TYREAL:
1849 case TYREAL:
1908 case TYREAL:
1925 case TYREAL:
[all …]
H A Dftypes.h50 #define TYREAL 4 macro
H A Ddata.c293 type = TYREAL;
294 case TYREAL:
H A Dgram.expr87 | SRCON { $$ = mkrealcon(TYREAL, convcd(toklen, token)); }
H A Ddefines.h242 #define MSKREAL M(TYREAL)|M(TYDREAL)
H A Dinit.c254 setimpl(TYREAL, (ftnint) 0, 'a', 'z'); in procinit()
H A Dgram.dcl35 | SREAL { $$ = TYREAL; }
H A Dproc.c283 case TYREAL:
737 case TYREAL:
H A Dio.c480 type -= (TYCOMPLEX-TYREAL);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dflocal.c121 fprintf(fp, "\t%s\t0f%e\n", (type==TYREAL ? ".float" : ".double"), x); in prconr()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dflocal.c121 fprintf(fp, "\t%s\t0f%e\n", (type==TYREAL ? ".float" : ".double"), x); in prconr()