Searched refs:cmp_object_object (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | math.c | 277 if (cmp_object_object(compare, number, 1) >= 0) 304 if (cmp_object_object(compare, number, 1) > 0) 331 if (cmp_object_object(compare, number, 0) != 0) 358 if (cmp_object_object(compare, number, 1) <= 0) 385 if (cmp_object_object(compare, number, 1) < 0) 421 if (cmp_object_object(compare, number, 0) == 0) 449 if (cmp_object_object(result, number, 1) > 0) 475 if (cmp_object_object(result, number, 1) < 0) 899 if (cmp_object_object(natural, obj_zero, 1) < 0)
|
| H A D | mathimp.c | 187 static int cmp_object_object(LispObj*, LispObj*, int); 2573 cmp_object_object(LispObj *op1, LispObj *op2, int real) function in typeref:typename:int 2581 return (cmp_object_object(OCXR(op1), op2, real)); 2588 return (cmp_object_object(op1, OCXR(op2), real)); 3816 cmp = cmp_object_object(OCXR(op1), OCXR(op2), 1); 3818 cmp = cmp_object_object(OCXI(op1), OCXI(op2), 1);
|
Completed in 7 milliseconds