• Home
  • Raw
  • Download

Lines Matching refs:test_group

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