|
libcommonc++
0.7
|
This is the complete list of members for Numeric, including all inherited members.
| countLeadingZeroes(uint32_t value) | Numeric | static |
| countLeadingZeroes(uint64_t value) | Numeric | static |
| countSetBits(uint32_t value) | Numeric | static |
| countSetBits(uint64_t value) | Numeric | static |
| countTrailingZeroes(uint32_t value) | Numeric | static |
| countTrailingZeroes(uint64_t value) | Numeric | static |
| leastSignificantSetBit(uint32_t value) | Numeric | static |
| leastSignificantSetBit(uint64_t value) | Numeric | static |
| mostSignificantSetBit(uint32_t value) | Numeric | static |
| mostSignificantSetBit(uint64_t value) | Numeric | static |
| nextPowerOf2(uint32_t value) | Numeric | static |