Home
last modified time | relevance | path

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

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c12069 #define JX9_FMT_EXP 3 /* Exponentional notation.%e and %E */ macro
12138 { 'e', 0, JX9_FMT_FLAG_SIGNED, JX9_FMT_EXP, "e", 0 },
12139 { 'E', 0, JX9_FMT_FLAG_SIGNED, JX9_FMT_EXP, "E", 0 },
12421 case JX9_FMT_EXP: in jx9InputFormat()
12475 flag_exp = xtype==JX9_FMT_EXP; in jx9InputFormat()
12483 xtype = JX9_FMT_EXP; in jx9InputFormat()