Home | History | Annotate | Download | only in ppc32

Lines Matching full:test_group

453          dfp_test_t test_group = dfp_one_arg_tests[k];
462 for (i = 0; i < test_group
464 if (test_group.precision == LONG_TEST) {
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
473 if (test_group.precision == QUAD_TEST) {
481 printf("%s %016llx", test_group.name, u0);
483 if (test_group.precision == LONG_TEST) {
485 test_group.op, *((unsigned long long *)(&res)));
489 u0x, test_group.op,
524 dfp_test_t test_group = dfp_two_arg_tests[k];
534 for (i = 0; i < test_group.num_tests; i++) {
536 shift_by = test_group.targs[i].frb_idx;
538 if (test_group.precision == LONG_TEST) {
539 u0 = dfp64_vals[test_group.targs[i].fra_idx];
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
547 if (test_group.precision == QUAD_TEST) {
555 printf("%s %016llx", test_group.name, u0);
557 if (test_group.precision) {
559 test_group.op, shift_by, *((unsigned long long *)(&res)));
563 u0x, test_group.op, shift_by,
599 dfp_test_t test_group = dfp_dcffix_dcffixq_tests[k];
609 for (i = 0; i < test_group.num_tests; i++) {
612 u0 = int64_vals[test_group.targs[i].fra_idx];
620 printf("%s %016llx", test_group.name, u0);
622 if (test_group.precision) {
624 test_group.op, *((unsigned long long *)(&res)));
628 test_group.op,