Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/linux-3.4.99/arch/sh/include/asm/
Dsfp-machine.h33 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
34 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
35 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
36 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
37 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
38 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
40 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
41 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
42 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-3.4.99/arch/sparc/include/asm/
Dsfp-machine_64.h32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument
40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument
41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument
59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
Dsfp-machine_32.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv0367_priv.h43 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) argument
44 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) argument
45 #define INRANGE(X, Y, Z) \ argument
46 ((((X) <= (Y)) && ((Y) <= (Z))) || \
47 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
50 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument
54 #define MSB(Y) (((Y) >> 8) & 0xff) argument
55 #define MMSB(Y)(((Y) >> 16) & 0xff) argument
DKconfig26 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
35 demodulator. Say Y when you want to support this tuner.
43 Say Y when you want to support these frontends.
62 Say Y when you want to support this frontend.
71 Say Y when you want to support this tuner.
81 A DVB-S tuner module. Say Y when you want to support this frontend.
88 A DVB-S tuner module. Say Y when you want to support this frontend.
95 A DVB-S tuner module. Say Y when you want to support this frontend.
102 A DVB-S tuner module. Say Y when you want to support this frontend.
109 A DVB-S tuner module. Say Y when you want to support this frontend.
[all …]
/linux-3.4.99/arch/alpha/include/asm/
Dsfp-machine.h32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument
40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv(D,R,X,Y) argument
41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument
55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-3.4.99/arch/m68k/fpsp040/
Dsrem_mod.S5 | input values X and Y. The entry point sREM computes the floating
6 | point (IEEE) REM of the input values X and Y.
10 | Double-extended value Y is pointed to by address in register
12 | of X and Y are both nonzero and finite; although either or both
18 | FREM(X,Y) or FMOD(X,Y), depending on entry point.
23 | Step 1. Save and strip signs of X and Y: signX := sign(X),
24 | signY := sign(Y), X := |X|, Y := |Y|,
28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0.
35 | Step 3. Perform MOD(X,Y)
36 | 3.1 If R = Y, go to Step 9.
[all …]
Dsatan.S349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6)))))
350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] )
351 |--WHERE Y = X*X, AND Z = Y*Y.
356 fmulx %fp0,%fp0 | ...FP0 IS Y = X*X
362 fmulx %fp1,%fp1 | ...FP1 IS Z = Y*Y
379 fmulx %fp0,%fp2 | ...Y*(B2+Z*(B4+Z*B6))
380 fmulx X(%a6),%fp0 | ...X*Y
382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]
385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))])
408 |--X'+X'*Y*(C1+Y*(C2+Y*(C3+Y*(C4+Y*C5)))), X' = -1/X, Y = X'*X'
[all …]
/linux-3.4.99/arch/s390/include/asm/
Dsfp-machine.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-3.4.99/include/math-emu/
Dop-2.h93 #define _FP_FRAC_ADD_2(R,X,Y) \ argument
94 __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
96 #define _FP_FRAC_SUB_2(R,X,Y) \ argument
97 __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
99 #define _FP_FRAC_DEC_2(X,Y) \ argument
100 __FP_FRAC_DEC_2(X##_f1, X##_f0, Y##_f1, Y##_f0)
118 #define _FP_FRAC_EQ_2(X, Y) (X##_f1 == Y##_f1 && X##_f0 == Y##_f0) argument
119 #define _FP_FRAC_GT_2(X, Y) \ argument
120 (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 > Y##_f0))
121 #define _FP_FRAC_GE_2(X, Y) \ argument
[all …]
Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
231 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
236 _FP_I_TYPE diff = X##_e - Y##_e; \
245 R##_e = Y##_e; \
252 _FP_FRAC_SRS_##wc(Y, diff, _FP_WFRACBITS_##fs); \
253 else if (!_FP_FRAC_ZEROP_##wc(Y)) \
254 _FP_FRAC_SET_##wc(Y, _FP_MINFRAC_##wc); \
261 if (X##_s == Y##_s) \
264 _FP_FRAC_ADD_##wc(R, X, Y); \
274 _FP_FRAC_SUB_##wc(R, X, Y); \
[all …]
Dop-1.h52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument
53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument
54 #define _FP_FRAC_DEC_1(X,Y) (X##_f -= Y##_f) argument
62 #define _FP_FRAC_EQ_1(X, Y) (X##_f == Y##_f) argument
63 #define _FP_FRAC_GE_1(X, Y) (X##_f >= Y##_f) argument
64 #define _FP_FRAC_GT_1(X, Y) (X##_f > Y##_f) argument
127 #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y) \ argument
129 R##_f = X##_f * Y##_f; \
138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument
141 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \
[all …]
Ddouble.h110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument
111 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument
112 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument
113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument
117 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) argument
118 #define FP_CMP_EQ_D(r,X,Y) _FP_CMP_EQ(D,2,r,X,Y) argument
182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument
183 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument
184 #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) argument
185 #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) argument
[all …]
Dquad.h116 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument
117 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument
118 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument
119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument
123 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,4,r,X,Y,un) argument
124 #define FP_CMP_EQ_Q(r,X,Y) _FP_CMP_EQ(Q,4,r,X,Y) argument
189 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument
190 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument
191 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) argument
192 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,2,R,X,Y) argument
[all …]
Dop-4.h111 #define _FP_FRAC_ADD_4(R,X,Y) \ argument
114 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
116 #define _FP_FRAC_SUB_4(R,X,Y) \ argument
119 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
121 #define _FP_FRAC_DEC_4(X,Y) \ argument
123 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
137 #define _FP_FRAC_EQ_4(X,Y) \ argument
138 (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \
139 && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3])
141 #define _FP_FRAC_GT_4(X,Y) \ argument
[all …]
Dsingle.h99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument
100 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument
101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument
102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument
106 #define FP_CMP_S(r,X,Y,un) _FP_CMP(S,1,r,X,Y,un) argument
107 #define FP_CMP_EQ_S(r,X,Y) _FP_CMP_EQ(S,1,r,X,Y) argument
/linux-3.4.99/arch/arm/mach-orion5x/
DKconfig9 Say 'Y' here if you want your kernel to support the
16 Say 'Y' here if you want your kernel to support the
23 Say 'Y' here if you want your kernel to support the
31 Say 'Y' here if you want your kernel to support the
37 Say 'Y' here if you want your kernel to support the
43 Say 'Y' here if you want your kernel to support the
50 Say 'Y' here if you want your kernel to support the
58 Say 'Y' here if you want your kernel to support the
65 Say 'Y' here if you want your kernel to support the
72 Say 'Y' here if you want your kernel to support the
[all …]
/linux-3.4.99/drivers/power/
DKconfig4 Say Y here to enable power supply class support. This allows
14 Say Y here to enable debugging messages for power supply class
21 Say Y here to enable generic power driver for PDAs and phones with
29 Say Y here to enable support APM status emulation using
36 Say Y here to enable support for the battery charger in the Maxim
43 Say Y here to enable support for the backup battery charger
50 Say Y here to enable support for the power management unit
57 Say Y here to enable support for the power management unit
69 Say Y here to enable support for batteries with ds2760 chip.
77 Say Y here to enable support for batteries with ds2780 chip.
[all …]
/linux-3.4.99/arch/arm/mach-kirkwood/
DKconfig8 Say 'Y' here if you want your kernel to support the
14 Say 'Y' here if you want your kernel to support the
20 Say 'Y' here if you want your kernel to support the
26 Say 'Y' here if you want your kernel to support the
32 Say 'Y' here if you want your kernel to support the
38 Say 'Y' here if you want your kernel to support the
44 Say 'Y' here if you want your kernel to support the
51 Say 'Y' here if you want your kernel to support the
58 Say 'Y' here if you want your kernel to support the
64 Say 'Y' here if you want your kernel to support the
[all …]
/linux-3.4.99/Documentation/input/
Dsentelic.txt18 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|W|W|W|W|
21 Byte 1: Bit7 => Y overflow
23 Bit5 => Y sign bit
30 Byte 3: Y Movement(9-bit 2's complement integers)
47 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|r|l|u|d|
50 Byte 1: Bit7 => Y overflow
52 Bit5 => Y sign bit
59 Byte 3: Y Movement(9-bit 2's complement integers)
87 1 |0|1|V|1|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|d|u|X|X|Y|Y|
100 Byte 3: Y coordinate (ypos[9:2])
[all …]
/linux-3.4.99/arch/um/include/shared/
Das-layout.h25 #define _UML_AC(X, Y) (Y)
27 #define __UML_AC(X, Y) (X(Y)) argument
28 #define _UML_AC(X, Y) __UML_AC(X, Y) argument
/linux-3.4.99/include/linux/
Dconst.h16 #define _AC(X,Y) X
19 #define __AC(X,Y) (X##Y) argument
20 #define _AC(X,Y) __AC(X,Y) argument
/linux-3.4.99/drivers/input/tablet/
DKconfig7 Say Y here, and a list of supported tablets will be displayed.
10 If unsure, say Y.
19 Say Y here if you want to use the USB version of the Acecad Flair
20 tablet. Make sure to say Y to "Mouse support"
32 Say Y here if you want to use the USB version of the Aiptek 6000U,
33 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
44 Say Y here if you want to use the USB version of the GTCO
45 CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
57 Say Y here if you want to use the USB version of the Hanwang Art
68 Say Y here if you want to use the USB version of the KB Gear
[all …]
/linux-3.4.99/drivers/media/video/gspca/
DKconfig6 Say Y here if you want to enable selecting webcams based
11 This driver uses the Video For Linux API. You must say Y or M to
28 Say Y here if you want support for the Benq DC E300 camera.
37 Say Y here if you want support for cameras based on the Conexant chip.
46 Say Y here if you want support for USB cameras based on the cpia
57 Say Y here if you want support for cameras based on the Etoms chip.
66 Say Y here if you want support for cameras based on the FinePix chip.
75 Say Y here if you want support for cameras based on this Jeilin chip.
84 Say Y here if you want support for cameras based the
94 Say Y here if you want support for the Microsoft Kinect sensor device.
[all …]
/linux-3.4.99/arch/arm/mach-ep93xx/
DKconfig52 Say 'Y' here if you want your kernel to support the ADS
63 Say 'Y' here if you want your kernel to support the Cirrus
71 Say 'Y' here if you want your kernel to support the Cirrus
79 Say 'Y' here if you want your kernel to support the Cirrus
87 Say 'Y' here if you want your kernel to support the Cirrus
95 Say 'Y' here if you want your kernel to support the Cirrus
103 Say 'Y' here if you want your kernel to support the Cirrus
111 Say 'Y' here if you want your kernel to support the Cirrus
119 Say 'Y' here if you want your kernel to support the Cirrus
126 Say 'Y' here if you want your kernel to support the Glomation
[all …]

12345678910>>...29