HomeSort by relevance Sort by last modified time
    Searched refs:MaxBits (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceBitVector.h 57 assert(S <= MaxBits);
115 assert(Size <= MaxBits);
120 assert(Size <= MaxBits);
188 // MaxBits is defined here because it needs Bits to be defined.
189 static constexpr SizeT MaxBits = sizeof(SmallBitVector::Bits) * CHAR_BIT;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 322 uint16_t MaxBits;
isacfix.c 328 ISAC_inst->ISACenc_obj.MaxBits = 0;
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 442 // fits well within MaxBits, we make the scale be at least 8.
443 const unsigned MaxBits = 64;
446 if (SpreadBits <= MaxBits - 3) {
452 // If the values need more than MaxBits to be represented, saturate small
455 ScalingFactor = Scaled64(1, MaxBits) / Max;

Completed in 684 milliseconds