Searched refs:testspec_t (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imdrover.h | 41 } testspec_t; typedef 43 typedef bool (*test_f)(testspec_t *, FILE *); 50 bool test_init(testspec_t* t, FILE* ofp); 51 bool test_set(testspec_t* t, FILE* ofp); 52 bool test_neg(testspec_t* t, FILE* ofp); 53 bool test_abs(testspec_t* t, FILE* ofp); 54 bool test_add(testspec_t* t, FILE* ofp); 55 bool test_sub(testspec_t* t, FILE* ofp); 56 bool test_mul(testspec_t* t, FILE* ofp); 57 bool test_mulp2(testspec_t* t, FILE* ofp); [all …]
|
H A D | imdrover.c | 83 static bool parse_int_values(testspec_t* t, mp_int* in, mp_int* out, 85 static bool parse_rat_values(testspec_t* t, mp_rat* in, mp_rat* out, 201 static bool parse_int_values(testspec_t* t, mp_int* in, mp_int* out, in parse_int_values() 272 static bool parse_rat_values(testspec_t* t, mp_rat* in, mp_rat* out, in parse_rat_values() 434 bool test_init(testspec_t* t, FILE* ofp) { in test_init() 458 bool test_set(testspec_t* t, FILE* ofp) { in test_set() 482 bool test_neg(testspec_t* t, FILE* ofp) { in test_neg() 497 bool test_abs(testspec_t* t, FILE* ofp) { in test_abs() 512 bool test_add(testspec_t* t, FILE* ofp) { in test_add() 534 bool test_sub(testspec_t* t, FILE* ofp) { in test_sub() [all …]
|
H A D | imtest.c | 171 int parse_line(char *line, testspec_t *t); 174 int run_test(int test_num, testspec_t *t, FILE *ofp); 175 void free_test(testspec_t *t); 215 testspec_t t; in process_file() 283 int parse_line(char *line, testspec_t *t) { in parse_line() 342 int run_test(int test_num, testspec_t *t, FILE *ofp) { in run_test() 403 void free_test(testspec_t *t) { in free_test()
|