Lines Matching refs:ly
37 u_int32_t lx,ly,lz; in __strong_alias() local
40 EXTRACT_WORDS(hy,ly,y); in __strong_alias()
46 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */ in __strong_alias()
47 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */ in __strong_alias()
50 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */ in __strong_alias()
51 if(lx==ly) in __strong_alias()
67 for (iy = -1043, i=ly; i>0; i<<=1) iy -=1; in __strong_alias()
91 hy = (hy<<n)|(ly>>(32-n)); in __strong_alias()
92 ly <<= n; in __strong_alias()
94 hy = ly<<(n-32); in __strong_alias()
95 ly = 0; in __strong_alias()
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in __strong_alias()
110 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in __strong_alias()