Searched refs:FICL_2UNSIGNED_SET (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | stack.c | 247 FICL_2UNSIGNED_SET(high, low, ret); in ficlStackPop2Unsigned() 306 FICL_2UNSIGNED_SET(FICL_2UNSIGNED_GET_HIGH(di), in ficlStackPush2Integer()
|
H A D | double.c | 384 FICL_2UNSIGNED_SET(FICL_2UNSIGNED_GET_HIGH(num), in ficl2IntegerDivideFloored() 429 FICL_2UNSIGNED_SET(FICL_2UNSIGNED_GET_HIGH(num), in ficl2IntegerDivideSymmetric()
|
H A D | ficl.h | 612 #define FICL_2UNSIGNED_SET(high, low, doubleu) \ macro 660 #define FICL_2UNSIGNED_SET(hi, lo, doubleu) \ macro 670 FICL_2UNSIGNED_SET(0, u, doubleu)
|