Lines Matching refs:num_val
2291 double *num_val) in fetch_join_stat_value() argument
2310 *num_val = -DBL_MAX; in fetch_join_stat_value()
2312 *num_val = s->stats_a->stats[id]; in fetch_join_stat_value()
2316 *num_val = -DBL_MAX; in fetch_join_stat_value()
2318 *num_val = s->stats_b->stats[id]; in fetch_join_stat_value()
2322 *num_val = -DBL_MAX; in fetch_join_stat_value()
2324 *num_val = v1 == v2 ? 1.0 /* MATCH */ : 0.0 /* MISMATCH */; in fetch_join_stat_value()
2326 *num_val = (double)(v2 - v1); in fetch_join_stat_value()
2330 *num_val = -DBL_MAX; in fetch_join_stat_value()
2333 *num_val = 0.0; in fetch_join_stat_value()
2335 *num_val = v2 < v1 ? -100.0 : 100.0; in fetch_join_stat_value()
2337 *num_val = (v2 - v1) * 100.0 / v1; in fetch_join_stat_value()