Searched defs:ficl2UnsignedOr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/ficl/ | ||
H A D | double.c | 260 ficl2UnsignedOr(ficl2Unsigned x, ficl2Unsigned y) in ficl2UnsignedOr() function |
H A D | ficl.h | 641 #define ficl2UnsignedOr(x, y) ((x) | (y)) macro |