HomeSort by relevance Sort by last modified time
    Searched refs:test_val1 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 541 dfp_val_t test_val1, test_val2; local
561 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx];
564 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
565 test_val1.u64_val = test_val1.u128.valu;
566 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
574 (*func)(BF, 0, test_val1, test_val2);
578 printf("%s %016llx", test_def.name, test_val1.u64_val);
584 test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall);
  /external/valgrind/main/none/tests/ppc64/
test_dfp4.c 541 dfp_val_t test_val1, test_val2; local
561 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx];
564 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
565 test_val1.u64_val = test_val1.u128.valu;
566 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
574 (*func)(BF, 0, test_val1, test_val2);
578 printf("%s %016llx", test_def.name, test_val1.u64_val);
584 test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall);

Completed in 37 milliseconds