Searched refs:half_total (Results 1 – 1 of 1) sorted by relevance
218 int64_t change, total_change, *dp, half_total; in percentages() local240 half_total = total_change / 2l; in percentages()242 *out++ = ((*diffs++ * 1000 + half_total) / total_change); in percentages()