Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-numbers.cc268 int x_log2 = 31 - base::bits::CountLeadingZeros32(x_scaled); in RUNTIME_FUNCTION() local
269 int x_log10 = ((x_log2 + 1) * 1233) >> 12; in RUNTIME_FUNCTION()