Home
last modified time | relevance | path

Searched refs:ly (Results 1 – 23 of 23) sorted by relevance

/src/lib/msun/src/
H A De_fmod.c30 u_int32_t lx, ly, lz; in fmod() local
33 EXTRACT_WORDS(hy,ly,y); in fmod()
39 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */ in fmod()
40 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */ in fmod()
43 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */ in fmod()
44 if(lx==ly) in fmod()
56 iy = subnormal_ilogb(hy, ly); in fmod()
78 hy = (hy<<n)|(ly>>(32-n)); in fmod()
79 ly <<= n; in fmod()
81 hy = ly<<(n-32); in fmod()
[all …]
H A Ds_remquo.c31 u_int32_t lx,ly,lz,q,sxy; in remquo() local
34 EXTRACT_WORDS(hy,ly,y); in remquo()
41 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */ in remquo()
42 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */ in remquo()
45 if((hx<hy)||(lx<ly)) { in remquo()
49 if(lx==ly) { in remquo()
63 iy = subnormal_ilogb(hy, ly); in remquo()
85 hy = (hy<<n)|(ly>>(32-n)); in remquo()
86 ly <<= n; in remquo()
88 hy = ly<<(n-32); in remquo()
[all …]
H A Ds_nextafter.c29 u_int32_t lx,ly; in nextafter() local
32 EXTRACT_WORDS(hy,ly,y); in nextafter()
37 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */ in nextafter()
46 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */ in nextafter()
54 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */ in nextafter()
H A De_atan2.c61 u_int32_t lx,ly; in atan2() local
65 EXTRACT_WORDS(hy,ly,y); in atan2()
68 ((iy|((ly|-ly)>>31))>0x7ff00000)) /* x or y is NaN */ in atan2()
74 if((iy|ly)==0) { in atan2()
H A De_fmodl.c66 manl_t lx,ly,lz; in fmodl() local
111 ly = uy.bits.manl; in fmodl()
117 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in fmodl()
125 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in fmodl()
H A Ds_remquol.c69 manl_t lx,ly,lz; in remquol() local
119 ly = uy.bits.manl; in remquol()
125 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in remquol()
130 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in remquol()
H A De_pow.c103 u_int32_t lx,ly; in pow() local
106 EXTRACT_WORDS(hy,ly,y); in pow()
110 if((iy|ly)==0) return one; in pow()
117 iy > 0x7ff00000 || ((iy==0x7ff00000)&&(ly!=0))) in pow()
131 j = ly>>(52-k); in pow()
132 if(((u_int32_t)j<<(52-k))==ly) yisint = 2-(j&1); in pow()
133 } else if(ly==0) { in pow()
141 if(ly==0) { in pow()
H A Ds_csinh.c52 int32_t hx, hy, ix, iy, lx, ly; in csinh() local
58 EXTRACT_WORDS(hy, ly, y); in csinh()
65 if ((iy | ly) == 0) in csinh()
105 if ((iy | ly) == 0) /* && ix >= 0x7ff00000 */ in csinh()
H A Ds_ccosh.c52 int32_t hx, hy, ix, iy, lx, ly; in ccosh() local
58 EXTRACT_WORDS(hy, ly, y); in ccosh()
65 if ((iy | ly) == 0) in ccosh()
108 if ((iy | ly) == 0) /* && ix >= 0x7ff00000 */ in ccosh()
H A Ds_cexp.c43 uint32_t hx, hy, lx, ly; in cexp() local
48 EXTRACT_WORDS(hy, ly, y); in cexp()
52 if ((hy | ly) == 0) in cexp()
/src/lib/msun/ld80/
H A Ds_cexpl.c46 uint64_t lx, ly; in cexpl() local
54 EXTRACT_LDBL80_WORDS(hy, ly, y); in cexpl()
58 if ((hy | ly) == 0) in cexpl()
/src/crypto/openssl/test/ocsp-tests/
H A Dserver-cert.pem2 MIIBtTCCATygAwIBAgIUc8igiUSIgJr+ly/gutNGAxjRzL8wCgYIKoZIzj0EAwIw
H A Dserver.pem2 MIIBtTCCATygAwIBAgIUc8igiUSIgJr+ly/gutNGAxjRzL8wCgYIKoZIzj0EAwIw
/src/share/mk/
H A Dbsd.suffixes.mk94 ${CC} ${CFLAGS} ${LDFLAGS} y.tab.c ${LDLIBS} -ly -o ${.TARGET}
/src/contrib/bmake/mk/
H A Dprog.mk113 .NOPATH: ${OBJS} ${PROG} ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}}
/src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun7i-a20-bananapi-m1-plus.dts2 * Copyright 2016 Luo Yi <luoyi.ly@gmail.com>
/src/usr.sbin/crunch/examples/
H A Dreally-big.conf156 libs -ll -ly -lm -lresolv -lrpcsvc -lcompat
/src/usr.bin/units/
H A Ddefinitions.units702 hubble 1e9 ly
720 ly lightyear
/src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c622 int lx = 0, ly = 0, lhave = 0; in interpolate() local
649 ly = py[ip]; in interpolate()
660 y = ly; in interpolate()
663 bf = (2 * (hy - ly) * (x - lx)) / (hx - lx); in interpolate()
666 y = ly + factor + plus; in interpolate()
670 y = ly; in interpolate()
/src/contrib/tzdata/
H A Dafrica453 # Here is an official source [in Arabic]: http://ls.ly/fb6Yc
/src/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6891 HcE6r/HRESSsupCUVa2jDvPs97CwPHBkoIDsTJ8hoQkNHUafDroXkyBbOpSyn+ly
/src/contrib/one-true-awk/testdir/
H A Dfunstack.in25948 …f nodes in the tree. This represents an improvement over the best previous ly known insertion algo…
/src/share/dict/
H A Dweb2109262 ly