Lines Matching refs:jx
130 int ix, iy, jx, jy, k, iw, yisint; in powf() local
134 jx = ix & ~0x80000000; in powf()
141 else if (((0x7f800000 - jx) | (0x7f800000 - jy)) < 0) in powf()
167 if (jx == 0x3f800000) { in powf()
174 } else if (jx > 0x3f800000) { in powf()
194 if (jx != 0 && jx != 0x7f800000) in powf()
200 if ((jx & ~0x7f800000) == 0) { in powf()
201 if (jx == 0x7f800000 || jx == 0 || jx == 0x3f800000) { in powf()
203 *(int *)&fz = jx; in powf()
207 if (jx == 0x3f800000 && yisint == 0) { in powf()
238 fx = *(float *)&jx; in powf()