Lines Matching refs:u128
41 } u128; member
425 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ddedpd_ops()
426 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ddedpd_ops()
443 test_val.u128.valu, test_val.u128.vall, in test_dfp_ddedpd_ops()
444 result.u128.valu, result.u128.vall); in test_dfp_ddedpd_ops()
495 test_val.u128.valu = bcd128_vals[i * 2]; in test_dfp_denbcd_ops()
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1]; in test_dfp_denbcd_ops()
510 test_val.u128.valu, test_val.u128.vall, in test_dfp_denbcd_ops()
511 result.u128.valu, result.u128.vall); in test_dfp_denbcd_ops()
546 test_valB.u128.valu = dfp128_vals[i * 2]; in test_dfp_test_significance_ops()
547 test_valB.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_test_significance_ops()
572 printf("%016llx %016llx", test_valB.u128.valu, test_valB.u128.vall); in test_dfp_test_significance_ops()