Home
last modified time | relevance | path

Searched refs:ficl2UnsignedArithmeticShiftLeft (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c195 addend = ficl2UnsignedArithmeticShiftLeft(addend); in ficl2UnsignedMultiply()
223 ficl2UnsignedArithmeticShiftLeft(ficl2Unsigned x) in ficl2UnsignedArithmeticShiftLeft() function
317 mask = ficl2UnsignedArithmeticShiftLeft(mask); in ficl2UnsignedDivide()
318 subtrahend = ficl2UnsignedArithmeticShiftLeft(subtrahend); in ficl2UnsignedDivide()
H A Dficl.h638 #define ficl2UnsignedArithmeticShiftLeft(x) ((x) << 1) macro
689 ficl2UnsignedArithmeticShiftLeft(ficl2Unsigned x);