Home
last modified time | relevance | path

Searched refs:mp_error_string (Results 1 – 12 of 12) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/examples/
H A Dinput.c56 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 Drsakey.c119 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 Drounding.c48 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 Dbasecvt.c75 mp_error_string(res)); in main()
103 mp_error_string(res)); in main()
H A Drandprime.c112 mp_error_string(res), res); in main()
H A Dimcalc.c254 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 Dbintest.c48 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 Dwrap.h66 #define mp_error_string isl_mp_error_string macro
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.h416 const char *mp_error_string(mp_result res);
H A Ddoc.md.in53 `mp_error_string()` routine to obtain a pointer to a brief human-readable
191 {{insert "imath.h" mp_error_string}}
H A DChangeLog410 544687d Fix the spelling of mp_error_string in doc.md.
H A Dimath.c1668 const char *mp_error_string(mp_result res) { in mp_error_string() function