Lines Matching refs:etEXP
25878 #define etEXP 2 /* Exponentional notation. %e and %E */
25945 { 'e', 0, 1, etEXP, 30, 0 },
25946 { 'E', 0, 1, etEXP, 14, 0 },
26316 case etEXP:
26362 ** If the field type is etGENERIC, then convert to either etEXP
26372 xtype = etEXP;
26380 if( xtype==etEXP ){
26435 if( xtype==etEXP ){