Home
last modified time | relevance | path

Searched defs:isPowerOf2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSanitizers.h75 bool isPowerOf2() const { in isPowerOf2() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp26 static bool isPowerOf2(unsigned n) { in isPowerOf2() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A DaaA.d324 const isPowerOf2 = !((n - 1) & n); in nextpow2() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaaA.d473 const isPowerOf2 = !((n - 1) & n); in nextpow2() local