Lines Matching refs:u128
36 } u128; member
420 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ddedpd_ops()
421 test_val.u64_val = test_val.u128.valu; in test_dfp_ddedpd_ops()
422 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ddedpd_ops()
431 printf(" %016llx", test_val.u128.vall); in test_dfp_ddedpd_ops()
436 printf(" ==> %016llx %016llx\n", result.u128.valu, result.u128.vall); in test_dfp_ddedpd_ops()
486 test_val.u128.valu = bcd128_vals[i * 2]; in test_dfp_denbcd_ops()
487 test_val.u64_val = test_val.u128.valu; in test_dfp_denbcd_ops()
488 test_val.u128.vall = bcd128_vals[(i * 2) + 1]; in test_dfp_denbcd_ops()
495 printf(" %016llx", test_val.u128.vall); in test_dfp_denbcd_ops()
500 printf(" ==> %016llx %016llx\n", result.u128.valu, result.u128.vall); in test_dfp_denbcd_ops()
534 test_valB.u128.valu = dfp128_vals[i * 2]; in test_dfp_test_significance_ops()
535 test_valB.u64_val = test_valB.u128.valu; in test_dfp_test_significance_ops()
536 test_valB.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_test_significance_ops()
555 printf(" %016llx", test_valB.u128.vall); in test_dfp_test_significance_ops()