Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c242 ficl2UnsignedArithmeticShiftRight(ficl2Unsigned x) in ficl2UnsignedArithmeticShiftRight() function
H A Dficl.h639 #define ficl2UnsignedArithmeticShiftRight(x) ((x) >> 1) macro