Home
last modified time | relevance | path

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

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