Searched refs:target_val (Results 1 – 5 of 5) sorted by relevance
514 float target_val = T::get (points[target]); in infer_delta() local522 else if (target_val <= hb_min (prev_val, next_val)) in infer_delta()524 else if (target_val >= hb_max (prev_val, next_val)) in infer_delta()528 float r = (target_val - prev_val) / (next_val - prev_val); in infer_delta()
510 float target_val = T::get (points[target]); in infer_delta() local518 else if (target_val <= hb_min (prev_val, next_val)) in infer_delta()520 else if (target_val >= hb_max (prev_val, next_val)) in infer_delta()524 float r = (target_val - prev_val) / (next_val - prev_val); in infer_delta()
1440 struct storage *target_val; in emit_conditional_test() local1453 target_val = new_storage(STOR_LABEL); in emit_conditional_test()1454 target_val->label = target_false; in emit_conditional_test()1455 target_val->flags = STOR_WANTS_FREE; in emit_conditional_test()1456 insn("jz", target_val, NULL, NULL); in emit_conditional_test()
2487 for (key, target_val) in target_dict.items():2494 new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val)
2268 for (key, target_val) in target_dict.items():2275 new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val)