Lines Matching refs:etGENERIC
18295 #define etGENERIC 4 /* Floating or exponential, depending on exponent. %g */
18349 { 'g', 0, 1, etGENERIC, 30, 0 },
18363 { 'G', 0, 1, etGENERIC, 14, 0 },
18694 case etGENERIC:
18709 if( xtype==etGENERIC && precision>0 ) precision--;
18745 ** If the field type is etGENERIC, then convert to either etEXP
18753 if( xtype==etGENERIC ){