Searched refs:ly (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_remquo.c35 u_int32_t lx,ly,lz,q,sxy; local
38 EXTRACT_WORDS(hy,ly,y);
45 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */
46 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */
49 if((hx<hy)||(lx<ly)) {
53 if(lx==ly) {
71 for (iy = -1043, i=ly; i>0; i<<=1) iy -=1;
77 /* set up {hx,lx}, {hy,ly} and align y to x */
95 hy = (hy<<n)|(ly>>(3
[all...]
H A De_fmod.c34 u_int32_t lx,ly,lz; local
37 EXTRACT_WORDS(hy,ly,y);
43 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */
44 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */
47 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */
48 if(lx==ly)
64 for (iy = -1043, i=ly; i>0; i<<=1) iy -=1;
70 /* set up {hx,lx}, {hy,ly} and align y to x */
88 hy = (hy<<n)|(ly>>(3
[all...]
H A Ds_nextafter.c33 u_int32_t lx,ly; local
36 EXTRACT_WORDS(hy,ly,y);
41 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */
50 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */
58 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */
H A De_atan2.c65 u_int32_t lx,ly; local
69 EXTRACT_WORDS(hy,ly,y);
72 ((iy|((ly|-ly)>>31))>0x7ff00000)) /* x or y is NaN */
78 if((iy|ly)==0) {
H A Ds_ccosh.c53 int32_t hx, hy, ix, iy, lx, ly; local
59 EXTRACT_WORDS(hy, ly, y);
66 if ((iy | ly) == 0)
107 if ((iy | ly) == 0) /* && ix >= 0x7ff00000 */
H A Ds_csinh.c53 int32_t hx, hy, ix, iy, lx, ly; local
59 EXTRACT_WORDS(hy, ly, y);
66 if ((iy | ly) == 0)
104 if ((iy | ly) == 0) /* && ix >= 0x7ff00000 */
H A Ds_cexp.c43 uint32_t hx, hy, lx, ly; local
48 EXTRACT_WORDS(hy, ly, y);
52 if ((hy | ly) == 0)
H A De_fmodl.c70 manl_t lx,ly,lz; local
111 /* set up {hx,lx}, {hy,ly} and align y to x */
115 ly = uy.bits.manl;
121 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
129 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
H A De_pow.c107 u_int32_t lx,ly; local
110 EXTRACT_WORDS(hy,ly,y);
114 if((iy|ly)==0) return one;
121 iy > 0x7ff00000 || ((iy==0x7ff00000)&&(ly!=0)))
135 j = ly>>(52-k);
136 if((j<<(52-k))==ly) yisint = 2-(j&1);
137 } else if(ly==0) {
145 if(ly==0) {
H A Ds_remquol.c73 manl_t lx,ly,lz; local
120 /* set up {hx,lx}, {hy,ly} and align y to x */
124 ly = uy.bits.manl;
131 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
136 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.h380 static int lx = 0 ,ly = 0; local
387 if (flush == -1) {lx = (int)px; ly = (int)py; return;}
391 dynew = (int)py -ly;
431 lx = (int)px; ly = (int)py;
538 vdmnum((int)(y_1-ly),ycoord));*/
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp717 int lx, ly; local
721 ly = y[1];
722 tmove2(lx, ly);
/freebsd-11-stable/contrib/bmake/mk/
H A Dprog.mk90 .NOPATH: ${OBJS} ${PROG} ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}}
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf158 libs -ll -ly -lm -lresolv -lrpcsvc -lcompat
/freebsd-11-stable/share/mk/
H A Dsys.mk418 ${CC} ${CFLAGS} ${LDFLAGS} y.tab.c ${LDLIBS} -ly -o ${.TARGET}
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c622 int lx = 0, ly = 0, lhave = 0; local
649 ly = py[ip];
660 y = ly;
663 bf = (2 * (hy - ly) * (x - lx)) / (hx - lx);
666 y = ly + factor + plus;
670 y = ly;
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6891 HcE6r/HRESSsupCUVa2jDvPs97CwPHBkoIDsTJ8hoQkNHUafDroXkyBbOpSyn+ly
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex191 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex190 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces

Completed in 330 milliseconds