Searched refs:log10N (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2758 double log10N; /* base-10 logarithm of nRow (inexact) */ local
2988 log10N = estLog(aiRowEst[0]);
2997 cost += (nInMul + nRow)*log10N;
3003 cost += nInMul*log10N;
3010 cost += nInMul*log10N;
3087 " notReady=0x%llx log10N=%.1f nRow=%.1f cost=%.1f used=0x%llx\n",
3090 notReady, log10N, nRow, cost, used
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100412 double log10N; /* base-10 logarithm of nRow (inexact) */ local
[all...]

Completed in 369 milliseconds