Home
last modified time | relevance | path

Searched refs:SG_BIGNUM_SET_COUNT (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dbignum.c130 SG_BIGNUM_SET_COUNT(b, size); in make_bignum_rec()
153 SG_BIGNUM_SET_COUNT(var, size); \
294 SG_BIGNUM_SET_COUNT(dst, size); in bignum_copy()
337 SG_BIGNUM_SET_COUNT(bn, size); in bignum_normalize_rec()
826 SG_BIGNUM_SET_COUNT(br, size); in bignum_rshift()
2304 SG_BIGNUM_SET_COUNT(q, size); in bignum_mod_inverse()
2682 SG_BIGNUM_SET_COUNT(ye, ylen); in leftright_binray_expt()
2694 SG_BIGNUM_SET_COUNT(y, ylen); in leftright_binray_expt()
2821 SG_BIGNUM_SET_COUNT(z, zlen); in sliding_window_expt()
2830 SG_BIGNUM_SET_COUNT(z, zlen); in sliding_window_expt()
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dnumber.h66 #define SG_BIGNUM_SET_COUNT(obj, count) (SG_BIGNUM(obj)->size=(count)) macro
69 (SG_BIGNUM_SET_SIGN(obj, 0), SG_BIGNUM_SET_COUNT(obj, 0))