Home | History | Annotate | Download | only in src

Lines Matching refs:inv_total

872         float inv_total;
879 inv_total = total ? 1.f/total : 0;
885 (float)log( hmm->transP[i * hmm->num_states + j] * inv_total ) : -BIG_FLT;