Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dstack.c237 FICL_2INTEGER_SET(high, low, ret); in ficlStackPop2Integer()
H A Dficl.h609 #define FICL_2INTEGER_SET(high, low, doublei) \ macro
658 #define FICL_2INTEGER_SET(hi, lo, doublei) \ macro
668 FICL_2INTEGER_SET((__x < 0) ? -1L : 0, __x, doublei) }
H A Ddouble.c144 FICL_2INTEGER_SET(FICL_2UNSIGNED_GET_HIGH(prod), in ficl2IntegerMultiply()
H A Dsystem.c85 FICL_2INTEGER_SET(major, minor, combined); in ficlSystemSetVersion()
H A Ddictionary.c327 FICL_2INTEGER_SET(strlen(value), (intptr_t)value, valueAs2Integer); in ficlDictionarySetConstantString()
H A Dprimitives.c3326 FICL_2INTEGER_SET(high, low, id); in ficlSystemCompileCore()
3329 FICL_2INTEGER_SET(high, low, id); in ficlSystemCompileCore()