Lines Matching defs:nonzero_weights
170 bool nonzero_weights = false;
172 nonzero_weights |= w.weight0 != 0x0;
173 nonzero_weights |= w.weight1 != 0x0;
174 nonzero_weights |= w.weight2 != 0x0;
175 nonzero_weights |= w.weight3 != 0x0;
176 nonzero_weights |= w.weight4 != 0x0;
177 nonzero_weights |= w.weight5 != 0x0;
178 nonzero_weights |= w.weight6 != 0x0;
179 nonzero_weights |= w.weight7 != 0x0;
181 if (nonzero_weights)