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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbigrat.c1227 _big_nop(value v1, pword *pres) function
2035 tag_desc[TBIG].arith_op[ARITH_PLUS] = _big_nop;
2036 tag_desc[TBIG].arith_op[ARITH_FLOAT] = _big_nop; /* handled by coercion */
2037 tag_desc[TBIG].arith_op[ARITH_ROUND] = _big_nop;
2038 tag_desc[TBIG].arith_op[ARITH_FLOOR] = _big_nop;
2039 tag_desc[TBIG].arith_op[ARITH_CEIL] = _big_nop;
2040 tag_desc[TBIG].arith_op[ARITH_TRUNCATE] = _big_nop;
2041 tag_desc[TBIG].arith_op[ARITH_FIX] = _big_nop;
2042 tag_desc[TBIG].arith_op[ARITH_INT] = _big_nop;

Completed in 83 milliseconds