reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/imath.c
 1330   if ((res = mp_int_init_copy(&u, a)) != MP_OK)
 1335   MP_SIGN(&u) = MP_ZPOS; MP_SIGN(&v) = MP_ZPOS;
 1338     int div2_u = s_dp2k(&u), div2_v = s_dp2k(&v);
 1341     s_qdiv(&u, (mp_size) k);
 1345   if (mp_int_is_odd(&u)) {
 1350     if ((res = mp_int_copy(&u, &t)) != MP_OK)
 1358       if ((res = mp_int_copy(&t, &u)) != MP_OK)
 1366     if ((res = mp_int_sub(&u, &v, &t)) != MP_OK)
 1373   if ((res = mp_int_abs(&u, c)) != MP_OK)
 1380  V: mp_int_clear(&u);