Lines Matching refs:Mass
40 OS << getHexDigit(Mass >> (60 - Digits * 4) & 0xf); in print()
76 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
84 const BlockMass &Mass) { in DitheringDistributer() argument
87 RemMass = Mass; in DitheringDistributer()
93 BlockMass Mass = RemMass * BranchProbability(Weight, RemWeight); in takeMass() local
97 RemMass -= Mass; in takeMass()
98 return Mass; in takeMass()
381 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() local
382 DEBUG(dbgs() << " => mass: " << Mass << "\n"); in distributeMass()
385 DitheringDistributer D(Dist, Mass); in distributeMass()
467 << ": mass = " << Loop.Mass << ", scale = " << Loop.Scale in unwrapLoop()
469 Loop.Scale *= Loop.Mass.toScaled(); in unwrapLoop()
490 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()