Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c60 unsigned int high, low, shiftout = 0; in __fp_rightshift() local
64 pu->significand[i] = shiftout | high; in __fp_rightshift()
65 shiftout = low; in __fp_rightshift()
67 if (shiftout != 0) in __fp_rightshift()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c756 bool shiftout = false; local
789 if (shiftout)
793 shiftout = false;
802 shiftout = true;
816 shiftout = true;
844 shiftout = true;
867 shiftout = true;
892 if (!shiftout)
896 shiftout = true;
913 if (shiftout)