Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c223 ficl2UnsignedArithmeticShiftLeft(ficl2Unsigned x) in ficl2UnsignedArithmeticShiftLeft() function
H A Dficl.h638 #define ficl2UnsignedArithmeticShiftLeft(x) ((x) << 1) macro