Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h325 static inline UINT_32 IsPow2( in IsPow2() function
340 static inline UINT_64 IsPow2( in IsPow2() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dtopk_lib.cuh21 constexpr __host__ __device__ bool IsPow2(int v) { return (v && !(v & (v - 1))); } in IsPow2() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1973 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local
1977 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local
3255 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp253 inline bool IsPow2(T x) in IsPow2() function