Home | History | Annotate | Download | only in ppc32

Lines Matching refs:test_group

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