HomeSort by: relevance | last modified time | path
    Searched refs:testCases (Results 1 - 3 of 3) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/
Makefile 17 SRCS+= testfloat.c softfloat.c fail.c testCases.c writeHex.c \
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
fixtfdi_test.c 12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
461 input.hi = testCases[i].xhi;
462 input.lo = testCases[i].xlo;
463 expected_result = testCases[i].result;
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
fixtfdi_test.c 12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
461 input.hi = testCases[i].xhi;
462 input.lo = testCases[i].xlo;
463 expected_result = testCases[i].result;

Completed in 13 milliseconds