Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dbitset.h240 inline int MostSignificantBitPosition32Fast(uint32_t n) { in MostSignificantBitPosition32Fast() function
275 return MostSignificantBitPosition32Fast(n); in MostSignificantBitPosition32()