Home
last modified time | relevance | path

Searched refs:y_log2 (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-numbers.cc272 int y_log2 = 31 - base::bits::CountLeadingZeros32(y_scaled); in RUNTIME_FUNCTION() local
273 int y_log10 = ((y_log2 + 1) * 1233) >> 12; in RUNTIME_FUNCTION()