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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 43 /// \brief Mass of a block.
51 /// Masses can be multiplied. Multiplication treats full mass as 1.0 and uses
57 uint64_t Mass;
60 BlockMass() : Mass(0) {}
61 explicit BlockMass(uint64_t Mass) : Mass(Mass) {}
66 uint64_t getMass() const { return Mass; }
68 bool isFull() const { return Mass == UINT64_MAX; }
69 bool isEmpty() const { return !Mass; }
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 45 OS << getHexDigit(Mass >> (60 - Digits * 4) & 0xf);
64 /// \brief Dithering mass distributer.
66 /// This class splits up a single mass into portions by weight, dithering to
67 /// spread out error. No mass is lost. The dithering precision depends on the
73 /// mass to distribute in \a RemMass.
79 /// 2. Calculate the portion's mass as \a RemMass times P.
81 /// the current portion's weight and mass.
86 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
93 const BlockMass &Mass) {
96 RemMass = Mass;
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 44 138c PVR Mass Storage
65 2002 Mass Storage Device
77 2045 LUFA Mass Storage Demo Application
89 2061 LUFA Combined Mass Storage and Keyboard Demo Application
95 2068 LUFA Virtual Serial/Mass Storage Demo
117 6129 AT91SAM Mass Storage Demo Application
    [all...]

Completed in 219 milliseconds