Home
last modified time | relevance | path

Searched refs:FICL_2UNSIGNED_GET_HIGH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c144 FICL_2INTEGER_SET(FICL_2UNSIGNED_GET_HIGH(prod), in ficl2IntegerMultiply()
384 FICL_2UNSIGNED_SET(FICL_2UNSIGNED_GET_HIGH(num), in ficl2IntegerDivideFloored()
429 FICL_2UNSIGNED_SET(FICL_2UNSIGNED_GET_HIGH(num), in ficl2IntegerDivideSymmetric()
H A Dstack.c299 ficlStackPushUnsigned(stack, FICL_2UNSIGNED_GET_HIGH(du)); in ficlStackPush2Unsigned()
306 FICL_2UNSIGNED_SET(FICL_2UNSIGNED_GET_HIGH(di), in ficlStackPush2Integer()
H A Ddictionary.c224 FICL_2UNSIGNED_GET_HIGH(value)); in ficlDictionaryAppend2ConstantInstruction()
300 word->param[0].u = FICL_2UNSIGNED_GET_HIGH(value); in ficlDictionarySet2ConstantInstruction()
H A Dficl.h618 #define FICL_2UNSIGNED_GET_HIGH(doubleu) \ macro
663 #define FICL_2UNSIGNED_GET_HIGH(doubleu) ((doubleu).high) macro