Home
last modified time | relevance | path

Searched refs:BIGNUM_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dbignum.h35 #define BIGNUM_SIZE(size) (sizeof(SgBignum)+((size)-1)*sizeof(long)) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbignum.c110 #define BIGNUM_SIZE(size) (sizeof(ScmBignum)+((size)-1)*sizeof(long)) macro
116 ScmBignum *b = SCM_NEW_ATOMIC2(ScmBignum*, BIGNUM_SIZE(size)); in make_bignum()
128 (var_) = SCM_BIGNUM(alloca(BIGNUM_SIZE(size_))); \
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dbignum.c125 b = SG_NEW_ATOMIC2(SgBignum*, BIGNUM_SIZE(real_size)); in make_bignum_rec()
151 (var) = SG_BIGNUM(alloca(BIGNUM_SIZE(size))); \
2063 if (stack_size > 0 && stack_size > BIGNUM_SIZE(qsize)) { in schonehage_to_string()
2064 stack_size -= BIGNUM_SIZE(qsize); in schonehage_to_string()
2069 if (stack_size > 0 && stack_size > BIGNUM_SIZE(rsize)) { in schonehage_to_string()