Home
last modified time | relevance | path

Searched refs:FREAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h179 #define FREAL 0x80 /* Node has real type */ macro
193 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))
194 #define isreal(f) ((f)&(FREAL|FVREAL))
H A Dawk3.c316 np->n_flags = FREAL|FVREAL; in realnode()
826 if (np->n_flags & FREAL) in exprint()
855 if (np->n_flags & FREAL) in exprreal()
1153 if (np->n_flags & FREAL) in exprreduce()
1251 type = FREAL; in arithmetic()
1260 type = FREAL; in arithmetic()
1285 type = FREAL; in arithmetic()
1308 type = FREAL; in arithmetic()