Searched refs:op_weights (Results 1 - 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb_tg.c67 tg->sum_weights += tg->op_weights[i];
107 while (tg->op_weights[curop] < num) {
108 num -= tg->op_weights[curop];
128 tg->op_weights[opnum] = weight;
135 return tg->op_weights[opnum];
297 sumweights += tg->op_weights[i];
301 tg->op_weights[i], 100 * (float)tg->op_weights[i] /
H A Dffsb_tg.h64 unsigned op_weights[FFSB_NUMOPS]; member in struct:ffsb_tg

Completed in 1345 milliseconds