Home | History | Annotate | Download | only in orig

Lines Matching refs:etFLOAT

20551 #define etFLOAT       2 /* Floating point.  %f */
20618 { 'f', 0, 1, etFLOAT, 0, 0 },
20958 case etFLOAT:
20980 if( xtype==etFLOAT ) realvalue += rounder;
21012 ** or etFLOAT, as appropriate.
21014 if( xtype!=etFLOAT ){
21024 xtype = etFLOAT;