Home
last modified time | relevance | path

Searched refs:ISFTY (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h623 #define ISFTY(x) ((x) >= FLOAT && (x) <= LDOUBLE) macro
H A Dpftn.c1871 !ISFTY(tc.type)) in typenode()
3009 if (!ISFTY(t)) in maxtyp()
3316 } else if (ISFTY(q->n_type) || ISITY(q->n_type)) { /* real or imag */ in cxret()
3317 p = structref(p, DOT, ISFTY(q->n_type) ? real : imag); in cxret()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h680 #define ISFTY(x) ((x) >= FLOAT && (x) <= LDOUBLE) macro
H A Dpftn.c1873 !ISFTY(tc.type)) in typenode()
3069 if (!ISFTY(t)) in maxtyp()
3467 p = structref(p, DOT, ISFTY(dt) ? real : imag); in cxargfixup()
H A Dgcc_compat.c943 if (ISFTY(p1->n_type)) in timodeassign()
H A Dbuiltins.c588 else if (ISFTY(t)) in builtin_classify_type()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c628 ISFTY(ip->ip_node->n_type)) in pass1_lastchance()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c1305 ISFTY(ip->ip_node->n_type))