HomeSort by: relevance | last modified time | path
    Searched refs:INTEGERP (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
math.c 879 integerp object
886 return (INTEGERP(object) ? T : NIL);
1112 if (INTEGERP(number) && INTEGERP(divisor)) {
1307 if (INTEGERP(number) && INTEGERP(divisor)) {
internal.h 223 #define INTEGERP(object) \
226 if (!INTEGERP(object)) \
helper.c 477 if (INTEGERP(object))
format.c 598 if (INTEGERP(object)) {
mathimp.c 1865 if (!INTEGERP(obj))
core.c 6556 result = INTEGERP(object) ? T : NIL;

Completed in 19 milliseconds