Home
last modified time | relevance | path

Searched defs:next_power_of_2 (Results 1 – 25 of 45) sorted by relevance

12

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_powerOfTwo.cpp124 template <typename T> void next_power_of_2() { in next_power_of_2() function
154 TEST(power_of_2, next_power_of_2) { in TEST() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_avmd/
H A Davmd_buffer.c12 extern size_t next_power_of_2(size_t v) in next_power_of_2() function
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_powerOfTwo.cpp180 template <typename T> void next_power_of_2() { function
210 TEST(power_of_2, next_power_of_2) { argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/llvm-asm/
H A Dllvm-asm-in-out-operand.rs7 unsafe fn next_power_of_2(n: u32) -> u32 { in next_power_of_2() function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_powerOfTwo.cpp214 template <typename T> void next_power_of_2() { function
244 TEST(power_of_2, next_power_of_2) { argument
/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A Dutil.h33 inline int next_power_of_2 (int n) in next_power_of_2() function
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A Dutil.h33 inline int next_power_of_2 (int n) in next_power_of_2() function
/dports/games/spring/spring_98.0/rts/System/
H A Dbitops.h21 static inline unsigned int next_power_of_2(unsigned int x) in next_power_of_2() function
/dports/textproc/modlogan/modlogan-0.8.13/src/
H A Dmarray.h14 size_t next_power_of_2; member
/dports/math/boolector/boolector-3.2.2/test/
H A Dtest_util.cpp58 TEST (TestUtil, next_power_of_2) in TEST() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_powerOfTwo.cpp214 template <typename T> void next_power_of_2() { function
244 TEST(power_of_2, next_power_of_2) { argument
/dports/biology/diamond/diamond-2.0.13/src/util/math/
H A Dinteger.h43 static inline uint64_t next_power_of_2(double x) in next_power_of_2() function
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DpowerOfTwo.hpp123 inline T next_power_of_2(T value) { in next_power_of_2() function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DpowerOfTwo.hpp92 inline T next_power_of_2(T value) { in next_power_of_2() function
/dports/math/nfft/nfft-3.5.2/kernel/util/
H A Dint.c101 INT Y(next_power_of_2)(const INT x) in Y() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DpowerOfTwo.hpp117 inline T next_power_of_2(T value) { in next_power_of_2() function
/dports/math/primecount/primecount-7.2/include/
H A Dimath.hpp44 inline T next_power_of_2(T x) in next_power_of_2() function
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DpowerOfTwo.hpp144 inline T next_power_of_2(T value) { in next_power_of_2() function
/dports/math/boolector/boolector-3.2.2/examples/generators/adder/
H A Dadder.py17 def next_power_of_2 (x): function
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dgen-keywords-gen-h.py19 def next_power_of_2(x): function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dgen-keywords-gen-h.py19 def next_power_of_2(x): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dgen-keywords-gen-h.py19 def next_power_of_2(x): function
/dports/audio/mixxx/mixxx-2.3.0/lib/reverb/
H A Dbasics.h108 next_power_of_2 (uint n) in next_power_of_2() function
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmisc.h87 static inline unsigned long next_power_of_2(unsigned long x) in next_power_of_2() function
269 static inline T next_power_of_2(T x) in next_power_of_2() function
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/util/
H A Dftest.cc38 int next_power_of_2 = Log2up(n); in generateOpcodesForExp() local

12