Lines Matching refs:num_val
1160 double *num_val) in fetch_join_stat_value() argument
1179 *num_val = -DBL_MAX; in fetch_join_stat_value()
1181 *num_val = s->stats_a->stats[id]; in fetch_join_stat_value()
1185 *num_val = -DBL_MAX; in fetch_join_stat_value()
1187 *num_val = s->stats_b->stats[id]; in fetch_join_stat_value()
1191 *num_val = -DBL_MAX; in fetch_join_stat_value()
1193 *num_val = v1 == v2 ? 1.0 /* MATCH */ : 0.0 /* MISMATCH */; in fetch_join_stat_value()
1195 *num_val = (double)(v2 - v1); in fetch_join_stat_value()
1199 *num_val = -DBL_MAX; in fetch_join_stat_value()
1202 *num_val = 0.0; in fetch_join_stat_value()
1204 *num_val = v2 < v1 ? -100.0 : 100.0; in fetch_join_stat_value()
1206 *num_val = (v2 - v1) * 100.0 / v1; in fetch_join_stat_value()