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

  /xsrc/external/mit/xedit/dist/lisp/mp/
mp.h 281 void mpi_ash(mpi *rop, mpi *op, long shift);
mpi.c 995 mpi_ash(r, op, -(bits - (bits / nth)));
1069 mpi_ash(r, op, -(bits - (bits / 2)));
1086 mpi_ash(r, r, -1);
1100 mpi_ash(mpi *rop, mpi *op, long shift) function

Completed in 4 milliseconds