Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/math-emu/
Dop-common.h1 #define _FP_DECL(wc, X) \ argument
3 _FP_FRAC_DECL_##wc(X)
10 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
15 _FP_FRAC_HIGH_##wc(X) |= _FP_IMPLBIT_##fs; \
16 _FP_FRAC_SLL_##wc(X, _FP_WORKBITS); \
22 if (_FP_FRAC_ZEROP_##wc(X)) \
28 _FP_FRAC_CLZ_##wc(_shift, X); \
30 _FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS)); \
37 if (_FP_FRAC_ZEROP_##wc(X)) \
54 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
[all …]
Dsoft-fp.h22 #define _FP_ROUND_NEAREST(wc, X) \ argument
24 int __frac = _FP_FRAC_LOW_##wc(X) & 15; \
28 _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND); \
30 _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND); \
35 #define _FP_ROUND_ZERO(wc, X) \ argument
37 if (_FP_FRAC_LOW_##wc(X) & 7) \
42 #define _FP_ROUND_PINF(wc, X) \ argument
44 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
45 _FP_FRAC_ADDI_##wc(X, _FP_WORK_LSB); \
50 #define _FP_ROUND_MINF(wc, X) \ argument
[all …]
Dsfp-machine.h102 #define _FP_CHOOSENAN(fs, wc, R, X, Y) \ argument
105 _FP_FRAC_COPY_##wc(R,Y); \
/linux-2.4.37.9/include/math-emu/
Dop-common.h27 #define _FP_DECL(wc, X) \ argument
29 _FP_FRAC_DECL_##wc(X)
36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
42 _FP_FRAC_SLL_##wc(X, _FP_WORKBITS); \
48 if (_FP_FRAC_ZEROP_##wc(X)) \
54 _FP_FRAC_CLZ_##wc(_shift, X); \
56 _FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS)); \
69 if (_FP_FRAC_ZEROP_##wc(X)) \
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
97 _FP_ROUND(wc, X); \
[all …]
Dsoft-fp.h109 #define _FP_ROUND_NEAREST(wc, X) \ argument
111 if ((_FP_FRAC_LOW_##wc(X) & 15) != _FP_WORK_ROUND) \
112 _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND); \
115 #define _FP_ROUND_ZERO(wc, X) 0 argument
117 #define _FP_ROUND_PINF(wc, X) \ argument
119 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
120 _FP_FRAC_ADDI_##wc(X, _FP_WORK_LSB); \
123 #define _FP_ROUND_MINF(wc, X) \ argument
125 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
126 _FP_FRAC_ADDI_##wc(X, _FP_WORK_LSB); \
[all …]
/linux-2.4.37.9/drivers/sound/
Dwavfront.c1769 wavefront_synth_control (int cmd, wavefront_control *wc) in wavefront_synth_control() argument
1776 "cmd 0x%x\n", wc->cmd); in wavefront_synth_control()
1780 switch (wc->cmd) { in wavefront_synth_control()
1794 wc->rbuf[0] = dev.interrupts_on; in wavefront_synth_control()
1798 dev.rom_samples_rdonly = wc->wbuf[0]; in wavefront_synth_control()
1799 wc->status = 0; in wavefront_synth_control()
1803 i = wc->wbuf[0] | (wc->wbuf[1] << 7); in wavefront_synth_control()
1807 wc->status = EINVAL; in wavefront_synth_control()
1810 wc->rbuf[0] = dev.sample_status[i]; in wavefront_synth_control()
1811 wc->status = 0; in wavefront_synth_control()
[all …]
/linux-2.4.37.9/include/asm-mips/
Dsfp-machine.h27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
33 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \
38 _FP_FRAC_COPY_##wc(R,X); \
/linux-2.4.37.9/include/asm-mips64/
Dsfp-machine.h27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
33 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \
38 _FP_FRAC_COPY_##wc(R,X); \
/linux-2.4.37.9/include/asm-sparc64/
Dsfp-machine.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
65 _FP_FRAC_COPY_##wc(R,X); \
70 _FP_FRAC_COPY_##wc(R,Y); \
/linux-2.4.37.9/include/asm-s390/
Dsfp-machine.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
65 _FP_FRAC_COPY_##wc(R,Y); \
70 _FP_FRAC_COPY_##wc(R,X); \
/linux-2.4.37.9/include/asm-alpha/
Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
58 _FP_FRAC_COPY_##wc(R,X); \
/linux-2.4.37.9/include/asm-sparc/
Dsfp-machine.h62 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
68 _FP_FRAC_COPY_##wc(R,X); \
73 _FP_FRAC_COPY_##wc(R,Y); \
/linux-2.4.37.9/scripts/
Dextract-ikconfig16 wc $1.oldconfig.$PID
/linux-2.4.37.9/Documentation/
Drmdev_dyn.cciss65 wc -l` -eq 0 ]; then
Dmkdev_dyn.cciss120 wc -l` -gt 0 ]; then
Dcomputone.txt574 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'ip2mkdev'`"
/linux-2.4.37.9/fs/nls/
Dnls_base.c108 utf8_wctomb(__u8 *s, wchar_t wc, int maxlen) in utf8_wctomb() argument
117 l = wc; in utf8_wctomb()
/linux-2.4.37.9/drivers/media/video/
Dplanb.c720 int wc = clip->width, hc = clip->height; in add_clip() local
724 DBG("PlanB: clip %dx%d+%d+%d\n", wc, hc, xc, yc); in add_clip()
727 wc += xc; in add_clip()
734 if(xc + wc > ww) in add_clip()
735 wc = ww - xc; in add_clip()
736 if(wc <= 0) /* Nothing to do */ in add_clip()
743 xtmp2=(xc+wc)>>3; in add_clip()
745 if(xc != 0 || wc >= 8) in add_clip()
753 ((xc+wc) & 7)); in add_clip()
/linux-2.4.37.9/fs/fat/
Ddir.c128 wchar_t wc; in fat_short2lower_uni() local
130 charlen = t->char2uni(c, clen, &wc); in fat_short2lower_uni()
145 *uni = wc; in fat_short2lower_uni()
/linux-2.4.37.9/arch/ia64/sn/fakeprom/
Dmake_textsym165 N=`wc -l $TEXTSYM|awk '{print $1}'`
/linux-2.4.37.9/Documentation/video4linux/
DCQcam.txt124 v4lgrab | wc # should give you a count of characters
157 v4lgrab >qcam.ppm ; wc qcam.ppm ; xv qcam.ppm
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c28 #define _FP_TO_FPINT_ROUND(fs, wc, X) \ argument
39 _FP_FRAC_SRS_##wc(X, _FP_WFRACBITS_##fs, \
42 _FP_ROUND(wc, X); \
43 _FP_FRAC_SLL_##wc(X, X##_e - _FP_EXPBIAS_##fs \
/linux-2.4.37.9/Documentation/sound/
Drme96xx475 checkbutton .control.sync.mode.wc -text "Wordclock" -anchor nw -width 13 -variable wordclock -comma…
477 pack .control.sync.mode.text .control.sync.mode.master .control.sync.mode.wc