Home
last modified time | relevance | path

Searched refs:SG_BIGNUM_SET_SIGN (Results 1 – 5 of 5) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dbignum.c131 SG_BIGNUM_SET_SIGN(b, 1); in make_bignum_rec()
182 SG_BIGNUM_SET_SIGN(b, -1); in Sg_MakeBignumFromSI()
186 SG_BIGNUM_SET_SIGN(b, -1); in Sg_MakeBignumFromSI()
190 SG_BIGNUM_SET_SIGN(b, 1); in Sg_MakeBignumFromSI()
201 SG_BIGNUM_SET_SIGN(b, 1); in Sg_MakeBignumFromUI()
211 SG_BIGNUM_SET_SIGN(ans, 1); in Sg_MakeBignumFromU64()
224 SG_BIGNUM_SET_SIGN(ans, 1); in Sg_MakeBignumFromU64()
1433 SG_BIGNUM_SET_SIGN(br, 1); in Sg_BignumSquare()
1652 SG_BIGNUM_SET_SIGN(s, 1); in bn_sqrt()
2305 SG_BIGNUM_SET_SIGN(q, 1); in bignum_mod_inverse()
[all …]
H A Dbytevector.c951 SG_BIGNUM_SET_SIGN(ans, -1); in bytevector2integer()
H A Dnumber.c330 if (SG_BIGNUMP(D2)) SG_BIGNUM_SET_SIGN(SG_BIGNUM(D2), -SG_BIGNUM_GET_SIGN(D2)); in algorithmR()
1518 SG_BIGNUM_SET_SIGN(b, -SG_BIGNUM_GET_SIGN(obj)); in Sg_Negate()
3118 SG_BIGNUM_SET_SIGN(obj, 1); in Sg_Abs()
H A Dcache.c1425 SG_BIGNUM_SET_SIGN(num, sign); in read_number()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dnumber.h64 #define SG_BIGNUM_SET_SIGN(obj, s) (SG_BIGNUM(obj)->sign=(s)) macro
69 (SG_BIGNUM_SET_SIGN(obj, 0), SG_BIGNUM_SET_COUNT(obj, 0))