osign             669 source4/heimdal/lib/hcrypto/imath/imath.c     mp_sign osign;
osign             676 source4/heimdal/lib/hcrypto/imath/imath.c       x = a; y = b; osign = MP_ZPOS;
osign             679 source4/heimdal/lib/hcrypto/imath/imath.c       x = b; y = a; osign = MP_NEG;
osign             683 source4/heimdal/lib/hcrypto/imath/imath.c       osign = 1 - osign;
osign             689 source4/heimdal/lib/hcrypto/imath/imath.c     MP_SIGN(c) = osign;
osign             717 source4/heimdal/lib/hcrypto/imath/imath.c   mp_sign   osign;
osign             728 source4/heimdal/lib/hcrypto/imath/imath.c   osign = (MP_SIGN(a) == MP_SIGN(b)) ? MP_ZPOS : MP_NEG;
osign             766 source4/heimdal/lib/hcrypto/imath/imath.c   MP_SIGN(c) = osign;