Lines Matching refs:u0
438 unsigned long long u0, u0x; in test_dfp_one_arg_ops() local
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()
471 *(unsigned long long *)d0p = u0; in test_dfp_one_arg_ops()
481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops()
508 unsigned long long u0, u0x; in test_dfp_two_arg_ops() local
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()
545 *(unsigned long long *)d0p = u0; in test_dfp_two_arg_ops()
555 printf("%s %016llx", test_group.name, u0); in test_dfp_two_arg_ops()
579 unsigned long long u0; in test_dcffix_dcffixq() local
612 u0 = int64_vals[test_group.targs[i].fra_idx]; in test_dcffix_dcffixq()
614 *(unsigned long long *)d0p = u0; in test_dcffix_dcffixq()
620 printf("%s %016llx", test_group.name, u0); in test_dcffix_dcffixq()