Lines Matching refs:xx
67 } xx; in __nexttowardf() local
84 lx = xx.f = x; in __nexttowardf()
85 hx = xx.i & ~0x80000000; in __nexttowardf()
95 xx.i = yy.i[0]; in __nexttowardf()
96 return (xx.f); in __nexttowardf()
103 xx.i = 0x00000001; in __nexttowardf()
104 else if ((int) xx.i >= 0) /* x is positive */ in __nexttowardf()
105 xx.i++; in __nexttowardf()
107 xx.i--; in __nexttowardf()
110 xx.i = 0x80000001; in __nexttowardf()
111 else if ((int) xx.i >= 0) /* x is positive */ in __nexttowardf()
112 xx.i--; in __nexttowardf()
114 xx.i++; in __nexttowardf()
118 hx = xx.i & ~0x80000000; in __nexttowardf()
127 return (xx.f); in __nexttowardf()
137 } xx; in __nexttowardf() local
142 lx = xx.f = x; in __nexttowardf()
143 hx = xx.i & ~0x80000000; in __nexttowardf()
154 xx.i = 0x00000001; in __nexttowardf()
155 else if ((int) xx.i >= 0) /* x is positive */ in __nexttowardf()
156 xx.i++; in __nexttowardf()
158 xx.i--; in __nexttowardf()
161 xx.i = 0x80000001; in __nexttowardf()
162 else if ((int) xx.i >= 0) /* x is positive */ in __nexttowardf()
163 xx.i--; in __nexttowardf()
165 xx.i++; in __nexttowardf()
169 hx = xx.i & ~0x80000000; in __nexttowardf()
178 return (xx.f); in __nexttowardf()