Searched refs:FVREAL (Results 1 – 2 of 2) sorted by relevance
185 #define FVREAL 0x800 /* Node looks like a real number */ macro195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))196 #define isreal(f) ((f)&(FREAL|FVREAL))
318 np->n_flags = FREAL|FVREAL; in realnode()1253 (isstring(left->n_flags) && (type_of(left)&FVREAL))) { in arithmetic()1261 (isstring(right->n_flags) && (type_of(right)&FVREAL))) { in arithmetic()1524 return (FSTRING|FVREAL); in type_of()