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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1553 static double estLog(double N){ function
1685 rTotal, rTotal+nRow*estLog(nRow)));
1686 rTotal += nRow*estLog(nRow);
1765 logN = estLog(nTableRow);
2224 rCost += estLog(rCost)*rCost;
2988 log10N = estLog(aiRowEst[0]);
3021 cost += nRow*estLog(nRow)*3;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c99207 static double estLog(double N){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c112390 static LogEst estLog(LogEst N){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c112410 static LogEst estLog(LogEst N){ function
[all...]

Completed in 470 milliseconds