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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18936 #define etFLOAT 2 /* Floating point. %f */ macro
19003 { 'f', 0, 1, etFLOAT, 0, 0 },
19339 case etFLOAT:
19364 if( xtype==etFLOAT ) realvalue += rounder;
19393 ** or etFLOAT, as appropriate.
19396 if( xtype!=etFLOAT ){
19406 xtype = etFLOAT;
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24678 #define etFLOAT 1 /* Floating point. %f */ macro
24745 { 'f', 0, 1, etFLOAT, 0, 0 },
25109 case etFLOAT:
25132 if( xtype==etFLOAT ) realvalue += rounder;
25159 ** or etFLOAT, as appropriate.
25161 if( xtype!=etFLOAT ){
25171 xtype = etFLOAT;
[all...]

Completed in 689 milliseconds