HomeSort by relevance Sort by last modified time
    Searched defs:etEXP (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 61 #define etEXP 3 /* Exponentional notation. %e and %E */
128 { 'e', 0, 1, etEXP, 30, 0 },
129 { 'E', 0, 1, etEXP, 14, 0 },
464 case etEXP:
516 ** If the field type is etGENERIC, then convert to either etEXP
519 flag_exp = xtype==etEXP;
527 xtype = etEXP;
535 if( xtype==etEXP ){
581 if( flag_exp || xtype==etEXP ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 195 milliseconds