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

/external/chromium_org/v8/src/
H A Dmisc-intrinsics.h15 // index 0. (1 << IntegerLog2(x)) is a mask for the most significant bit of x.
17 int IntegerLog2(uint32_t value);
21 inline int IntegerLog2(uint32_t value) { function in namespace:v8::internal
29 inline int IntegerLog2(uint32_t value) { function in namespace:v8::internal
39 inline int IntegerLog2(uint32_t value) { function in namespace:v8::internal
H A Druntime.cc7667 int x_log2 = IntegerLog2(x_scaled);
7671 int y_log2 = IntegerLog2(y_scaled);

Completed in 638 milliseconds