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

  /xsrc/external/mit/xedit/dist/lisp/mp/
mp.h 303 int mpi_cmp(mpi *op1, mpi *op2);
305 /* mpi_cmp with a long integer operand */
mpi.c 1347 mpi_cmp(mpi *op1, mpi *op2) function
  /xsrc/external/mit/xedit/dist/lisp/
helper.c 215 if (mpi_cmp(left->data.mp.integer, right->data.mp.integer) == 0)
mathimp.c 3037 if (mpi_cmp(rem, &test) >= 0)
3044 if (mpi_cmp(rem, &test) <= 0)
3053 if (mpi_cmp(rem, &test) >= 0)
3059 if (mpi_cmp(rem, &test) <= 0)
4371 return (mpi_cmp(op1, op2));

Completed in 7 milliseconds