Searched defs:nextPowerOfTwo (Results 1 – 6 of 6) sorted by relevance
414 int nextPowerOfTwo = 1 << (bits - 1); in factorial() local
169 private static int nextPowerOfTwo(final int i) { in nextPowerOfTwo() method in OpenIntToDoubleHashMap
181 private static int nextPowerOfTwo(final int i) { in nextPowerOfTwo() method in OpenIntToFieldHashMap
129 static int nextPowerOfTwo(int N) { return pffft_next_power_of_two(N); } in nextPowerOfTwo() function in pffft::Fft381 inline int nextPowerOfTwo(int N) { in nextPowerOfTwo() function
842 size_t SplitComparesTransform::nextPowerOfTwo(size_t in) { in nextPowerOfTwo() function in SplitComparesTransform