Lines Matching defs:x
57 int sqlite3IsNaN(double x){ in sqlite3IsNaN()
326 int c, x; in sqlite3StrICmp() local
377 static const LONGDOUBLE_TYPE x[] = { in sqlite3Pow10() local
641 u64 x; in sqlite3Int64ToText() local
898 int x = 0; in sqlite3Atoi() local
1299 u32 x; in sqlite3Get4byte() local
1497 int sqlite3AbsInt32(int x){ in sqlite3AbsInt32()
1541 static const unsigned char x[] = { in sqlite3LogEstAdd() local
1567 LogEst sqlite3LogEst(u64 x){ in sqlite3LogEst()
1590 LogEst sqlite3LogEstFromDouble(double x){ in sqlite3LogEstFromDouble()
1604 u64 sqlite3LogEstToInt(LogEst x){ in sqlite3LogEstToInt()