Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
Dfp_lib.h266 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local
271 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local
275 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local