Home
last modified time | relevance | path

Searched refs:mp_int_sub_value (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h118 #define mp_int_sub_value isl_mp_int_sub_value macro
/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h130 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c);
Dgmp_compat.c611 CHECK(mp_int_sub_value(q, 1, q)); in GMPZAPI()
Dimath.c695 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c) in mp_int_sub_value() function
1595 if ((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK) in mp_int_root()