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

References

tools/polly/lib/External/isl/imath/imath.c
  237 STATIC void      s_ufake(mp_int z, mp_usmall value, mp_digit vbuf[]);
  243 STATIC int       s_uvpack(mp_usmall v, mp_digit t[]);
  250 STATIC int       s_uvcmp(mp_int a, mp_usmall uv);
  439 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue)
  457 mp_result  mp_int_set_uvalue(mp_int z, mp_usmall uvalue)
 1154 int       mp_int_compare_uvalue(mp_int z, mp_usmall uv)
 1615   mp_usmall uv = 0;
 1643 mp_result mp_int_to_uint(mp_int z, mp_usmall *out)
 1645   mp_usmall uv = 0;
 2034   mp_usmall uv = (mp_usmall) (value < 0) ? -value : value;
 2040 STATIC void      s_ufake(mp_int z, mp_usmall value, mp_digit vbuf[])
 2064 STATIC int       s_uvpack(mp_usmall uv, mp_digit t[])
 2095   mp_usmall uv = (v < 0) ? -(mp_usmall) v : (mp_usmall) v;
 2099 STATIC int      s_uvcmp(mp_int a, mp_usmall uv)
tools/polly/lib/External/isl/imath/imath.h
  116 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue);
  118 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue);
  151 int       mp_int_compare_uvalue(mp_int z, mp_usmall uv); /* a <=> uv */
  184 mp_result mp_int_to_uint(mp_int z, mp_usmall *out);
tools/polly/lib/External/isl/imath/imrat.c
  124 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom)
  124 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom)
tools/polly/lib/External/isl/imath/imrat.h
   58 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom);
   58 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom);
tools/polly/lib/External/isl/isl_int_sioimath.h
  486 	mp_usmall dummy;
  499 	mp_usmall result;