Home
last modified time | relevance | path

Searched defs:Scm_BignumToSI64 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dbignum.h56 #define Scm_BignumToSI64 Scm_BignumToSI macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbignum.c303 int64_t Scm_BignumToSI64(const ScmBignum *b, int clamp, int *oor) in Scm_BignumToSI64() function