Home
last modified time | relevance | path

Searched defs:BitCount (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/common/
Dmathutil.h1061 inline int BitCount(uint32_t bits) in BitCount() function
1070 inline int BitCount(uint64_t bits) in BitCount() function
1089 inline int BitCount(uint32_t bits) in BitCount() function
1098 inline int BitCount(uint64_t bits) in BitCount() function
1110 inline int BitCount(uint32_t bits) in BitCount() function
1115 inline int BitCount(uint64_t bits) in BitCount() function
1121 inline int BitCount(uint8_t bits) in BitCount() function
1126 inline int BitCount(uint16_t bits) in BitCount() function
Dmathutil_unittest.cpp264 TEST(MathUtilTest, BitCount) in TEST() argument
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.inl278 GLM_FUNC_QUALIFIER genIUType bitfieldFillOne(genIUType Value, int FirstBit, int BitCount)
284 …UNC_QUALIFIER vecType<T, P> bitfieldFillOne(vecType<T, P> const& Value, int FirstBit, int BitCount)
290 GLM_FUNC_QUALIFIER genIUType bitfieldFillZero(genIUType Value, int FirstBit, int BitCount)
296 …NC_QUALIFIER vecType<T, P> bitfieldFillZero(vecType<T, P> const& Value, int FirstBit, int BitCount)
/external/vixl/src/
Dutils-vixl.cc204 int BitCount(uint64_t value) { return CountSetBits(value); } in BitCount() function
264 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); } in BitCount() function
/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.cc48 static int BitCount(uint32_t u32) { in BitCount() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h800 unsigned BitCount = 0; in count() local
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local
507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local