Searched refs:test_arith (Results 1 – 3 of 3) sorted by relevance
10 [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-generates18 #test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll19 test: test_arith_ll.ll test_arith.cpp test_arith_sqrt.ll test_arith_fabs.ll
1 //===- subzero/crosstest/test_arith.def - macros for tests ----*- C++ -*---===//
32 void test_arith(X<signed char> *ptr1, X<unsigned char> *ptr2, in test_arith() function