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

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.h57 typedef ficlInteger64 ficlInteger; typedef
62 typedef ficlInteger32 ficlInteger; typedef
/illumos-gate/usr/src/common/ficl/
H A Dficl.h431 typedef ficlInteger32 ficlInteger; typedef
651 ficlInteger high;
652 ficlInteger low;
665 { ficlInteger __x = (ficlInteger)(i); \
673 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x,
674 ficlInteger y);
709 ficlInteger remainder;
726 ficl2IntegerDivideFloored(ficl2Integer num, ficlInteger den);
728 ficl2IntegerDivideSymmetric(ficl2Integer num, ficlInteger de
[all...]
H A Ddouble.c60 result.remainder = (ficlInteger)(q - (result.quotient * y));
127 ficl2IntegerMultiply(ficlInteger x, ficlInteger y)
365 ficl2IntegerDivideFloored(ficl2Integer num, ficlInteger den)
404 * Divide an ficl2Unsigned by a ficlInteger and return a ficlInteger quotient
405 * and a ficlInteger remainder. The absolute values of quotient and remainder
410 ficl2IntegerDivideSymmetric(ficl2Integer num, ficlInteger den)
H A Dstack.c225 ficlInteger
235 ficlInteger high = ficlStackPopInteger(stack);
236 ficlInteger low = ficlStackPopInteger(stack);
278 ficlStackPushInteger(ficlStack *stack, ficlInteger i)
379 void *context, ficlInteger bottomToTop)
H A Dsystem.c104 ficlInteger dictionarySize;
105 ficlInteger environmentSize;
106 ficlInteger stackSize;
123 FICL_ASSERT(&callback, sizeof (ficlInteger) >= sizeof (void *));
126 FICL_ASSERT(&callback, sizeof (ficlFloat) <= sizeof (ficlInteger));
H A Dfloat.c76 ficlInstructionFConstantParen, *(ficlInteger *)(&value)));
87 ficlInstructionFConstantParen, *(ficlInteger *)(&value)));
170 static ficlInteger
269 ficlInteger exponent = 0;
H A Dvm.c145 destination = ip + *(ficlInteger *)ip;
152 destination += *(ficlInteger *)destination;
256 ficlInteger i;
426 ip += *(ficlInteger *)ip;
459 #define BRANCH() ip += *(ficlInteger *)ip; continue
494 ficlInteger nCells = *ip++;
605 ficlInteger i = dataTop->i;
968 ficlInteger n2;
969 ficlInteger n1;
980 ficlInteger n
[all...]
H A Dprimitives.c129 ficlInteger offset;
587 ficlInteger offset;
647 ficlInteger offset;
708 ficlInteger offset = dictionary->here - fallthroughFixup;
722 ficlInteger offset;
765 ficlInteger offset;
936 ficlInteger value;
1140 ficlInteger i;
1267 ficlInteger flag;
1915 ficlInteger
[all...]
H A Ddictionary.c158 ficlInteger length)
195 ficlInteger length = FICL_STRING_GET_LENGTH(s);
205 ficlString name, ficlInstruction instruction, ficlInteger value)
233 ficlInteger value)
253 ficlString name, ficlInstruction instruction, ficlInteger value)
271 ficlInteger value)
H A Dutility.c78 ficlLtoa(ficlInteger value, char *string, int radix)
H A Dtools.c533 static ficlInteger
595 static ficlInteger
625 static ficlInteger
H A Dsearch.c287 ficlInteger length;
H A Dloader.c407 ficlInteger flag;
523 ficlInteger flag = FICL_FALSE;

Completed in 2763 milliseconds