Home
last modified time | relevance | path

Searched defs:ficl2UnsignedAdd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c163 ficl2UnsignedAdd(ficl2Unsigned x, ficl2Unsigned y) in ficl2UnsignedAdd() function
H A Dficl.h632 #define ficl2UnsignedAdd(x, y) (((ficl2Unsigned)(x)) + ((ficl2Unsigned)(y))) macro