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

  /external/valgrind/none/tests/ppc32/
test_dfp4.c 388 static unsigned long long dfp64_vals[] = { variable
413 #define NUM_DFP_VALS (sizeof(dfp64_vals)/8)
421 // Index pairs from dfp64_vals array to be used with dfp_two_arg_tests
500 test_val.u64_val = dfp64_vals[i];
575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx];
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx];
test_dfp3.c 712 static unsigned long long dfp64_vals[] = { variable
737 #define NUM_DFP_VALS (sizeof(dfp64_vals)/8)
745 // Index pairs from dfp64_vals array to be used with dfp_two_arg_tests
824 u0 = dfp64_vals[i];
885 u0 = dfp64_vals[test_def.targs[i].fra_idx];
886 u1 = dfp64_vals[test_def.targs[i].frb_idx];
951 u0 = dfp64_vals[i];
    [all...]
test_dfp1.c 202 static unsigned long long dfp64_vals[] = { variable
232 // Index pairs from dfp64_vals or dfp128_vals array to be used with dfp_two_arg_tests
255 // Index pairs from dfp64_vals array to be used with dfp_two_arg_tests
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
test_dfp5.c 283 static unsigned long long dfp64_vals[] = { variable
378 #define NUM_DFP_VALS (sizeof(dfp64_vals)/8)
423 test_val.u64_val = dfp64_vals[i];
544 test_valB.u64_val = dfp64_vals[i];
test_dfp2.c 282 static unsigned long long dfp64_vals[] = { variable
312 /* Index pairs from dfp64_vals or dfp128_vals array to be used with
353 /* Index pairs from dfp64_vals array to be used with dfp_one_arg_tests */
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
539 u0 = dfp64_vals[test_group.targs[i].fra_idx];
  /external/valgrind/none/tests/ppc64/
test_dfp4.c 388 static unsigned long long dfp64_vals[] = { variable
413 #define NUM_DFP_VALS (sizeof(dfp64_vals)/8)
421 // Index pairs from dfp64_vals array to be used with dfp_two_arg_tests
500 test_val.u64_val = dfp64_vals[i];
575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx];
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx];
test_dfp3.c 712 static unsigned long long dfp64_vals[] = { variable
737 #define NUM_DFP_VALS (sizeof(dfp64_vals)/8)
745 // Index pairs from dfp64_vals array to be used with dfp_two_arg_tests
824 u0 = dfp64_vals[i];
885 u0 = dfp64_vals[test_def.targs[i].fra_idx];
886 u1 = dfp64_vals[test_def.targs[i].frb_idx];
951 u0 = dfp64_vals[i];
    [all...]
test_dfp1.c 202 static unsigned long long dfp64_vals[] = { variable
232 // Index pairs from dfp64_vals or dfp128_vals array to be used with dfp_two_arg_tests
255 // Index pairs from dfp64_vals array to be used with dfp_two_arg_tests
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
test_dfp5.c 283 static unsigned long long dfp64_vals[] = { variable
378 #define NUM_DFP_VALS (sizeof(dfp64_vals)/8)
423 test_val.u64_val = dfp64_vals[i];
544 test_valB.u64_val = dfp64_vals[i];
test_dfp2.c 282 static unsigned long long dfp64_vals[] = { variable
312 /* Index pairs from dfp64_vals or dfp128_vals array to be used with
353 /* Index pairs from dfp64_vals array to be used with dfp_one_arg_tests */
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
539 u0 = dfp64_vals[test_group.targs[i].fra_idx];
ppc64_helpers.h 545 /* Todo: update dfp64_vals to match dfp128_vals content. */
547 static unsigned long dfp64_vals[] = { variable
582 #define NUM_DFP64_VALS (sizeof(dfp64_vals) / 8)
    [all...]

Completed in 318 milliseconds