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

  /external/valgrind/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 365 static unsigned long long dfp128_vals[] = { variable
502 test_val.u128.valu = dfp128_vals[i * 2];
503 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
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];
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 260 static unsigned long long dfp128_vals[] = { variable
425 test_val.u128.valu = dfp128_vals[i * 2];
426 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
546 test_valB.u128.valu = dfp128_vals[i * 2];
547 test_valB.u128.vall = dfp128_vals[(i * 2) + 1];

Completed in 90 milliseconds