Home
last modified time | relevance | path

Searched refs:UNSIGNED_FIXNUM_P (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dfixnum.c68 BOOLEAN_RESULT (UNSIGNED_FIXNUM_P (ARG_REF (1)));
H A Dintprm.c273 if (!UNSIGNED_FIXNUM_P (digit))
H A Dpruxffi.c54 if ((UNSIGNED_FIXNUM_P (high)) && (UNSIGNED_FIXNUM_P (low))) in is_alien()
H A Dsyntax.c806 else if ((UNSIGNED_FIXNUM_P (temp)) &&
860 else if (UNSIGNED_FIXNUM_P (temp))
H A Dfloenv.c298 CHECK_ARG (n, UNSIGNED_FIXNUM_P); in arg_float_exceptions()
H A Dobject.h329 #define UNSIGNED_FIXNUM_P(x) ((FIXNUM_P (x)) && (!FIXNUM_NEGATIVE_P (x))) macro
H A Dx11base.c1550 else if (UNSIGNED_FIXNUM_P (object))