Lines Matching defs:ficlInteger
432 typedef ficlInteger32 ficlInteger;
652 ficlInteger high;
653 ficlInteger low;
666 { ficlInteger __x = (ficlInteger)(i); \
674 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x,
675 ficlInteger y);
710 ficlInteger remainder;
727 ficl2IntegerDivideFloored(ficl2Integer num, ficlInteger den);
729 ficl2IntegerDivideSymmetric(ficl2Integer num, ficlInteger den);
740 * A ficlUnsigned, ficlInteger, and ficlFloat *MUST* be the same
746 ficlInteger i;
844 ficlInteger index;
893 FICL_PLATFORM_EXTERN ficlInteger ficlStackPopInteger(ficlStack *stack);
897 FICL_PLATFORM_EXTERN void ficlStackPushInteger(ficlStack *stack, ficlInteger i);
920 typedef ficlInteger (*ficlStackWalkFunction)(void *constant, ficlCell *cell);
923 void *context, ficlInteger bottomToTop);
1156 ficlVmPushTib(ficlVm *vm, char *text, ficlInteger nChars, ficlTIB *pSaveTib);
1303 ficlLtoa(ficlInteger value, char *string, int radix);
1396 ficlInteger length);
1411 ficlString name, ficlInstruction instruction, ficlInteger value);
1418 ficlInteger value);
1423 (ficlDictionaryAppendConstant(dictionary, name, (ficlInteger)pointer))
1436 ficlString name, ficlInstruction instruction, ficlInteger value);
1443 ficlInteger value);
1445 (ficlDictionarySetConstant(dictionary, name, (ficlInteger)pointer))
1607 ficlInteger localsCount;
1611 ficlInteger stackSize;