Home
last modified time | relevance | path

Searched refs:CELL_BIGINT (Results 1 – 6 of 6) sorted by relevance

/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-math.c95 if(cell->type == CELL_BIGINT) in p_abs()
147 if(cell->type == CELL_BIGINT) in incDecI()
266 if(cell->type == CELL_BIGINT) in arithmetikOp()
332 cell = getCell(CELL_BIGINT); in arithmetikOp()
526 if(left->type == CELL_BIGINT) in compareInts()
546 #ifdef CELL_BIGINT in compareInts()
554 #ifdef CELL_BIGINT in compareInts()
555 if(right->type == CELL_BIGINT) in compareInts()
1116 case CELL_BIGINT: in compareCells()
2154 if(cell->type == CELL_BIGINT)
[all …]
H A Dnewlisp.h415 #define CELL_BIGINT (2 | EVAL_SELF_TYPE_MASK | NUMBER_TYPE_MASK | BIGINT_MASK) macro
H A Dnewlisp.c2072 cell = getCell(CELL_BIGINT); in stuffBigint()
2273 else if(cell->type == CELL_BIGINT) in copyCell()
2331 || cell->type == CELL_BIGINT in deleteList()
2597 case CELL_BIGINT: in printCell()
4027 if(cell->type == CELL_BIGINT) in getInteger()
4071 if(cell->type == CELL_BIGINT) in getInteger64Ext()
4106 if(cell->type == CELL_BIGINT) in getInteger64Ext()
4165 if(cell->type == CELL_BIGINT) in getIntegerExt()
4207 if(cell->type == CELL_BIGINT) in getFloat()
5100 || cell->type == CELL_BIGINT in p_setf()
[all …]
H A Dnl-string.c745 else if(cell->type == CELL_BIGINT) in p_format()
1122 if(cell->type == CELL_BIGINT) in p_integer()
1187 if(cell->type == CELL_BIGINT) in p_float()
H A Dnl-liststr.c128 case CELL_BIGINT: in p_length()
H A Dnl-list.c1567 || cell->type == CELL_BIGINT in updateCell()