Home
last modified time | relevance | path

Searched refs:MP_UNDEF (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Droot.tc11 sqrt:-1,0:$MP_UNDEF
12 sqrt:-1,=1:$MP_UNDEF
13 sqrt:-1029384298,66883:$MP_UNDEF
26 root:-1,4,0:$MP_UNDEF
38 root:-4295098369,2,=1:$MP_UNDEF
39 root:-4295098369,4,65537:$MP_UNDEF
H A Dqdivz.tc7 qdivz:-9/58755486411564677,0,4/31278777005155811:$MP_UNDEF
9 qdivz:5/3092518668717267,0,1/1348431717766123:$MP_UNDEF
34 qdivz:1/619,0,4/4281:$MP_UNDEF
37 qdivz:7/13,0,-3:$MP_UNDEF
51 qdivz:48/30832308107873,0,-78/969311075733763:$MP_UNDEF
57 qdivz:9/908355558094,0,13/114278107776:$MP_UNDEF
H A Dgcd.tc3 gcd:0,0,0:$MP_UNDEF
4 gcd:0,0,=1:$MP_UNDEF
5 gcd:0,0,=2:$MP_UNDEF
6 gcd:0,=1,0:$MP_UNDEF
7 gcd:0,=1,99999:$MP_UNDEF
H A Dlcm.tc14 lcm:0,0,0:$MP_UNDEF
15 lcm:0,0,=1:$MP_UNDEF
16 lcm:0,0,=2:$MP_UNDEF
17 lcm:0,=1,0:$MP_UNDEF
18 lcm:0,=1,99999:$MP_UNDEF
H A Dqmisc.tc18 qrecip:0,0:$MP_UNDEF
H A Dqdiv.tc4 qdiv:3/8827981081671378268,0,3/3926508931624275206:$MP_UNDEF
70 qdiv:96/7914185,0,=1:$MP_UNDEF
H A Ddiv.tc5 div:102233,0,=1,1:$MP_UNDEF,?
6 div:0,=1,583922,-12345:$MP_UNDEF,?
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimrat.c108 if (denom == 0) return MP_UNDEF; in mp_rat_set_value()
123 if (denom == 0) return MP_UNDEF; in mp_rat_set_uvalue()
203 if (mp_rat_compare_zero(a) == 0) return MP_UNDEF; in mp_rat_recip()
247 if (mp_rat_compare_zero(b) == 0) return MP_UNDEF; in mp_rat_div()
347 return MP_UNDEF; in mp_rat_div_int()
689 return MP_UNDEF; in mp_rat_read_cstring()
H A Drsamath.c118 return MP_UNDEF; in rsa_pkcs1v15_decode()
H A Dimath.c39 const mp_result MP_UNDEF = -4; /* result undefined */ variable
783 return MP_UNDEF; in mp_int_div()
1041 if (CMPZ(m) == 0) return MP_UNDEF; in mp_int_exptmod()
1089 if (CMPZ(m) == 0) return MP_UNDEF; in mp_int_exptmod_known()
1128 REQUIRE(MP_UNDEF); in mp_int_invmod()
1156 return MP_UNDEF; in mp_int_gcd()
1218 return MP_UNDEF; in mp_int_egcd()
1355 return MP_UNDEF; /* root does not exist for negative a with even b */ in mp_int_root()
H A Dimath.h76 extern const mp_result MP_UNDEF;
H A Ddoc.md.in48 | `MP_UNDEF` | result is undefined (e.g., division by zero) |
H A Dimdrover.c361 *code = MP_UNDEF; in parse_result_code()
/llvm-project-15.0.7/polly/lib/External/isl/imath_wrap/
H A Dwrap.h13 #define MP_UNDEF ISL_MP_UNDEF macro
/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c582 if (sp->used == 0) return MP_UNDEF; in stack_pop()
648 return MP_UNDEF; /* not found */ in mem_recall()
896 if (mp_int_compare_zero(x) < 0) return MP_UNDEF; in cf_fact()