Home | History | Annotate | Download | only in src

Lines Matching refs:gamma_total

1126         int gamma_total = 0;
1131 gamma_total += ((int*)(first_state[i].weight))[m];
1134 norm = gamma_total ? (1.f/(float)gamma_total) : 0.f;