Searched refs:mp_error_string (Results 1 – 12 of 12) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/examples/ |
H A D | input.c | 56 fprintf(stderr, "Error in mp_rat_init(): %s\n", mp_error_string(res)); in main() 63 mp_error_string(res)); in main() 86 mp_error_string(res)); in main() 100 mp_error_string(res)); in main()
|
H A D | rsakey.c | 119 mp_error_string(res), res); in main() 129 mp_error_string(res), res); in main() 138 mp_error_string(res), res); in main() 148 mp_error_string(res), res); in main() 168 mp_error_string(res), res); in main() 177 mp_error_string(res), res); in main() 184 mp_error_string(res), res); in main()
|
H A D | rounding.c | 48 fprintf(stderr, "Error initializing: %s\n", mp_error_string(res)); in main() 64 fprintf(stderr, "Error reading input string: %s\n", mp_error_string(res)); in main() 72 fprintf(stderr, "Error converting output: %s\n", mp_error_string(res)); in main()
|
H A D | basecvt.c | 75 mp_error_string(res)); in main() 103 mp_error_string(res)); in main()
|
H A D | randprime.c | 112 mp_error_string(res), res); in main()
|
H A D | imcalc.c | 254 fprintf(stderr, "Error: state_init: %s\n", mp_error_string(res)); in main() 448 fprintf(stderr, "error: %s\n", mp_error_string(res)); in run_file()
|
/llvm-project/polly/lib/External/isl/imath/tests/ |
H A D | bintest.c | 48 mp_error_string(res)); in main() 55 mp_error_string(res)); in main() 68 mp_error_string(res)); in main() 94 mp_error_string(res)); in main()
|
/llvm-project/polly/lib/External/isl/imath_wrap/ |
H A D | wrap.h | 66 #define mp_error_string isl_mp_error_string macro
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.h | 416 const char *mp_error_string(mp_result res);
|
H A D | doc.md.in | 53 `mp_error_string()` routine to obtain a pointer to a brief human-readable 191 {{insert "imath.h" mp_error_string}}
|
H A D | ChangeLog | 410 544687d Fix the spelling of mp_error_string in doc.md.
|
H A D | imath.c | 1668 const char *mp_error_string(mp_result res) { in mp_error_string() function
|