Searched refs:mp_sign (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.h38 typedef unsigned char mp_sign; typedef
63 mp_sign sign;
69 static inline mp_sign MP_SIGN(mp_int Z) { return Z->sign; }
102 extern const mp_sign MP_NEG;
105 extern const mp_sign MP_ZPOS;
H A Dimrat.h110 mp_sign mp_rat_sign(mp_rat r);
H A Dimath.c44 const mp_sign MP_NEG = 1; /* value is strictly negative */
45 const mp_sign MP_ZPOS = 0; /* value is non-negative */
631 mp_sign osign;
675 mp_sign osign = (MP_SIGN(a) == MP_SIGN(b)) ? MP_ZPOS : MP_NEG;
780 mp_sign sa = MP_SIGN(a);
781 mp_sign sb = MP_SIGN(b);
978 mp_sign sa = MP_SIGN(a);
1017 mp_sign vsign = (value < 0) ? MP_NEG : MP_ZPOS;
1397 mp_sign sz = MP_SIGN(z);
H A Dimrat.c160 mp_sign mp_rat_sign(mp_rat r) { return MP_NUMER_SIGN(r); }
211 mp_sign tmp = MP_NUMER_SIGN(c);
723 mp_sign osign;

Completed in 100 milliseconds