Home
last modified time | relevance | path

Searched refs:BIGNUM_P (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dbigprm.c35 CHECK_ARG (1, BIGNUM_P); \
49 CHECK_ARG (1, BIGNUM_P); \ in BIGNUM_TEST()
50 CHECK_ARG (2, BIGNUM_P); \ in BIGNUM_TEST()
63 CHECK_ARG (1, BIGNUM_P); \
64 CHECK_ARG (2, BIGNUM_P); \
80 CHECK_ARG (1, BIGNUM_P);
81 CHECK_ARG (2, BIGNUM_P);
117 CHECK_ARG (1, BIGNUM_P);
143 CHECK_ARG (1, BIGNUM_P);
157 CHECK_ARG (1, BIGNUM_P);
[all …]
H A Dintprm.c233 else if (BIGNUM_P (m))
H A Dutils.c465 ((BIGNUM_P (x)) in real_number_to_double_p()
478 : (BIGNUM_P (x)) in real_number_to_double()
H A Dobject.h177 #define BIGNUM_P(object) ((OBJECT_TYPE (object)) == TC_BIG_FIXNUM) macro
H A Dbitstr.c665 if (BIGNUM_P (object))