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

/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp5.c519 dfp_val_t test_valB; local
532 test_valB.u64_val = dfp64_vals[i];
534 test_valB.u128.valu = dfp128_vals[i * 2];
535 test_valB.u64_val = test_valB.u128.valu;
536 test_valB.u128.vall = dfp128_vals[(i * 2) + 1];
548 (*func)(BF, reference_sig, test_valB);
553 test_def.op, test_valB.u64_val);
555 printf(" %016llx", test_valB.u128.vall);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp5.c519 dfp_val_t test_valB; local
532 test_valB.u64_val = dfp64_vals[i];
534 test_valB.u128.valu = dfp128_vals[i * 2];
535 test_valB.u64_val = test_valB.u128.valu;
536 test_valB.u128.vall = dfp128_vals[(i * 2) + 1];
548 (*func)(BF, reference_sig, test_valB);
553 test_def.op, test_valB.u64_val);
555 printf(" %016llx", test_valB.u128.vall);

Completed in 62 milliseconds