Lines Matching defs:Compact
33 static uint32_t Compact(const Sk4h& x) {
45 static uint16_t Compact(uint32_t x) {
55 static uint16_t Compact(uint32_t x) {
65 static uint8_t Compact(unsigned x) {
76 static uint16_t Compact(const Sk4f& x) {
88 static uint64_t Compact(const Sk4f& x) {
100 static uint16_t Compact(uint32_t x) {
110 static uint16_t Compact(uint64_t x) {
120 static uint32_t Compact(const Sk4f& x) {
132 static uint64_t Compact(const skvx::Vec<4, uint32_t>& x) {
144 static uint16_t Compact(uint32_t x) {
157 static uint32_t Compact(uint64_t x) {
209 d[i] = F::Compact(shift_right(c, 1));
228 d[i] = F::Compact(shift_right(c, 2));
245 d[i] = F::Compact(shift_right(c, 1));
263 d[i] = F::Compact(shift_right(c, 2));
285 d[i] = F::Compact(shift_right(c, 3));
304 d[i] = F::Compact(shift_right(c, 2));
338 d[i] = F::Compact(shift_right(sum, 3));
378 d[i] = F::Compact(shift_right(sum, 4));