doubleToInt64    56333 third_party/sqlite/amalgamation/sqlite3.c     return doubleToInt64(pMem->r);
doubleToInt64    56379 third_party/sqlite/amalgamation/sqlite3.c   pMem->u.i = doubleToInt64(pMem->r);
doubleToInt64     368 third_party/sqlite/src/src/vdbemem.c     return doubleToInt64(pMem->r);
doubleToInt64     414 third_party/sqlite/src/src/vdbemem.c   pMem->u.i = doubleToInt64(pMem->r);