Searched refs:test_valB (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_dfp5.c | 531 dfp_val_t test_valB; in test_dfp_test_significance_ops() local 544 test_valB.u64_val = dfp64_vals[i]; in test_dfp_test_significance_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() 564 (*func)(BF, reference_sig, &test_valB); in test_dfp_test_significance_ops() 570 printf("%016llx", test_valB.u64_val); in test_dfp_test_significance_ops() 572 printf("%016llx %016llx", test_valB.u128.valu, test_valB.u128.vall); in test_dfp_test_significance_ops()
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp5.c | 531 dfp_val_t test_valB; in test_dfp_test_significance_ops() local 544 test_valB.u64_val = dfp64_vals[i]; in test_dfp_test_significance_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() 564 (*func)(BF, reference_sig, &test_valB); in test_dfp_test_significance_ops() 570 printf("%016llx", test_valB.u64_val); in test_dfp_test_significance_ops() 572 printf("%016llx %016llx", test_valB.u128.valu, test_valB.u128.vall); in test_dfp_test_significance_ops()
|