Searched refs:N_FIXNUM (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dmathimp.c42 #define N_FIXNUM 1 macro
97 (RTYPE(real) == N_FIXNUM || RTYPE(real) == N_BIGNUM)
482 zero.type = one.type = two.type = N_FIXNUM;
526 case N_FIXNUM:
554 RTYPE(real) = N_FIXNUM;
558 RTYPE(real) = N_FIXNUM;
594 NRTYPE(num) = N_FIXNUM;
599 NRTYPE(num) = N_FIXNUM;
665 case N_FIXNUM:
716 case N_FIXNUM
[all...]
H A Dmath.c209 num.real.type = N_FIXNUM;
238 num.real.type = N_FIXNUM;
256 num.real.type = N_FIXNUM;
582 num.real.type = N_FIXNUM;
620 num.real.type = N_FIXNUM;
855 num.real.type = N_FIXNUM;
956 gcd.type = N_FIXNUM;
962 if (real.type == N_FIXNUM && real.data.fixnum == 0)
992 real.type = N_FIXNUM;
1013 real.type = N_FIXNUM;
[all...]

Completed in 6 milliseconds