Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dexpt.tc6 exptv:1,-1,0:$MP_RANGE
14 expt:16,-2,0:$MP_RANGE
142 exptf:16,-2,0:$MP_RANGE
H A Dconv.tc211 to-int:399392010000012093849283940182938492839481928349823984:$MP_RANGE
212 to-int:-29381082039841029384018230948203801985928309481203984:$MP_RANGE
221 to-uint:-15:$MP_RANGE
223 to-uint:100000000000000000000000000000000000000000000000000:$MP_RANGE
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Drsamath.c39 if (excess_len < len) return MP_RANGE; in rsa_i2osp()
90 if (msg_len > (buf_len - 11)) return MP_RANGE; in rsa_pkcs1v15_encode()
142 return MP_RANGE; in s_rsa_transform()
H A Dgmp_compat.c428 CHECK(res == MP_RANGE ? MP_OK : MP_RANGE); in GMPZAPI()
429 if (res != MP_RANGE) return 0; in GMPZAPI()
446 CHECK(res == MP_RANGE ? MP_OK : MP_RANGE); in GMPZAPI()
447 if (res != MP_RANGE) return 0; in GMPZAPI()
H A Dimdrover.c126 return MP_RANGE; in read_int_value()
157 return MP_RANGE; in read_rat_value()
359 *code = MP_RANGE; in parse_result_code()
979 if (radix < MP_MIN_RADIX || radix > MP_MAX_RADIX) FAIL(MP_RANGE); in test_tostr()
1387 FAIL(MP_RANGE); in test_qtostr()
1424 FAIL(MP_RANGE); in test_qtodec()
H A Dimath.c38 const mp_result MP_RANGE = -3; /* argument out of range */ variable
903 if (b < 0) return MP_RANGE; in mp_int_expt()
927 if (b < 0) return MP_RANGE; in mp_int_expt_value()
951 if (MP_SIGN(b) == MP_NEG) return MP_RANGE; in mp_int_expt_full()
1042 if (CMPZ(b) < 0) return MP_RANGE; in mp_int_exptmod()
1090 if (CMPZ(b) < 0) return MP_RANGE; in mp_int_exptmod_known()
1121 if (CMPZ(a) == 0 || CMPZ(m) <= 0) return MP_RANGE; in mp_int_invmod()
1400 return MP_RANGE; in mp_int_to_int()
1423 return MP_RANGE; in mp_int_to_uint()
H A Dimath.h75 extern const mp_result MP_RANGE;
H A Ddoc.md.in47 | `MP_RANGE` | parameter out of range |
276 REQUIRE(MP_RANGE); /* falls through to cleanup (below) */
348 with a smaller type, you may see `MP_RANGE` errors in some of the tests that
H A DChangeLog350 Fixed a bug in mp_int_to_uint() which was causing incorrect MP_RANGE
/llvm-project-15.0.7/polly/lib/External/isl/imath_wrap/
H A Dwrap.h10 #define MP_RANGE ISL_MP_RANGE macro
/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c970 if (ncopy < 1 || ncopy >= sp->used) return MP_RANGE; in cf_copy()
1016 if (pos < 0 || pos >= sp->used - 1) return MP_RANGE; in cf_pick()
1028 if (rdx < MP_MIN_RADIX || rdx > MP_MAX_RADIX) return MP_RANGE; in cf_setr()