/linux-2.4.37.9/arch/ppc/math-emu/ |
D | op-common.h | 1 #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 …]
|
D | soft-fp.h | 22 #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 …]
|
D | sfp-machine.h | 102 #define _FP_CHOOSENAN(fs, wc, R, X, Y) \ argument 105 _FP_FRAC_COPY_##wc(R,Y); \
|
/linux-2.4.37.9/include/math-emu/ |
D | op-common.h | 27 #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 …]
|
D | soft-fp.h | 109 #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/ |
D | wavfront.c | 1769 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/ |
D | sfp-machine.h | 27 #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/ |
D | sfp-machine.h | 27 #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/ |
D | sfp-machine.h | 59 #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/ |
D | sfp-machine.h | 59 #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/ |
D | sfp-machine.h | 55 #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/ |
D | sfp-machine.h | 62 #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/ |
D | extract-ikconfig | 16 wc $1.oldconfig.$PID
|
/linux-2.4.37.9/Documentation/ |
D | rmdev_dyn.cciss | 65 wc -l` -eq 0 ]; then
|
D | mkdev_dyn.cciss | 120 wc -l` -gt 0 ]; then
|
D | computone.txt | 574 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'ip2mkdev'`"
|
/linux-2.4.37.9/fs/nls/ |
D | nls_base.c | 108 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/ |
D | planb.c | 720 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/ |
D | dir.c | 128 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/ |
D | make_textsym | 165 N=`wc -l $TEXTSYM|awk '{print $1}'`
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | CQcam.txt | 124 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/ |
D | math.c | 28 #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/ |
D | rme96xx | 475 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
|