Searched refs:mpi_remi (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.h248 long mpi_remi(mpi *num, long den);
H A Dmpi.c776 mpi_remi(mpi *num, long den) function in typeref:typename:long
794 remainder = mpi_remi(num, den);
/xsrc/external/mit/xedit/dist/lisp/
H A Dmath.c699 result = mpi_remi(OBI(integer), 2) ? NIL : T;
1202 result = mpi_remi(OBI(integer), 2) ? T : NIL;
H A Dmathimp.c1809 RFI(real) = mpi_remi(&bignum, fi);

Completed in 406 milliseconds