Home
last modified time | relevance | path

Searched refs:Scm_BignumToSI (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dbignum.h50 SCM_EXTERN long Scm_BignumToSI(const ScmBignum *b, int clamp, int* oor);
56 #define Scm_BignumToSI64 Scm_BignumToSI
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbignum.c250 long Scm_BignumToSI(const ScmBignum *b, int clamp, int *oor) in Scm_BignumToSI() function
H A Dnumber.c991 return Scm_BignumToSI(SCM_BIGNUM(obj), clamp, oor); in Scm_GetIntegerClamp()
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dgauche-dev.texi1466 @deftypefun long Scm_BignumToSI (ScmBignum *@var{bignum}, ScmClampMode @var{clamp}, int *@var{oor})
1476 64-bit integer version of @code{Scm_BignumToSI} and