Searched defs:doubleToInt64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbemem.c320 static i64 doubleToInt64(double r){ function
368 return doubleToInt64(pMem->r);
414 pMem->u.i = doubleToInt64(pMem->r);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c56285 static i64 doubleToInt64(double r){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c61161 static i64 doubleToInt64(double r){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c61181 static i64 doubleToInt64(double r){ function
[all...]

Completed in 539 milliseconds