Home
last modified time | relevance | path

Searched refs:new_inputs (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/math/
Dgen-auto-libm-tests.c1258 generic_value **new_inputs = xmalloc (new_num_input_cases in handle_input_arg() local
1259 * sizeof (new_inputs[0])); in handle_input_arg()
1265 new_inputs[idx] = xmalloc ((num_prev_args + 1) in handle_input_arg()
1266 * sizeof (new_inputs[idx][0])); in handle_input_arg()
1268 generic_value_copy (&new_inputs[idx][k], &old_inputs[i][k]); in handle_input_arg()
1269 generic_value_copy (&new_inputs[idx][num_prev_args], &values[j]); in handle_input_arg()
1278 it->inputs = new_inputs; in handle_input_arg()