Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.cpp83 #define bitSection(x, mask, shift) (((x) & (mask)) >> (shift)) macro
416 x = bitSection (x, 0xFFFF0000, 16); in highestSetBit()
421 x = bitSection (x, 0xFF00, 8); in highestSetBit()
426 x = bitSection (x, 0xF0, 4); in highestSetBit()
487 x = bitSection (x, 0xFFFF0000, 16); in lowestSetBit()
492 x = bitSection (x, 0xFF00, 8); in lowestSetBit()
497 x = bitSection (x, 0xF0, 4); in lowestSetBit()