Searched refs:shiftout (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_unpack_dble.c67 unsigned long high, low, shiftout = 0; local
71 pu->significand[i] = shiftout | high;
72 shiftout = low;
114 unsigned long high, low, shiftout = 0; local
118 pu->significand[i] = shiftout | high;
119 shiftout = low;
H A Dpack_float.c61 unsigned long high, low, shiftout = 0; local
65 pu->significand[i] = shiftout | high;
66 shiftout = low;
68 if (shiftout != 0)
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c62 unsigned int high, low, shiftout = 0; local
66 pu->significand[i] = shiftout | high;
67 shiftout = low;
69 if (shiftout != 0)
/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)
[all...]

Completed in 48 milliseconds