Home
last modified time | relevance | path

Searched refs:FICL_2UNSIGNED_GET_LOW (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c145 FICL_2UNSIGNED_GET_LOW(prod), result); in ficl2IntegerMultiply()
385 FICL_2UNSIGNED_GET_LOW(num), u); in ficl2IntegerDivideFloored()
430 FICL_2UNSIGNED_GET_LOW(num), u); in ficl2IntegerDivideSymmetric()
H A Dstack.c298 ficlStackPushUnsigned(stack, FICL_2UNSIGNED_GET_LOW(du)); in ficlStackPush2Unsigned()
307 FICL_2UNSIGNED_GET_LOW(di), du); in ficlStackPush2Integer()
H A Ddictionary.c226 FICL_2UNSIGNED_GET_LOW(value)); in ficlDictionaryAppend2ConstantInstruction()
301 word->param[1].u = FICL_2UNSIGNED_GET_LOW(value); in ficlDictionarySet2ConstantInstruction()
H A Dvm.c1469 dataTop[0].i = FICL_2UNSIGNED_GET_LOW(qr.quotient); in ficlVmInnerLoop()
1493 dataTop->i = FICL_2UNSIGNED_GET_LOW( in ficlVmInnerLoop()
1513 dataTop[0].i = FICL_2UNSIGNED_GET_LOW(qr.quotient); in ficlVmInnerLoop()
H A Dficl.h615 #define FICL_2UNSIGNED_GET_LOW(doubleu) \ macro
662 #define FICL_2UNSIGNED_GET_LOW(doubleu) ((doubleu).low) macro
H A Dprimitives.c2711 FICL_2UNSIGNED_GET_LOW(qr.quotient)); in ficlPrimitiveFMSlashMod()
2736 FICL_2UNSIGNED_GET_LOW(qr.quotient)); in ficlPrimitiveSMSlashRem()
2775 FICL_2UNSIGNED_GET_LOW(uqr.quotient)); in ficlPrimitiveUMSlashMod()