Searched refs:rm (Results 26 - 50 of 610) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/math-emu/
H A Ddp_div.c129 u64 rm = 0; local
136 rm |= bm;
142 rm <<= 1;
144 rm |= 1; /* have remainder, set sticky */
146 assert(rm);
148 /* normalise rm to rounding precision ?
150 while ((rm >> (DP_MBITS + 3)) == 0) {
151 rm <<= 1;
155 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
H A Dsp_div.c129 unsigned rm = 0; local
136 rm |= bm;
142 rm <<= 1;
144 rm |= 1; /* have remainder, set sticky */
146 assert(rm);
148 /* normalise rm to rounding precision ?
150 while ((rm >> (SP_MBITS + 3)) == 0) {
151 rm <<= 1;
155 SPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
H A Ddp_mul.c108 /* rm = xm * ym, re = xe+ye basicly */
114 u64 rm; local
120 /* multiply 32bits xm,ym to give high 32bits rm with stickness
158 rm = hrm | (lrm != 0);
164 if ((s64) rm < 0) {
165 rm =
166 (rm >> (64 - (DP_MBITS + 1 + 3))) |
167 ((rm << (DP_MBITS + 1 + 3)) != 0);
170 rm =
171 (rm >> (6
[all...]
H A Dsp_mul.c108 /* rm = xm * ym, re = xe+ye basicly */
115 unsigned rm; local
121 /* multiply 32bits xm,ym to give high 32bits rm with stickness
153 rm = hrm | (lrm != 0);
159 if ((int) rm < 0) {
160 rm = (rm >> (32 - (SP_MBITS + 1 + 3))) |
161 ((rm << (SP_MBITS + 1 + 3)) != 0);
164 rm = (rm >> (3
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/tools/
H A DMakefile19 rm -f offset.[hs] $(TARGET).new
22 rm -f $(TARGET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A DMakefile16 rm -f $(LATEXFILE).ps $(LATEXFILE).dvi $(LATEXFILE).aux $(LATEXFILE).log
19 rm -f $(LATEXFILE).aux $(LATEXFILE).log
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dtestpr38 (cd $d; rm -f *;)
H A DMakefile.in25 rm -f $$f; \
27 rm -f *.old *.bak ? ?.* core
/asus-wl-520gu-7.0.1.45/src/router/ppp/scripts/
H A Dppp-off22 rm -f /var/run/$DEVICE.pid
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dppp-off22 rm -f /var/run/$DEVICE.pid
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dppp-off22 rm -f /var/run/$DEVICE.pid
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/auth/
H A DMakefile29 rm -rf .libs
30 rm -f core *~ *% *.bak \
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/build_farm/
H A Dbacktrace15 /bin/rm -f $TMPFILE
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Dcheck-translit11 rm -f tmp
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Ddepcomp78 rm -f "$tmpdepfile"
105 rm -f "$tmpdepfile"
128 rm -f "$tmpdepfile"
131 rm -f "$depfile"
151 rm -f "$tmpdepfile"
170 rm -f "$tmpdepfile"
173 rm -f "$depfile"
202 rm -f "$tmpdepfile"
228 rm -f "$tmpdepfile"
245 rm
[all...]
/asus-wl-520gu-7.0.1.45/src/router/mipsel/
H A DMakefile39 rm -rf www
45 cd ../www/www.WL-500gP\ V2 && rm -f `find -name Thumbs.db` && cd $(PLATFORMDIR)
49 rm -f $(TARGETDIR)/tmp/settings
51 cd $(TARGETDIR) && rm -rf `find -name CVS` && cd ..
53 #cd $(TARGETDIR)/usr/sbin/ && rm -f wl && ln -sf wlconf wl && cd ../../..
64 rm -rf www
68 cd ../www/www.WL-520GU && rm -f `find -name Thumbs.db` && cd $(PLATFORMDIR)
72 rm -f $(TARGETDIR)/tmp/settings
73 cd $(TARGETDIR) && rm -rf `find -name CVS` && cd ..
75 cd $(TARGETDIR)/usr/sbin/ && rm
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/
H A Dmkweb22 rm -rf ./web
37 rm -rf ./web
48 rm -rf ./web
57 rm -rf ./web
71 rm -rf ./web
84 rm -rf ./web
93 rm -rf ./web
98 rm -rf ./web
107 rm -rf ./web
125 rm
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/philips/nino/
H A DMakefile20 rm -f *.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A DMakefile19 rm -f $(UTILS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/cs4281/
H A DMakefile12 rm -f core *.o *.a *.s
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A DMakefile24 rm -f core *.o *.a *.s
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/cramfs/
H A DGNUmakefile10 rm -f $(PROGS)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debian/
H A De2fsprogs.preinst19 rm -rf /etc/mkinitrd/scripts/e2fsprogs
21 rm -f /etc/mkinitrd/scripts/e2fsprogs.mkinitrd
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/install-utils/
H A Dremove_preformat_manpages12 rm -f $PREFORMAT_ROOT/cat8/$i $COMPILED_ROOT/cat8/$i \
19 rm -f $PREFORMAT_ROOT/cat1/$i $COMPILED_ROOT/cat1/$i \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/tdb/
H A DMakefile13 rm -f tdb.c tdb.h tdb.o tdbtool tdbtool.c tdbtool.o .svninfo
14 rm -rf .pc

Completed in 295 milliseconds

1234567891011>>