Lines Matching refs:ilabel
367 if( arc.ilabel >= max_ilabels || in FstMergeOLabelsToILabels()
368 (float)arc.ilabel + ((float)max_ilabels)*arc.olabel > INT_MAX) { in FstMergeOLabelsToILabels()
372 arc.ilabel = arc.ilabel + max_ilabels * arc.olabel; in FstMergeOLabelsToILabels()
387 if( aiter.Value().ilabel > max_ilabel) in FstMergeOLabelsToILabels_GetMax()
388 max_ilabel = aiter.Value().ilabel; in FstMergeOLabelsToILabels_GetMax()
407 arc.olabel = arc.ilabel / max_ilabels; in FstSplitOLabelsFromILabels()
408 arc.ilabel = arc.ilabel - arc.olabel*max_ilabels; in FstSplitOLabelsFromILabels()
430 if(arc.ilabel == from_ilabel) { in FstReplaceILabel()
431 arc.ilabel = into_ilabel; in FstReplaceILabel()
467 …std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " … in FstPushSlotLikeOLabels()
469 arc.ilabel = EPSILON_LABEL; in FstPushSlotLikeOLabels()
477 if(arc2.ilabel == WORD_BOUNDARY) { in FstPushSlotLikeOLabels()
481 arc2.ilabel = EPSILON_LABEL; in FstPushSlotLikeOLabels()