Home
last modified time | relevance | path

Searched defs:IsPowerOfTwo (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/tint/src/utils/
Dmath.h38 inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
Dmath_test.cc49 TEST(MathTests, IsPowerOfTwo) { in TEST() argument
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DMath.cpp50 bool IsPowerOfTwo(size_t n) { in IsPowerOfTwo() function
/third_party/skia/third_party/externals/dawn/src/common/
DMath.cpp82 bool IsPowerOfTwo(uint64_t n) { in IsPowerOfTwo() function
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp48 TEST(Math, IsPowerOfTwo) { in TEST() argument
/third_party/grpc/third_party/upb/upbc/
Dmessage_layout.h82 static bool IsPowerOfTwo(size_t val) { in IsPowerOfTwo() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp115 TEST(Math, IsPowerOfTwo) { in TEST() argument
/third_party/sqlite/src/
Dsqlite3.c14265 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3806 auto IsPowerOfTwo = [](ConstantSDNode *C) { in visitSDIVLike() local