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 D | root.tc | 11 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 D | qdivz.tc | 7 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 D | gcd.tc | 3 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 D | lcm.tc | 14 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 D | qmisc.tc | 18 qrecip:0,0:$MP_UNDEF
|
| H A D | qdiv.tc | 4 qdiv:3/8827981081671378268,0,3/3926508931624275206:$MP_UNDEF 70 qdiv:96/7914185,0,=1:$MP_UNDEF
|
| H A D | div.tc | 5 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 D | imrat.c | 108 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 D | rsamath.c | 118 return MP_UNDEF; in rsa_pkcs1v15_decode()
|
| H A D | imath.c | 39 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 D | imath.h | 76 extern const mp_result MP_UNDEF;
|
| H A D | doc.md.in | 48 | `MP_UNDEF` | result is undefined (e.g., division by zero) |
|
| H A D | imdrover.c | 361 *code = MP_UNDEF; in parse_result_code()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath_wrap/ |
| H A D | wrap.h | 13 #define MP_UNDEF ISL_MP_UNDEF macro
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/examples/ |
| H A D | imcalc.c | 582 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()
|