Lines Matching refs:u128
36 } u128; member
497 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ClassAndGroupTest_ops()
498 test_val.u64_val = test_val.u128.valu; in test_dfp_ClassAndGroupTest_ops()
499 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ClassAndGroupTest_ops()
515 printf(" %016llx", test_val.u128.vall); in test_dfp_ClassAndGroupTest_ops()
564 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops()
565 test_val1.u64_val = test_val1.u128.valu; in test_dfp_ExpTest_ops()
566 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops()
567 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops()
568 test_val2.u64_val = test_val2.u128.valu; in test_dfp_ExpTest_ops()
569 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
584 test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall); in test_dfp_ExpTest_ops()