Lines Matching refs:etGENERIC
18288 #define etGENERIC 4 /* Floating or exponential, depending on exponent. %g */
18342 { 'g', 0, 1, etGENERIC, 30, 0 },
18356 { 'G', 0, 1, etGENERIC, 14, 0 },
18687 case etGENERIC:
18702 if( xtype==etGENERIC && precision>0 ) precision--;
18738 ** If the field type is etGENERIC, then convert to either etEXP
18746 if( xtype==etGENERIC ){