Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d797 immutable p = highestPowerBelowUintMax(x0); in pow()
1140 int highestPowerBelowUintMax(uint x) pure nothrow @safe in highestPowerBelowUintMax() function
1190 assert(highestPowerBelowUintMax(10)==9); in version()
1193 assert(highestPowerBelowUintMax(k)== slowHighestPowerBelowUintMax(k)); in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d1084 immutable p = highestPowerBelowUintMax(x0);
1436 int highestPowerBelowUintMax(uint x) pure nothrow @safe
1486 assert(highestPowerBelowUintMax(10)==9);
1489 assert(highestPowerBelowUintMax(k)== slowHighestPowerBelowUintMax(k));