Lines Matching refs:hx
73 unsigned hx; in __nexttowardf() local
85 hx = xx.i & ~0x80000000; in __nexttowardf()
93 if (hx == 0) { /* x is zero; return zero with y's sign */ in __nexttowardf()
102 if (hx == 0) /* x is zero */ in __nexttowardf()
109 if (hx == 0) /* x is zero */ in __nexttowardf()
118 hx = xx.i & ~0x80000000; in __nexttowardf()
119 if (hx == 0x7f800000) { in __nexttowardf()
122 } else if (hx < 0x00800000) { in __nexttowardf()
138 unsigned hx; in __nexttowardf() local
143 hx = xx.i & ~0x80000000; in __nexttowardf()
153 if (hx == 0) /* x is zero */ in __nexttowardf()
160 if (hx == 0) /* x is zero */ in __nexttowardf()
169 hx = xx.i & ~0x80000000; in __nexttowardf()
170 if (hx == 0x7f800000) { in __nexttowardf()
173 } else if (hx < 0x00800000) { in __nexttowardf()