Searched refs:FREAL (Results 1 – 2 of 2) sorted by relevance
181 #define FREAL 0x80 /* Node has real type */ macro195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))196 #define isreal(f) ((f)&(FREAL|FVREAL))
318 np->n_flags = FREAL|FVREAL; in realnode()827 if (np->n_flags & FREAL) in exprint()856 if (np->n_flags & FREAL) in exprreal()1154 if (np->n_flags & FREAL) in exprreduce()1254 type = FREAL; in arithmetic()1263 type = FREAL; in arithmetic()1288 type = FREAL; in arithmetic()1311 type = FREAL; in arithmetic()