Searched defs:aTest (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c613 test_table_t aTest; local
618 aTest = all_tests[i];
619 printf( "%s\n", aTest.name );
H A Dtest_dfp1.c491 test_table_t aTest; local
496 aTest = all_tests[i];
497 printf( "%s\n", aTest.name );
H A Dtest_dfp2.c656 test_table_t aTest; local
667 aTest = all_tests[i];
668 printf( "%s\n", aTest.name );
H A Dtest_dfp5.c582 test_table_t aTest; local
587 aTest = all_tests[i];
588 printf( "%s\n", aTest.name );
H A Dtest_dfp3.c1250 test_table_t aTest; local
1255 aTest = all_tests[i];
1256 printf( "%s\n", aTest.name );
H A Dtest_isa_2_06_part1.c1639 fp_test_args_t aTest = test_group.targs[i]; local
1640 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
1641 inB = (unsigned int *)&spec_fargs[aTest.frb_idx];
1642 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
1643 frbp = (unsigned long long *)&spec_fargs[aTest.frb_idx];
1656 // printf("\tFRA: %e; FRB: %e\n", spec_fargs[aTest.fra_idx], spec_fargs[aTest.frb_idx]);
1657 if ( condreg != aTest.cr_flags) {
1658 printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, condreg);
1718 if ( *dst != aTest
1935 ftdiv_test_args_t aTest = ftdiv_tests[i]; local
1992 logic_test_t aTest; local
2059 move_test_t aTest; local
2108 permute_test_t *aTest; local
2170 test_table_t aTest; local
[all...]
H A Dtest_isa_2_06_part2.c1223 fp_test_args_t aTest = test_group.targs[i]; local
1224 inA = (void *)&spec_fargs[aTest.fra_idx];
1225 inB = (void *)&spec_fargs[aTest.frb_idx];
1226 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
1227 frbp = (unsigned long long *)&spec_fargs[aTest.frb_idx];
1315 fp_test_args_t aTest = test_group.targs[i]; local
1327 inA = (void *)&spec_fargs[aTest.fra_idx];
1328 inB = (void *)&spec_fargs[aTest.frb_idx];
1329 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
1336 frbp = (unsigned long long *)&spec_fargs[aTest
1712 test_table_t aTest; local
[all...]
H A Dtest_isa_2_06_part3.c1564 test_table_t aTest; local
1569 aTest = all_tests[i];
1570 printf( "%s\n", aTest.name );
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c613 test_table_t aTest; local
618 aTest = all_tests[i];
619 printf( "%s\n", aTest.name );
H A Dtest_dfp1.c491 test_table_t aTest; local
496 aTest = all_tests[i];
497 printf( "%s\n", aTest.name );
H A Dtest_dfp2.c656 test_table_t aTest; local
667 aTest = all_tests[i];
668 printf( "%s\n", aTest.name );
H A Dtest_dfp5.c582 test_table_t aTest; local
587 aTest = all_tests[i];
588 printf( "%s\n", aTest.name );
H A Dtest_dfp3.c1250 test_table_t aTest; local
1255 aTest = all_tests[i];
1256 printf( "%s\n", aTest.name );
H A Dtest_isa_2_06_part1.c1639 fp_test_args_t aTest = test_group.targs[i]; local
1640 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
1641 inB = (unsigned int *)&spec_fargs[aTest.frb_idx];
1642 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
1643 frbp = (unsigned long long *)&spec_fargs[aTest.frb_idx];
1656 // printf("\tFRA: %e; FRB: %e\n", spec_fargs[aTest.fra_idx], spec_fargs[aTest.frb_idx]);
1657 if ( condreg != aTest.cr_flags) {
1658 printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, condreg);
1718 if ( *dst != aTest
1935 ftdiv_test_args_t aTest = ftdiv_tests[i]; local
1992 logic_test_t aTest; local
2059 move_test_t aTest; local
2108 permute_test_t *aTest; local
2170 test_table_t aTest; local
[all...]
H A Dtest_isa_2_06_part2.c1223 fp_test_args_t aTest = test_group.targs[i]; local
1224 inA = (void *)&spec_fargs[aTest.fra_idx];
1225 inB = (void *)&spec_fargs[aTest.frb_idx];
1226 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
1227 frbp = (unsigned long long *)&spec_fargs[aTest.frb_idx];
1315 fp_test_args_t aTest = test_group.targs[i]; local
1327 inA = (void *)&spec_fargs[aTest.fra_idx];
1328 inB = (void *)&spec_fargs[aTest.frb_idx];
1329 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
1336 frbp = (unsigned long long *)&spec_fargs[aTest
1712 test_table_t aTest; local
[all...]
H A Dtest_isa_2_06_part3.c1564 test_table_t aTest; local
1569 aTest = all_tests[i];
1570 printf( "%s\n", aTest.name );
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c1404 } aTest[] = { local
1437 for(i=0; i<sizeof(aTest)/sizeof(aTest[0]); i++){
1438 char const *z = aTest[i].zTest;
1441 printf("Running %s for %d seconds...\n", z, aTest[i].nMs/1000);
1442 aTest[i].xTest(aTest[i].nMs);
1454 for(i=0; i<sizeof(aTest)/sizeof(aTest[0]); i++){
1455 printf(" %s\n", aTest[
[all...]

Completed in 260 milliseconds