Home | History | Annotate | Download | only in src

Lines Matching refs:gamma_total

1500         int gamma_total = 0;
1505 gamma_total += ((int*)(first_state[i].weight))[m];
1508 norm = gamma_total ? (1.f/(float)gamma_total) : 0.f;