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

  /external/valgrind/none/tests/ppc32/
test_dfp4.c 555 dfp_val_t test_val1, test_val2; local
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx];
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
591 (*func)(BF, 0, &test_val1, &test_val2);
598 test_val1.u64_val, test_def.op, test_val2.u64_val);
601 test_val1.u128.valu, test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall);
  /external/valgrind/none/tests/ppc64/
test_dfp4.c 555 dfp_val_t test_val1, test_val2; local
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx];
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
591 (*func)(BF, 0, &test_val1, &test_val2);
598 test_val1.u64_val, test_def.op, test_val2.u64_val);
601 test_val1.u128.valu, test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall);

Completed in 78 milliseconds