Lines Matching refs:Total
130 RemWeight = Dist.Total; in DitheringDistributer()
148 uint64_t NewTotal = Total + Amount; in add()
151 bool IsOverflow = NewTotal < Total; in add()
156 Total = NewTotal; in add()
247 Total = 1; in normalize()
259 else if (Total > UINT32_MAX) in normalize()
260 Shift = 33 - llvm::countl_zero(Total); in normalize()
266 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0), in normalize()
276 Total = 0; in normalize()
287 Total += W.Amount; in normalize()
289 assert(Total <= UINT32_MAX); in normalize()