Home
last modified time | relevance | path

Searched defs:is_fixnum (Results 76 – 88 of 88) sorted by relevance

1234

/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Du46.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du14.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du13.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du22.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du27.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du44.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du29.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du23.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du02.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du03.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du04.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du12.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro
H A Du01.c201 #define is_fixnum(p) ((((int)(p)) & TAG_BITS) == TAG_FIXNUM) macro

1234