Home
last modified time | relevance | path

Searched defs:IsPowerOfTwo (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/bigint/
H A Dutil.h68 inline constexpr bool IsPowerOfTwo(int value) { in IsPowerOfTwo() function
/third_party/skia/third_party/externals/tint/src/utils/
H A Dmath.h38 inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
/third_party/skia/third_party/externals/dawn/src/common/
H A DMath.cpp82 bool IsPowerOfTwo(uint64_t n) { in IsPowerOfTwo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3806 auto IsPowerOfTwo = [](ConstantSDNode *C) { in visitSDIVLike() local
/third_party/sqlite/src/
H A Dsqlite3.c14688 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro
[all...]

Completed in 158 milliseconds