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

  /external/valgrind/main/none/tests/ppc32/
test_dfp3.c 689 static unsigned long long dfp128_vals[] = { variable
826 u0 = dfp128_vals[i * 2];
827 u0x = dfp128_vals[(i * 2) + 1];
888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2];
889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2];
891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
953 u0 = dfp128_vals[i * 2];
954 u0x = dfp128_vals[(i * 2) + 1];
    [all...]
test_dfp4.c 360 static unsigned long long dfp128_vals[] = { variable
497 test_val.u128.valu = dfp128_vals[i * 2];
499 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
564 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
566 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
567 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
569 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
test_dfp1.c 179 static unsigned long long dfp128_vals[] = { variable
232 // Index pairs from dfp64_vals or dfp128_vals array to be used with dfp_two_arg_tests
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
test_dfp2.c 248 static unsigned long long dfp128_vals[] = { variable
312 /* Index pairs from dfp64_vals or dfp128_vals array to be used with
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
test_dfp5.c 255 static unsigned long long dfp128_vals[] = { variable
420 test_val.u128.valu = dfp128_vals[i * 2];
422 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
534 test_valB.u128.valu = dfp128_vals[i * 2];
536 test_valB.u128.vall = dfp128_vals[(i * 2) + 1];

Completed in 103 milliseconds