/external/valgrind/none/tests/ppc32/ |
D | test_dfp2.c | 453 dfp_test_t test_group = dfp_one_arg_tests[k]; in test_dfp_one_arg_ops() local 462 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_one_arg_ops() 464 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops() 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops() 468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_one_arg_ops() 473 if (test_group.precision == QUAD_TEST) { in test_dfp_one_arg_ops() 481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops() 483 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 485 test_group.op, *((unsigned long long *)(&res))); in test_dfp_one_arg_ops() [all …]
|
D | test_isa_2_06_part2.c | 1131 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) in print_vector_fp_result() argument 1135 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1137 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1140 strcpy(name, test_group->name); in print_vector_fp_result() 1150 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1154 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1173 vx_fp_test_t * test_group, int i) in print_vx_aORm_fp_result() argument 1177 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vx_aORm_fp_result() 1179 fp_test_args_t * targs = &test_group->targs[i]; in print_vx_aORm_fp_result() 1183 strcpy(name, test_group->name); in print_vx_aORm_fp_result() [all …]
|
D | test_isa_2_06_part3.c | 1045 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_ve… in print_vector_fp_result() argument 1049 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1051 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1054 strcpy(name, test_group->name); in print_vector_fp_result() 1064 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1068 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1100 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; in test_vsx_one_fp_arg() local 1101 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() 1102 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; in test_vsx_one_fp_arg() 1103 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() [all …]
|
D | test_dfp1.c | 329 dfp_test_t test_group = dfp_two_arg_tests[k]; in test_dfp_two_arg_ops() local 333 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_two_arg_ops() 337 if (test_group.precision == LONG_TEST) { in test_dfp_two_arg_ops() 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops() 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops() 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops() 344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops() 350 if (test_group.precision == QUAD_TEST) { in test_dfp_two_arg_ops() [all …]
|
D | test_isa_2_07_part2.c | 917 vx_fp_test_basic_t test_group = vx_fp_tests[k]; in test_vx_fp_ops() local 918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() 941 strcpy(test_name, test_group.name); in test_vx_fp_ops() 949 for (i = 0; i < test_group.num_tests; i++) { in test_vx_fp_ops() 952 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1074 vx_fp_test2_t test_group = vsx_one_fp_arg_tests[k]; in test_vsx_one_fp_arg() local 1076 Bool dp = ((test_group.precision == DOUBLE_TEST) || in test_vsx_one_fp_arg() 1077 (test_group.precision == DOUBLE_TEST_SINGLE_RES)) ? True : False; in test_vsx_one_fp_arg() 1079 Bool dp_res = IS_DP_RESULT(test_group.precision); in test_vsx_one_fp_arg() 1080 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() [all …]
|
D | test_isa_2_06_part1.c | 1508 vx_fp_test_t test_group = vx_fp_tests[k]; in test_vx_fp_ops() local 1509 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() 1536 strcpy(test_name, test_group.name); in test_vx_fp_ops() 1544 for (i = 0; i < test_group.num_tests; i++) { in test_vx_fp_ops() 1550 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1704 xs_conv_test_t test_group = xs_conv_tests[k]; in test_xs_conv_ops() local 1705 for (i = 0; i < test_group.num_tests; i++) { in test_xs_conv_ops() 1720 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst); in test_xs_conv_ops()
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp2.c | 453 dfp_test_t test_group = dfp_one_arg_tests[k]; in test_dfp_one_arg_ops() local 462 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_one_arg_ops() 464 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops() 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops() 468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_one_arg_ops() 473 if (test_group.precision == QUAD_TEST) { in test_dfp_one_arg_ops() 481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops() 483 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 485 test_group.op, *((unsigned long long *)(&res))); in test_dfp_one_arg_ops() [all …]
|
D | test_isa_2_06_part2.c | 1131 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) in print_vector_fp_result() argument 1135 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1137 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1140 strcpy(name, test_group->name); in print_vector_fp_result() 1150 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1154 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1173 vx_fp_test_t * test_group, int i) in print_vx_aORm_fp_result() argument 1177 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vx_aORm_fp_result() 1179 fp_test_args_t * targs = &test_group->targs[i]; in print_vx_aORm_fp_result() 1183 strcpy(name, test_group->name); in print_vx_aORm_fp_result() [all …]
|
D | test_isa_2_06_part3.c | 1045 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_ve… in print_vector_fp_result() argument 1049 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1051 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1054 strcpy(name, test_group->name); in print_vector_fp_result() 1064 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1068 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1100 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; in test_vsx_one_fp_arg() local 1101 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() 1102 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; in test_vsx_one_fp_arg() 1103 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() [all …]
|
D | test_dfp1.c | 329 dfp_test_t test_group = dfp_two_arg_tests[k]; in test_dfp_two_arg_ops() local 333 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_two_arg_ops() 337 if (test_group.precision == LONG_TEST) { in test_dfp_two_arg_ops() 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops() 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops() 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops() 344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops() 350 if (test_group.precision == QUAD_TEST) { in test_dfp_two_arg_ops() [all …]
|
D | test_isa_2_07_part2.c | 917 vx_fp_test_basic_t test_group = vx_fp_tests[k]; in test_vx_fp_ops() local 918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() 941 strcpy(test_name, test_group.name); in test_vx_fp_ops() 949 for (i = 0; i < test_group.num_tests; i++) { in test_vx_fp_ops() 952 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1074 vx_fp_test2_t test_group = vsx_one_fp_arg_tests[k]; in test_vsx_one_fp_arg() local 1076 Bool dp = ((test_group.precision == DOUBLE_TEST) || in test_vsx_one_fp_arg() 1077 (test_group.precision == DOUBLE_TEST_SINGLE_RES)) ? True : False; in test_vsx_one_fp_arg() 1079 Bool dp_res = IS_DP_RESULT(test_group.precision); in test_vsx_one_fp_arg() 1080 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() [all …]
|
D | test_isa_2_06_part1.c | 1508 vx_fp_test_t test_group = vx_fp_tests[k]; in test_vx_fp_ops() local 1509 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() 1536 strcpy(test_name, test_group.name); in test_vx_fp_ops() 1544 for (i = 0; i < test_group.num_tests; i++) { in test_vx_fp_ops() 1550 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1704 xs_conv_test_t test_group = xs_conv_tests[k]; in test_xs_conv_ops() local 1705 for (i = 0; i < test_group.num_tests; i++) { in test_xs_conv_ops() 1720 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst); in test_xs_conv_ops()
|
/external/autotest/tko/ |
D | nightly.py | 424 def __init__(self, kernel_legend, benchmarks, test_group, argument 429 self.test_group = test_group 473 (self.kernel_legend, self.test_group, self.tko_server)) 511 (self.kernel_legend, self.test_group, self.tko_server)) 551 heading = "%s %s:  %s" % (self.test_group, self.kernel_legend, 571 (self.kernel_legend, self.test_group, self.tko_server)) 713 self.test_group)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 17 def test_group method 29 def output_directory( name = test_group )
|
/external/webrtc/third_party/gtest-parallel/ |
D | gtest-parallel | 303 test_group = '' variable 308 test_group = line.strip() variable 315 test = test_group + line
|