Home
last modified time | relevance | path

Searched refs:BitCount (Results 1 – 12 of 12) sorted by relevance

/external/vixl/src/
Dutils-vixl.cc144 int BitCount(uint64_t value) { return CountSetBits(value); } in BitCount() function
147 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); } in BitCount() function
Dutils-vixl.h382 int BitCount(uint64_t value);
876 Int64 BitCount(Uint32 value);
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dinvalid-STMIA_UPD-thumb.txt9 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c39 static int BitCount(uint32_t u32) { in BitCount() function
70 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]); in BitCountComparison()
373 handle->far_bit_counts[0] = BitCount(binary_far_spectrum); in WebRtc_AddBinaryFarSpectrum()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSparseBitVector.h801 unsigned BitCount = 0;
805 BitCount += Iter->count();
807 return BitCount;
/external/llvm/include/llvm/ADT/
DSparseBitVector.h814 unsigned BitCount = 0;
818 BitCount += Iter->count();
820 return BitCount;
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local
488 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop()
494 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()
507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local
514 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop()
520 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h192 _SPIRV_OP(BitCount, 205)
DSPIRVEntry.h727 _SPIRV_OP(BitCount)
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl609 int const BitCount(sizeof(genIUType) * 8); local
611 for(int BitIndex(0); BitIndex < BitCount; ++BitIndex)
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-thumbv7.txt150 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc8337 (BitCount(Uint32(mask)) != 1))) { in DecodeT32()
10184 (BitCount(((Uint32((instr >> 14)) & Uint32(0x1)) in DecodeT32()
10297 (BitCount(((Uint32((instr >> 15)) & Uint32(0x1)) in DecodeT32()
64980 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()
65038 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()