Searched refs:isreal (Results 1 – 2 of 2) sorted by relevance
1252 if (isreal(left->n_flags) || in arithmetic()1260 if (isreal(right->n_flags) || in arithmetic()1376 } else if (isreal(tl) || isreal(tr)) { in comparison()1407 if (isreal(tl) || isreal(tr)) { in comparison()2087 if (isreal(t)) { in exprtest()
196 #define isreal(f) ((f)&(FREAL|FVREAL)) macro