score_f            63 lib/common/utils.c     int score_f = 0;
score_f            68 lib/common/utils.c         score_f = -CRM_SCORE_INFINITY;
score_f            71 lib/common/utils.c         score_f = CRM_SCORE_INFINITY;
score_f            74 lib/common/utils.c         score_f = pcmk__score_red;
score_f            77 lib/common/utils.c         score_f = pcmk__score_yellow;
score_f            80 lib/common/utils.c         score_f = pcmk__score_green;
score_f            83 lib/common/utils.c         score_f = crm_parse_int(score, NULL);
score_f            84 lib/common/utils.c         if (score_f > 0 && score_f > CRM_SCORE_INFINITY) {
score_f            85 lib/common/utils.c             score_f = CRM_SCORE_INFINITY;
score_f            87 lib/common/utils.c         } else if (score_f < 0 && score_f < -CRM_SCORE_INFINITY) {
score_f            88 lib/common/utils.c             score_f = -CRM_SCORE_INFINITY;
score_f            92 lib/common/utils.c     return score_f;
score_f          1043 lib/pacemaker/pcmk_sched_constraints.c     int score_f = 0;
score_f          1049 lib/pacemaker/pcmk_sched_constraints.c         score_f = char2score(score);
score_f          1057 lib/pacemaker/pcmk_sched_constraints.c             score_f = -INFINITY;
score_f          1062 lib/pacemaker/pcmk_sched_constraints.c             score_f = char2score(attr_score);
score_f          1065 lib/pacemaker/pcmk_sched_constraints.c     return score_f;
score_f          1150 lib/pacemaker/pcmk_sched_constraints.c         int score_f = 0;
score_f          1159 lib/pacemaker/pcmk_sched_constraints.c         score_f = get_node_score(rule_id, score, raw_score, node, rsc);
score_f          1176 lib/pacemaker/pcmk_sched_constraints.c                 local->weight = pe__add_scores(local->weight, score_f);