Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.cpp36 #define bitSection(x, mask, shift) (((x) & (mask)) >> (shift)) macro
300 x = bitSection (x, 0xFFFF0000, 16); in highestSetBit()
305 x = bitSection (x, 0xFF00, 8); in highestSetBit()
310 x = bitSection (x, 0xF0, 4); in highestSetBit()
345 x = bitSection (x, 0xFFFF0000, 16); in lowestSetBit()
350 x = bitSection (x, 0xFF00, 8); in lowestSetBit()
355 x = bitSection (x, 0xF0, 4); in lowestSetBit()