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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c64 #define etEXP 3 /* Exponentional notation. %e and %E */ macro
122 { 'e', 0, 1, etEXP, "e", 0 },
123 { 'E', 0, 1, etEXP, "E", 0 },
391 case etEXP:
430 ** If the field type is etGENERIC, then convert to either etEXP
433 flag_exp = xtype==etEXP;
441 xtype = etEXP;
450 ** The "exp+precision" test causes output to be of type etEXP if
470 }else{ /* etEXP or etGENERIC */

Completed in 59 milliseconds