Searched refs:target_val (Results 1 – 4 of 4) 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()
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()
2468 for (key, target_val) in target_dict.items():2475 new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val)
2475 for (key, target_val) in target_dict.items():2482 new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val)