Home | History | Annotate | Download | only in orig

Lines Matching refs:etGENERIC

20553 #define etGENERIC     4 /* Floating or exponential, depending on exponent. %g */
20607 { 'g', 0, 1, etGENERIC, 30, 0 },
20621 { 'G', 0, 1, etGENERIC, 14, 0 },
20960 case etGENERIC:
20978 if( xtype==etGENERIC && precision>0 ) precision--;
21011 ** If the field type is etGENERIC, then convert to either etEXP
21018 if( xtype==etGENERIC ){