Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dgmp_compat.c454 CHECK(res == MP_RANGE ? MP_OK : MP_RANGE); in GMPZAPI()
455 if (res != MP_RANGE) in GMPZAPI()
474 CHECK(res == MP_RANGE ? MP_OK : MP_RANGE); in GMPZAPI()
475 if (res != MP_RANGE) in GMPZAPI()
Dimath.c49 const mp_result MP_RANGE = -3; /* argument out of range */ variable
1000 return MP_RANGE; in mp_int_expt()
1032 return MP_RANGE; in mp_int_expt_value()
1064 return MP_RANGE; in mp_int_expt_full()
1177 return MP_RANGE; in mp_int_exptmod()
1238 return MP_RANGE; in mp_int_exptmod_known()
1278 return MP_RANGE; in mp_int_invmod()
1626 return MP_RANGE; in mp_int_to_int()
1655 return MP_RANGE; in mp_int_to_uint()
1681 return MP_RANGE; in mp_int_to_string()
[all …]
Dimath.h73 extern const mp_result MP_RANGE;
/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h10 #define MP_RANGE ISL_MP_RANGE macro