Lines Matching defs:Compact
31 static uint32_t Compact(const Sk4h& x) {
46 static uint32_t Compact(const Sk4h& x) {
59 static uint16_t Compact(uint32_t x) {
69 static uint16_t Compact(uint32_t x) {
79 static uint8_t Compact(unsigned x) {
89 static uint64_t Compact(const Sk4f& x) {
140 d[i] = F::Compact(shift_right(c, 1));
159 d[i] = F::Compact(shift_right(c, 2));
176 d[i] = F::Compact(shift_right(c, 1));
194 d[i] = F::Compact(shift_right(c, 2));
216 d[i] = F::Compact(shift_right(c, 3));
235 d[i] = F::Compact(shift_right(c, 2));
269 d[i] = F::Compact(shift_right(sum, 3));
309 d[i] = F::Compact(shift_right(sum, 4));