Home
last modified time | relevance | path

Searched refs:etFLOAT (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c19 #define etFLOAT 1 /* Floating point. %f */ macro
86 { 'f', 0, 1, etFLOAT, 0, 0 },
520 case etFLOAT: in sqlite3_str_vappendf()
548 if( xtype==etFLOAT ){ in sqlite3_str_vappendf()
585 if( xtype!=etFLOAT ){ in sqlite3_str_vappendf()
595 xtype = etFLOAT; in sqlite3_str_vappendf()