score_f 232 lib/common/utils.c int score_f = 0; score_f 237 lib/common/utils.c score_f = -node_score_infinity; score_f 240 lib/common/utils.c score_f = node_score_infinity; score_f 243 lib/common/utils.c score_f = node_score_infinity; score_f 246 lib/common/utils.c score_f = node_score_red; score_f 249 lib/common/utils.c score_f = node_score_yellow; score_f 252 lib/common/utils.c score_f = node_score_green; score_f 255 lib/common/utils.c score_f = crm_parse_int(score, NULL); score_f 256 lib/common/utils.c if (score_f > 0 && score_f > node_score_infinity) { score_f 257 lib/common/utils.c score_f = node_score_infinity; score_f 259 lib/common/utils.c } else if (score_f < 0 && score_f < -node_score_infinity) { score_f 260 lib/common/utils.c score_f = -node_score_infinity; score_f 264 lib/common/utils.c return score_f; score_f 961 pengine/constraints.c int score_f = 0; score_f 967 pengine/constraints.c score_f = char2score(score); score_f 975 pengine/constraints.c score_f = -INFINITY; score_f 980 pengine/constraints.c score_f = char2score(attr_score); score_f 983 pengine/constraints.c return score_f; score_f 1067 pengine/constraints.c int score_f = 0; score_f 1075 pengine/constraints.c score_f = get_node_score(rule_id, score, raw_score, node, rsc); score_f 1092 pengine/constraints.c local->weight = merge_weights(local->weight, score_f);