Home
last modified time | relevance | path

Searched defs:ofp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.c434 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()
555 bool test_mul(testspec_t* t, FILE* ofp) { in test_mul()
569 bool test_mulp2(testspec_t* t, FILE* ofp) { in test_mulp2()
585 bool test_mulv(testspec_t* t, FILE* ofp) { in test_mulv()
601 bool test_sqr(testspec_t* t, FILE* ofp) { in test_sqr()
[all …]
H A Dimtest.c209 bool process_file(char *file_name, FILE *ifp, FILE *ofp) { in process_file()
342 int run_test(int test_num, testspec_t *t, FILE *ofp) { in run_test()
/llvm-project/polly/lib/External/isl/imath/examples/
H A Drsakey.c74 FILE *ofp = stdout; in main() local
284 void rsa_key_write(rsa_key *kp, FILE *ofp) { in rsa_key_write()
H A Drandprime.c63 FILE *ofp = stdout; in main() local
/llvm-project/polly/lib/External/isl/imath/tests/
H A Drtest.c108 void print_buf(unsigned char *buf, int len, int brk, FILE *ofp) { in print_buf()