Lines Matching refs:uy
548 ! uy = *(unsigned int*)py;
550 ! ay = uy & 0x7fffffff;
561 ! else fy = ((ax0 < 0x3f800000) != (uy >> 31)) ? ZERO : *(float*) &ay;
576 ! if (uy >> 31) ax0 = 0;
599 ! fy = (uy >> 31) ? ONE / ZERO : ZERO;
689 ! uy = ((int*)py)[0];
690 ! ay = uy & 0x7fffffff;
694 ! else fy = ((ax < 0x3f800000) != (uy >> 31)) ? ZERO : *(float*)&ay;
1644 srl %o2,31,%o2 ! uy >> 31
1648 cmp %o3,%o2 ! ((ax0 - 0x3f800000) << 63) ? (uy >> 31)
1680 srl %o2,31,%o2 ! uy >> 31
1681 cmp %o2,0 ! (uy >> 31) ? 0
1682 movne %icc,%g0,%o3 ! if (uy >> 31) ax0 = 0;
1755 srl %o2,31,%o2 ! uy >> 31
1757 cmp %o2,0 ! (uy >> 31) ? 0
1758 be,a,pn %icc,3f ! if((uy >> 31) == 0)
2963 srl %i5,31,%i5 ! uy >> 31
2965 cmp %l6,%i5 ! if((ax < 0x3f800000) != (uy >> 31))
2966 be,a,pn %icc,.xspec_exit ! if((ax < 0x3f800000) != (uy >> 31))