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

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.h406 int mpr_cmp(mpr *op1, mpr *op2);
408 /* mpr_cmp with a long integer operand */
H A Dmpr.c47 /* do the hard work of mpr_cmp and mpr_cmpabs */
305 mpr_cmp(mpr *op1, mpr *op2) function in typeref:typename:int
/xsrc/external/mit/xedit/dist/lisp/
H A Dmathimp.c4462 cmp = mpr_cmp(&cmp1, &cmp2);
4551 cmp = mpr_cmp(&cmp1, bigratio);
4749 cmp = mpr_cmp(&cmp1, &cmp2);
4956 cmp = mpr_cmp(&cmp1, bigratio);
5022 cmp = mpr_cmp(bigratio, &cmp2);
5085 cmp = mpr_cmp(bigratio, &cmp1);
5152 cmp = mpr_cmp(bigratio, &cmp2);
5193 return (mpr_cmp(op1, op2));
H A Dhelper.c219 if (mpr_cmp(left->data.mp.ratio, right->data.mp.ratio) == 0)

Completed in 9 milliseconds