Searched refs:op_weights (Results 1 – 2 of 2) sorted by relevance
67 tg->sum_weights += tg->op_weights[i]; in tg_run()107 while (tg->op_weights[curop] < num) { in tg_get_op()108 num -= tg->op_weights[curop]; in tg_get_op()128 tg->op_weights[opnum] = weight; in tg_set_op_weight()135 return tg->op_weights[opnum]; in tg_get_op_weight()297 sumweights += tg->op_weights[i]; in tg_print_config_helper()301 tg->op_weights[i], 100 * (float)tg->op_weights[i] / in tg_print_config_helper()
64 unsigned op_weights[FFSB_NUMOPS]; member