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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc337 double truelog = log(e) / log(2.0); // log_2(e) local
340 max(truelog/fastlog-1, fastlog/truelog-1));
342 // << StringPrintf("d = %f, e=%f, truelog = %f, fastlog= %f\n",
343 // d, e, truelog, fastlog);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc337 double truelog = log(e) / log(2.0); // log_2(e) local
340 max(truelog/fastlog-1, fastlog/truelog-1));
342 // << StringPrintf("d = %f, e=%f, truelog = %f, fastlog= %f\n",
343 // d, e, truelog, fastlog);

Completed in 107 milliseconds