Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dprintf.test3697 sqlite3_mprintf_hexdouble %.20f 4024000000000000
3700 sqlite3_mprintf_hexdouble %.20f 4197d78400000000
3703 sqlite3_mprintf_hexdouble %.20f 4693b8b5b5056e17
3706 sqlite3_mprintf_hexdouble %.20f 7ff0000000000000
3709 sqlite3_mprintf_hexdouble %.20f fff0000000000000
3712 sqlite3_mprintf_hexdouble %.20f fff8000000000000
3715 sqlite3_mprintf_hexdouble %2147483648.10000f 4693b8b5b5056e17
/sqlite-3.40.0/src/
H A Dtest1.c1494 static int SQLITE_TCLAPI sqlite3_mprintf_hexdouble( in sqlite3_mprintf_hexdouble() function
8545 { "sqlite3_mprintf_hexdouble", (Tcl_CmdProc*)sqlite3_mprintf_hexdouble}, in Sqlitetest1_Init()