Home
last modified time | relevance | path

Searched refs: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
326 mask = ficl2UnsignedArithmeticShiftRight(mask); in ficl2UnsignedDivide()
327 subtrahend = ficl2UnsignedArithmeticShiftRight(subtrahend); in ficl2UnsignedDivide()
H A Dficl.h639 #define ficl2UnsignedArithmeticShiftRight(x) ((x) >> 1) macro
691 ficl2UnsignedArithmeticShiftRight(ficl2Unsigned x);