Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dficl.h653 ficlInteger high;
654 ficlInteger low;
667 { ficlInteger __x = (ficlInteger)(i); \
676 ficlInteger y);
711 ficlInteger remainder;
747 ficlInteger i;
845 ficlInteger index;
1397 ficlInteger length);
1419 ficlInteger value);
1444 ficlInteger value);
[all …]
H A Dstack.c225 ficlInteger
235 ficlInteger high = ficlStackPopInteger(stack); in ficlStackPop2Integer()
236 ficlInteger low = ficlStackPopInteger(stack); in ficlStackPop2Integer()
278 ficlStackPushInteger(ficlStack *stack, ficlInteger i) in ficlStackPushInteger()
379 void *context, ficlInteger bottomToTop) in ficlStackWalk()
H A Dvm.c261 ficlInteger i; in ficlVmInnerLoop()
973 ficlInteger n2; in ficlVmInnerLoop()
974 ficlInteger n1; in ficlVmInnerLoop()
985 ficlInteger n2; in ficlVmInnerLoop()
986 ficlInteger n1; in ficlVmInnerLoop()
1036 ficlInteger s; in ficlVmInnerLoop()
1125 ficlInteger x, y; in ficlVmInnerLoop()
1259 ficlInteger index; in ficlVmInnerLoop()
1260 ficlInteger limit; in ficlVmInnerLoop()
1460 ficlInteger n2; in ficlVmInnerLoop()
[all …]
H A Ddouble.c60 result.remainder = (ficlInteger)(q - (result.quotient * y)); in ficl2UnsignedDivide()
127 ficl2IntegerMultiply(ficlInteger x, ficlInteger y) in ficl2IntegerMultiply()
365 ficl2IntegerDivideFloored(ficl2Integer num, ficlInteger den) in ficl2IntegerDivideFloored()
410 ficl2IntegerDivideSymmetric(ficl2Integer num, ficlInteger den) in ficl2IntegerDivideSymmetric()
H A Dsystem.c106 ficlInteger dictionarySize; in ficlSystemCreate()
107 ficlInteger environmentSize; in ficlSystemCreate()
108 ficlInteger stackSize; in ficlSystemCreate()
125 FICL_ASSERT(&callback, sizeof (ficlInteger) >= sizeof (void *)); in ficlSystemCreate()
128 FICL_ASSERT(&callback, sizeof (ficlFloat) <= sizeof (ficlInteger)); in ficlSystemCreate()
H A Dprimitives.c129 ficlInteger offset; in resolveForwardBranch()
940 ficlInteger value; in ficlPrimitiveLiteralIm()
1144 ficlInteger i; in ficlPrimitiveAllot()
1271 ficlInteger flag; in ficlPrimitiveIsObject()
1919 ficlInteger i; in ficlPrimitiveChars()
2701 ficlInteger n1; in ficlPrimitiveFMSlashMod()
2726 ficlInteger n1; in ficlPrimitiveSMSlashRem()
2743 ficlInteger n1; in ficlPrimitiveMod()
2744 ficlInteger i; in ficlPrimitiveMod()
2786 ficlInteger n2; in ficlPrimitiveMStar()
[all …]
H A Dfloat.c76 ficlInstructionFConstantParen, *(ficlInteger *)(&value))); in ficlDictionaryAppendFConstant()
87 ficlInstructionFConstantParen, *(ficlInteger *)(&value))); in ficlDictionarySetFConstant()
170 static ficlInteger
270 ficlInteger exponent = 0; in ficlVmParseFloatNumber()
H A Ddictionary.c158 ficlInteger length) in ficlDictionaryAppendData()
195 ficlInteger length = FICL_STRING_GET_LENGTH(s); in ficlDictionaryAppendString()
205 ficlString name, ficlInstruction instruction, ficlInteger value) in ficlDictionaryAppendConstantInstruction()
233 ficlInteger value) in ficlDictionaryAppendConstant()
253 ficlString name, ficlInstruction instruction, ficlInteger value) in ficlDictionarySetConstantInstruction()
271 ficlInteger value) in ficlDictionarySetConstant()
H A Dloader.c82 ficlInteger ret = FICL_FALSE; in ficl_term_putimage()
129 ficlInteger ret = FICL_FALSE; in ficl_fb_putimage()
637 ficlInteger flag; in isdirQuestion()
751 ficlInteger count; in pfopendir()
753 ficlInteger flag = FICL_FALSE; in pfopendir()
H A Dtools.c534 static ficlInteger
598 static ficlInteger
629 static ficlInteger
H A Dutility.c79 ficlLtoa(ficlInteger value, char *string, int radix) in ficlLtoa()
H A Dsearch.c287 ficlInteger length; in ficlPrimitiveWidGetName()
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.h59 typedef ficlInteger64 ficlInteger; typedef
64 typedef ficlInteger32 ficlInteger; typedef