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

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.h75 # define MINSLONG 0x8000000000000000UL macro
89 # define MINSLONG 0x80000000UL macro
H A Dmpi.c98 if (si == MINSLONG) {
99 ui = MINSLONG;
136 if (si == MINSLONG) {
137 ui = MINSLONG;
1376 if (cmp == MINSLONG)
1442 if (value & MINSLONG)
1443 return (op->sign && value == MINSLONG) ? 1 : 0;
1460 return (op->sign && value != MINSLONG ? -value : value);
/xsrc/external/mit/xedit/dist/lisp/
H A Dmathimp.c1324 if (RFI(real) == MINSLONG) {
1352 if (RFRN(real) == MINSLONG) {
1702 else if (RFI(real) == MINSLONG || fi == MINSLONG) {
1804 if (RFI(real) == MINSLONG || fi == MINSLONG) {
2754 if (op1 == MINSLONG || op2 == MINSLONG)
2794 if (num == MINSLONG || den == MINSLONG) {
[all...]
H A Dread.c1494 if (integer == MINSLONG ||

Completed in 9 milliseconds