Lines Matching refs:test_group
329 dfp_test_t test_group = dfp_two_arg_tests[k]; in test_dfp_two_arg_ops() local
333 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_two_arg_ops()
337 if (test_group.precision == LONG_TEST) { in test_dfp_two_arg_ops()
338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops()
339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops()
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops()
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops()
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops()
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops()
350 if (test_group.precision == QUAD_TEST) { in test_dfp_two_arg_ops()
364 printf("%s%s %016llx", test_group.name, do_dot? "." : "", u0); in test_dfp_two_arg_ops()
365 if (test_group.precision == LONG_TEST) { in test_dfp_two_arg_ops()
367 test_group.op, u1, *((unsigned long long *)(&res))); in test_dfp_two_arg_ops()
371 u0x, test_group.op, u1, u1x, in test_dfp_two_arg_ops()
374 if (test_group.cr_supported) in test_dfp_two_arg_ops()