Searched defs:numWords (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 32 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 41 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 110 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 402 unsigned numWords = getNumWords(); in operator &=() local 414 unsigned numWords = getNumWords(); in operator |=() local 427 unsigned numWords = getNumWords(); in operator ^=() local 434 unsigned numWords = getNumWords(); in AndSlowCase() local 442 unsigned numWords = getNumWords(); in OrSlowCase() local 450 unsigned numWords = getNumWords(); in XorSlowCase() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 405 unsigned numWords = getNumWords(); in operator &=() local 417 unsigned numWords = getNumWords(); in operator |=() local 430 unsigned numWords = getNumWords(); in operator ^=() local 437 unsigned numWords = getNumWords(); in AndSlowCase() local 445 unsigned numWords = getNumWords(); in OrSlowCase() local 453 unsigned numWords = getNumWords(); in XorSlowCase() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 421 unsigned numWords = getNumWords(); in operator &=() local 433 unsigned numWords = getNumWords(); in operator |=() local 446 unsigned numWords = getNumWords(); in operator ^=() local 453 unsigned numWords = getNumWords(); in AndSlowCase() local 461 unsigned numWords = getNumWords(); in OrSlowCase() local 469 unsigned numWords = getNumWords(); in XorSlowCase() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 172 const size_t numWords = strLen/4 + 1; // Must always end up with at least one 0 byte in getSearchPath() local 251 void addToSparseIndex (SparseIndexNode* group, const deUint32* words, size_t numWords, deUint32 ind… in addToSparseIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 36 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 112 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 98 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local 115 const int numWords = getEffectiveSampleMaskWordCount(nthBit); in genSetNthBitSampleMask() local
|
D | es31fMultisampleTests.cpp | 101 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTDecompress.cpp | 495 static unsigned int wrapWordIndex(unsigned int numWords, int word) in wrapWordIndex()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 4853 auto skip = [&](unsigned numWords) { in buildBitmap() 4878 auto scan = [&](unsigned numWords) { in buildBitmap()
|