Searched refs: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.c56464 static i64 doubleToInt64(double r){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c58664 static i64 doubleToInt64(double r){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c58692 static i64 doubleToInt64(double r){ function
[all...]

Completed in 464 milliseconds