Searched refs:intPow (Results 1 – 1 of 1) sorted by relevance
175 static int intPow (int base, int exp) in intPow() function182 const int sub = intPow(base, exp/2); in intPow()5288 …const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives) in genAttributes()