Lines Matching full:multiple
20 * @y: multiple to round up to (must be a power of 2)
22 * Rounds @x up to next multiple of @y (which must be a power of 2).
30 * @y: multiple to round down to (must be a power of 2)
32 * Rounds @x down to next multiple of @y (which must be a power of 2).
42 * Divides @n by @d and rounds up to next multiple of @d (which must be a power
64 * roundup - round up to the next specified multiple
66 * @y: multiple to round up to
68 * Rounds @x up to next multiple of @y. If @y will always be a power
78 * rounddown - round down to next specified multiple
80 * @y: multiple to round down to
82 * Rounds @x down to next multiple of @y. If @y will always be a power