Home
last modified time | relevance | path

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

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c28962 #define SXFMT_GENERIC 4 /* Floating or exponential, depending on exponent.%g */ macro
29051 { 'g', 0, SXFLAG_SIGNED, SXFMT_GENERIC, "e", 0 }, in InternFormat()
29052 { 'G', 0, SXFLAG_SIGNED, SXFMT_GENERIC, "E", 0 }, in InternFormat()
29282 case SXFMT_GENERIC: in InternFormat()
29295 if( infop->type==SXFMT_GENERIC && precision>0 ) precision--; in InternFormat()
29328 if( xtype==SXFMT_GENERIC ){ in InternFormat()