Home | History | Annotate | Download | only in ppc32

Lines Matching refs:test_val

411    dfp_val_t test_val;
423 test_val.u64_val = dfp64_vals[i];
425 test_val.u128.valu = dfp128_vals[i * 2];
426 test_val
437 result = (*func)(SP, &test_val);
440 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val);
443 test_val.u128.valu, test_val.u128.vall,
463 dfp_val_t test_val;
493 test_val.u64_val = bcd64_vals[i];
495 test_val.u128.valu = bcd128_vals[i * 2];
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1];
504 result = (*func)(S, &test_val);
507 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val);
510 test_val.u128.valu, test_val.u128.vall,