Home
last modified time | relevance | path

Searched defs:scm_to_int (Results 1 – 6 of 6) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dnumbers.h385 #define scm_to_int scm_to_int32 macro
391 #define scm_to_int scm_to_int64 macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dnumbers.h455 #define scm_to_int scm_to_int32 macro
461 #define scm_to_int scm_to_int64 macro
/dports/devel/g-wrap/g-wrap-1.9.15/guile/g-wrap/
H A Dguile-compatibility.h108 #define scm_to_int(_num) (scm_num2int ((_num), 0, NULL)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dnumbers.h480 #define scm_to_int scm_to_int32 macro
486 #define scm_to_int scm_to_int64 macro
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Guile/
H A Dguile_tm.cpp288 scm_to_int (SCM i) { in scm_to_int() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Tiny/
H A Dtinyscheme_tm.hpp85 inline int scm_to_int (scm obj) { return ivalue (obj); } in scm_to_int() function