Searched refs:ficl2Integer (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | double.c | 76 ficl2IntegerIsNegative(ficl2Integer x) in ficl2IntegerIsNegative() 85 ficl2Integer 86 ficl2IntegerNegate(ficl2Integer x) in ficl2IntegerNegate() 126 ficl2Integer 130 ficl2Integer result; in ficl2IntegerMultiply() 152 ficl2Integer 153 ficl2IntegerDecrement(ficl2Integer x) in ficl2IntegerDecrement() 365 ficl2IntegerDivideFloored(ficl2Integer num, ficlInteger den) in ficl2IntegerDivideFloored() 410 ficl2IntegerDivideSymmetric(ficl2Integer num, ficlInteger den) in ficl2IntegerDivideSymmetric()
|
H A D | ficl.h | 610 ((doublei) = (ficl2Integer)(((ficlUnsigned)(low)) | \ 611 (((ficl2Integer)(high)) << FICL_BITS_PER_CELL))) 616 ((ficlUnsigned)(doubleu & ((((ficl2Integer)1) << \ 629 (((ficl2Integer)(x)) * ((ficl2Integer)(y))) 630 #define ficl2IntegerDecrement(x) (((ficl2Integer)(x)) - 1) 655 } ficl2Integer; typedef 659 { ficl2Integer x; x.low = (lo); x.high = (hi); (doublei) = x; } 672 FICL_PLATFORM_EXTERN int ficl2IntegerIsNegative(ficl2Integer x); 673 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerNegate(ficl2Integer x); 675 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x, [all …]
|
H A D | stack.c | 231 ficl2Integer 234 ficl2Integer ret; in ficlStackPop2Integer() 303 ficlStackPush2Integer(ficlStack *stack, ficl2Integer di) in ficlStackPush2Integer()
|
H A D | dictionary.c | 217 ficlString name, ficlInstruction instruction, ficl2Integer value) in ficlDictionaryAppend2ConstantInstruction() 243 ficl2Integer value) in ficlDictionaryAppend2Constant() 281 ficlInstruction instruction, ficl2Integer value) in ficlDictionarySet2ConstantInstruction() 312 ficl2Integer value) in ficlDictionarySet2Constant() 326 ficl2Integer valueAs2Integer; in ficlDictionarySetConstantString()
|
H A D | float.c | 114 ficlInstructionF2ConstantParen, *(ficl2Integer *)(&value))); in ficlDictionaryAppendF2Constant() 124 ficlInstructionF2ConstantParen, *(ficl2Integer *)(&value))); in ficlDictionarySetF2Constant()
|
H A D | primitives.c | 2700 ficl2Integer d1; in ficlPrimitiveFMSlashMod() 2725 ficl2Integer d1; in ficlPrimitiveSMSlashRem() 2742 ficl2Integer d1; in ficlPrimitiveMod() 2788 ficl2Integer d; in ficlPrimitiveMStar() 2820 ficl2Integer d1, d2, d3; in ficlPrimitive2Rot() 3321 ficl2Integer id; in ficlSystemCompileCore()
|
H A D | system.c | 83 ficl2Integer combined; in ficlSystemSetVersion()
|
H A D | vm.c | 1459 ficl2Integer n1; in ficlVmInnerLoop() 1485 ficl2Integer prod; in ficlVmInnerLoop() 1500 ficl2Integer prod; in ficlVmInnerLoop()
|
H A D | tools.c | 912 ficl2Integer value; in ficlPrimitiveEnv2Constant()
|
/illumos-gate/usr/src/common/ficl/ficlplatform/ |
H A D | unix.h | 71 typedef ficlInteger64 ficl2Integer; typedef
|