Searched refs:ficlInteger (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | ficl.h | 433 typedef ficlInteger32 ficlInteger; typedef 653 ficlInteger high; 654 ficlInteger low; 667 { ficlInteger __x = (ficlInteger)(i); \ 675 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x, 676 ficlInteger y); 711 ficlInteger remainder; 728 ficl2IntegerDivideFloored(ficl2Integer num, ficlInteger den); 730 ficl2IntegerDivideSymmetric(ficl2Integer num, ficlInteger den); 747 ficlInteger i; [all …]
|
H A D | stack.c | 225 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 D | vm.c | 149 destination = ip + *(ficlInteger *)ip; in ficlVmOptimizeJumpToJump() 157 destination += *(ficlInteger *)destination; in ficlVmOptimizeJumpToJump() 261 ficlInteger i; in ficlVmInnerLoop() 431 ip += *(ficlInteger *)ip; in ficlVmInnerLoop() 464 #define BRANCH() ip += *(ficlInteger *)ip; continue in ficlVmInnerLoop() 499 ficlInteger nCells = *ip++; in ficlVmInnerLoop() 610 ficlInteger i = dataTop->i; in ficlVmInnerLoop() 973 ficlInteger n2; in ficlVmInnerLoop() 974 ficlInteger n1; in ficlVmInnerLoop() 985 ficlInteger n2; in ficlVmInnerLoop() [all …]
|
H A D | double.c | 60 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 D | system.c | 106 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 D | primitives.c | 129 ficlInteger offset; in resolveForwardBranch() 591 ficlInteger offset; in ficlPrimitiveElseCoIm() 651 ficlInteger offset; in ficlPrimitiveEndcaseCoIm() 712 ficlInteger offset = dictionary->here - fallthroughFixup; in ficlPrimitiveOfCoIm() 726 ficlInteger offset; in ficlPrimitiveEndofCoIm() 769 ficlInteger offset; in ficlPrimitiveFallthroughCoIm() 940 ficlInteger value; in ficlPrimitiveLiteralIm() 1144 ficlInteger i; in ficlPrimitiveAllot() 1271 ficlInteger flag; in ficlPrimitiveIsObject() 1919 ficlInteger i; in ficlPrimitiveChars() [all …]
|
H A D | float.c | 76 ficlInstructionFConstantParen, *(ficlInteger *)(&value))); in ficlDictionaryAppendFConstant() 87 ficlInstructionFConstantParen, *(ficlInteger *)(&value))); in ficlDictionarySetFConstant() 170 static ficlInteger 270 ficlInteger exponent = 0; in ficlVmParseFloatNumber()
|
H A D | dictionary.c | 158 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 D | loader.c | 82 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 D | tools.c | 534 static ficlInteger 598 static ficlInteger 629 static ficlInteger
|
H A D | utility.c | 79 ficlLtoa(ficlInteger value, char *string, int radix) in ficlLtoa()
|
H A D | search.c | 287 ficlInteger length; in ficlPrimitiveWidGetName()
|
/illumos-gate/usr/src/common/ficl/ficlplatform/ |
H A D | unix.h | 59 typedef ficlInteger64 ficlInteger; typedef 64 typedef ficlInteger32 ficlInteger; typedef
|