HomeSort by relevance Sort by last modified time
    Searched defs:aTest (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 613 test_table_t aTest;
618 aTest = all_tests[i];
619 printf( "%s\n", aTest.name );
test_dfp1.c 491 test_table_t aTest;
496 aTest = all_tests[i];
497 printf( "%s\n", aTest.name );
test_dfp2.c 656 test_table_t aTest;
667 aTest = all_tests[i];
668 printf( "%s\n", aTest.name );
test_dfp3.c     [all...]
test_dfp5.c 582 test_table_t aTest;
587 aTest = all_tests[i];
588 printf( "%s\n", aTest.name );
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 925 fp_test_args_t aTest = test_group.targs[i];
926 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
927 inB = (unsigned int *)&spec_fargs[aTest.frb_idx];
928 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
929 frbp = (unsigned long long *)&spec_fargs[aTest.frb_idx];
992 memcpy(&expected, &aTest.dp_bin_result, 8);
994 spec_fargs[aTest.fra_idx], spec_fargs[aTest.frb_idx],
    [all...]

Completed in 494 milliseconds