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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c65 #define etGENERIC 4 /* Floating or exponential, depending on exponent. %g */ macro
124 { 'g', 0, 1, etGENERIC, "e", 0 },
125 { 'G', 0, 1, etGENERIC, "E", 0 },
392 case etGENERIC:
405 if( infop->type==etGENERIC && precision>0 ) precision--;
430 ** If the field type is etGENERIC, then convert to either etEXP
438 if( xtype==etGENERIC ){
470 }else{ /* etEXP or etGENERIC */

Completed in 45 milliseconds