Home
last modified time | relevance | path

Searched refs:test_arith (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dcrosstest.cfg10 [test_arith]
12 # Note: Originally test_arith.cpp was used to generate the bulk of the tests.
16 # test_arith.cpp are commented out, and instead a python script auto-generates
18 #test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll
19 test: test_arith_ll.ll test_arith.cpp test_arith_sqrt.ll test_arith_fabs.ll
Dtest_arith.def1 //===- subzero/crosstest/test_arith.def - macros for tests ----*- C++ -*---===//
/external/clang/test/SemaTemplate/
Dinstantiate-complete.cpp32 void test_arith(X<signed char> *ptr1, X<unsigned char> *ptr2, in test_arith() function