Lines Matching full:totalweight
69 "float totalWeight = 0.0f;\n"
82 "if (totalWeight < c_TB && dist2 < c_Tb * c_var)\n"
104 "totalWeight += c_weight;\n"
111 "totalWeight += c_weight;\n"
124 "totalWeight += c_weight;\n"
126 "if (0.f < totalWeight)\n"
128 "totalWeight = 1.f / totalWeight;\n"
130 "_weight[mad24(mode, idx_step, pt_idx)] *= totalWeight;\n"
205 "float totalWeight = 0.0f;\n"
215 "totalWeight += c_weight;\n"
216 "if (totalWeight > c_TB)\n"
219 "if (0.f < totalWeight)\n"
220 "meanVal = meanVal / totalWeight;\n"