Home
last modified time | relevance | path

Searched refs:ficl2Integer (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c76 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 Dficl.h610 ((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
673 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerNegate(ficl2Integer x);
677 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerDecrement(ficl2Integer x);
710 ficl2Integer quotient;
1422 ficl2Integer value);
[all …]
H A Dstack.c231 ficl2Integer
234 ficl2Integer ret; in ficlStackPop2Integer()
303 ficlStackPush2Integer(ficlStack *stack, ficl2Integer di) in ficlStackPush2Integer()
H A Ddictionary.c217 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 Dfloat.c114 ficlInstructionF2ConstantParen, *(ficl2Integer *)(&value))); in ficlDictionaryAppendF2Constant()
124 ficlInstructionF2ConstantParen, *(ficl2Integer *)(&value))); in ficlDictionarySetF2Constant()
H A Dsystem.c83 ficl2Integer combined; in ficlSystemSetVersion()
H A Dprimitives.c2700 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 Dvm.c1459 ficl2Integer n1; in ficlVmInnerLoop()
1485 ficl2Integer prod; in ficlVmInnerLoop()
1500 ficl2Integer prod; in ficlVmInnerLoop()
H A Dtools.c912 ficl2Integer value; in ficlPrimitiveEnv2Constant()
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.h71 typedef ficlInteger64 ficl2Integer; typedef