Searched refs:highestPowerBelowUintMax (Results 1 – 2 of 2) sorted by relevance
797 immutable p = highestPowerBelowUintMax(x0); in pow()1140 int highestPowerBelowUintMax(uint x) pure nothrow @safe in highestPowerBelowUintMax() function1190 assert(highestPowerBelowUintMax(10)==9); in version()1193 assert(highestPowerBelowUintMax(k)== slowHighestPowerBelowUintMax(k)); in version()
1084 immutable p = highestPowerBelowUintMax(x0);1436 int highestPowerBelowUintMax(uint x) pure nothrow @safe1486 assert(highestPowerBelowUintMax(10)==9);1489 assert(highestPowerBelowUintMax(k)== slowHighestPowerBelowUintMax(k));