Searched refs:etEXP (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c19388 #define etEXP 3 /* Exponentional notation. %e and %E */ macro
19455 { 'e', 0, 1, etEXP, 30, 0 },
19456 { 'E', 0, 1, etEXP, 14, 0 },
19764 case etEXP:
19815 ** If the field type is etGENERIC, then convert to either etEXP
19825 xtype = etEXP;
19833 if( xtype==etEXP ){
19887 if( xtype==etEXP ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19388 #define etEXP 3 /* Exponentional notation. %e and %E */ macro
19455 { 'e', 0, 1, etEXP, 30, 0 },
19456 { 'E', 0, 1, etEXP, 14, 0 },
19764 case etEXP:
19815 ** If the field type is etGENERIC, then convert to either etEXP
19825 xtype = etEXP;
19833 if( xtype==etEXP ){
19887 if( xtype==etEXP ){
[all...]

Completed in 2083 milliseconds