Searched refs:etGENERIC (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 21 #define etGENERIC 3 /* Floating or exponential, depending on exponent. %g */ macro 75 { 'g', 0, 1, etGENERIC, 30, 0 }, 89 { 'G', 0, 1, etGENERIC, 14, 0 }, 522 case etGENERIC: in sqlite3_str_vappendf() 543 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3_str_vappendf() 589 if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
|