Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk.h181 #define FREAL 0x80 /* Node has real type */ macro
195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))
196 #define isreal(f) ((f)&(FREAL|FVREAL))
H A Dawk3.c318 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()