Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vall

35       unsigned long long vall;
39 unsigned long long vall;
426 test_val.u128.vall
443 test_val.u128.valu, test_val.u128.vall,
444 result.u128.valu, result.u128.vall);
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1];
510 test_val.u128.valu, test_val.u128.vall,
511 result.u128.valu, result.u128.vall);
547 test_valB.u128.vall = dfp128_vals[(i * 2) + 1];
572 printf("%016llx %016llx", test_valB.u128.valu, test_valB.u128.vall);