Home
last modified time | relevance | path

Searched defs:testVector (Results 1 – 11 of 11) sorted by relevance

/minix3/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
H A Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
/minix3/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
H A Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
H A Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function