Home
last modified time | relevance | path

Searched refs:test_valB (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dtest_dfp5.c531 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/
Dtest_dfp5.c531 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()