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

Declarations

tools/polly/lib/External/isl/imath/imath.h
  106 extern const mp_sign   MP_ZPOS;

References

tools/polly/lib/External/isl/imath/imath.c
  368   z->sign   = MP_ZPOS;
  400   MP_SIGN(z) = MP_ZPOS;
  529   MP_SIGN(z) = MP_ZPOS;
  541   MP_SIGN(c) = MP_ZPOS;
  676       x = a; y = b; osign = MP_ZPOS;
  720   osign = (MP_SIGN(a) == MP_SIGN(b)) ? MP_ZPOS : MP_NEG;
  825   MP_SIGN(c) = MP_ZPOS;
  913       MP_SIGN(rout) = MP_ZPOS;
  916     MP_SIGN(qout) = (sa == sb) ? MP_ZPOS : MP_NEG;
  918       MP_SIGN(qout) = MP_ZPOS;
 1104     if (sa == MP_ZPOS)
 1111     if (sa == MP_ZPOS)
 1131   else if (MP_SIGN(z) == MP_ZPOS)
 1139   mp_sign vsign = (value < 0) ? MP_NEG : MP_ZPOS;
 1147     return (vsign == MP_ZPOS) ? cmp : -cmp;
 1335   MP_SIGN(&u) = MP_ZPOS; MP_SIGN(&v) = MP_ZPOS;
 1335   MP_SIGN(&u) = MP_ZPOS; MP_SIGN(&v) = MP_ZPOS;
 1424   MP_SIGN(TEMP(4)) = MP_ZPOS;
 1425   MP_SIGN(TEMP(5)) = MP_ZPOS;
 1624   if ((sz == MP_ZPOS && mp_int_compare_value(z, MP_SMALL_MAX) > 0) ||
 1774     MP_SIGN(z) = MP_ZPOS;
 1798     MP_SIGN(z) = MP_ZPOS;
 2046   z->sign = MP_ZPOS;
 2507     MP_SIGN(z) = MP_ZPOS;
 2608   MP_SIGN(z) = MP_ZPOS;
 2783       assert(MP_SIGN(TEMP(0)) == MP_ZPOS);
 2787       assert(MP_SIGN(TEMP(0)) == MP_ZPOS);
 2847   MP_SIGN(u) = MP_ZPOS;
 2848   MP_SIGN(v) = MP_ZPOS;
 2919   r.sign   = MP_ZPOS;
tools/polly/lib/External/isl/imath/imrat.c
  405     if (MP_SIGN(MP_NUMER_P(a)) == MP_ZPOS)
  415     if (MP_SIGN(MP_NUMER_P(a)) == MP_ZPOS)
  764     osign = MP_ZPOS;
  851       MP_SIGN(MP_NUMER_P(r)) = MP_ZPOS;
  905     MP_SIGN(MP_NUMER_P(r)) = MP_SIGN(MP_DENOM_P(r)) = MP_ZPOS;
  908     MP_SIGN(MP_DENOM_P(r)) = MP_ZPOS;
tools/polly/lib/External/isl/isl_int_sioimath.h
  261 		scratch->big.sign = MP_ZPOS;
  282 		scratch->big.sign = MP_ZPOS;
  303 		scratch->big.sign = MP_ZPOS;
  321 	scratch->big.sign = MP_ZPOS;