Home
last modified time | relevance | path

Searched refs:MP_FALSE (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Disprime.tc4 isprime:-39849281983491823000:$MP_FALSE
5 isprime:-1:$MP_FALSE
6 isprime:0:$MP_FALSE
7 isprime:1:$MP_FALSE
24 isprime:134512940491417878251618170528857283:$MP_FALSE
26 isprime:172353018845455331744199238664190599101451:$MP_FALSE
28 …10332184687956191170029747169547068359663480993178863727537429685544664092114807500505087:$MP_FALSE
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Diprime.c48 return MP_FALSE; in mp_int_is_prime()
58 if (rem == 0) return MP_FALSE; in mp_int_is_prime()
75 return MP_FALSE; in mp_int_is_prime()
89 while ((res = mp_int_is_prime(z)) == MP_FALSE) { in mp_int_find_prime()
H A Dimath.h72 extern const mp_result MP_FALSE;
H A Ddoc.md.in44 | `MP_FALSE` | boolean false (= `MP_OK`) |
H A Dimath.c35 const mp_result MP_FALSE = 0; /* boolean false */ variable
/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Drandprime.c194 while ((res = mp_int_is_prime(seed)) == MP_FALSE) { in find_prime()
229 } else if (res != MP_FALSE) in find_strong_prime()
H A Drsakey.c253 while ((res = mp_int_is_prime(seed)) == MP_FALSE) { in find_prime()
/llvm-project-15.0.7/polly/lib/External/isl/imath_wrap/
H A Dwrap.h5 #define MP_FALSE ISL_MP_FALSE macro