Home
last modified time | relevance | path

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

123456

/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 …]
/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 …]
/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 …]
/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 …]
/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 …]
Dsatanh.S76 |--Y = |X|, Z = 2Y/(1-Y), ATANH(X) = SIGN(X) * (1/2) * LOG1P(Z).
78 fabsx (%a0),%fp0 | ...Y = |X|
80 fnegx %fp1 | ...-Y
81 faddx %fp0,%fp0 | ...2Y
82 fadds #0x3F800000,%fp1 | ...1-Y
83 fdivx %fp1,%fp0 | ...2Y/(1-Y)
Dslogn.S30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven
31 | significant bits of Y plus 2**(-7), i.e. F = 1.xxxxxx1 in base
32 | 2 where the six "x" match those of Y. Note that |Y-F| <= 2**(-7).
34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u,
37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u)
45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2
48 | u = (Y-F)/F.
342 |--X = 2^(K) * Y, 1 <= Y < 2. THUS, Y = 1.XXXXXXXX....XX IN BINARY.
343 |--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
344 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
[all …]
Dstanh.S26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and
36 | sgn := sign(X), y := 2|X|, z := exp(Y),
95 |--Y = 2|X|, Z = EXPM1(Y), TANH(X) = SIGN(X) * Z / (Z+2).
103 fmovex X(%a6),%fp0 | ...FP0 IS Y = 2|X|
108 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
129 |--TANH(X) = 1 - (2/[EXP(2X)+1]). LET Y = 2|X|, SGN = SIGN(X),
130 |--TANH(X) = SGN - SGN*2/[EXP(Y)+1].
136 movel %d0,X(%a6) | ...Y = 2|X|
139 fmovex X(%a6),%fp0 | ...Y = 2|X|
144 bsr setox | ...FP0 IS EXP(Y)
[all …]
Dssinh.S26 | y = |X|, sgn = sign(X), and z = expm1(Y),
36 | Y := |X|
39 | Y' := Y - 16381 log2
86 |--Y = |X|, Z = EXPM1(Y), SINH(X) = SIGN(X)*(1/2)*( Z + Z/(1+Z) )
88 fabsx %fp0 | ...Y = |X|
93 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
/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
/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
30 Say 'Y' here if you want your kernel to support the
36 Say 'Y' here if you want your kernel to support the
42 Say 'Y' here if you want your kernel to support the
49 Say 'Y' here if you want your kernel to support the
57 Say 'Y' here if you want your kernel to support the
63 Say 'Y' here if you want your kernel to support the
69 Say 'Y' here if you want your kernel to support the
[all …]
/arch/arm/mach-ep93xx/
DKconfig15 Say 'Y' here if you want your kernel to support the ADS
21 Say 'Y' here if you want your kernel to support the Cirrus
27 Say 'Y' here if you want your kernel to support the Cirrus
33 Say 'Y' here if you want your kernel to support the Cirrus
39 Say 'Y' here if you want your kernel to support the Cirrus
45 Say 'Y' here if you want your kernel to support the Cirrus
51 Say 'Y' here if you want your kernel to support the Cirrus
57 Say 'Y' here if you want your kernel to support the Cirrus
63 Say 'Y' here if you want your kernel to support the Glomation
74 Say 'Y' here if you want your kernel to support the
[all …]
/arch/powerpc/include/asm/
Dsfp-machine.h82 #define _FP_MUL_MEAT_S(R,X,Y) _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) argument
83 #define _FP_MUL_MEAT_D(R,X,Y) _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) argument
85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) argument
86 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
146 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
154 R##_s = Y##_s; \
155 _FP_FRAC_COPY_##wc(R,Y); \
/arch/arm/mach-s3c2410/
DKconfig55 Say Y here if you are using the SMDK2410 or the derived module A9M2410
63 Say Y here if you are using the HP IPAQ H1940
74 Say Y here if you want suppt for the Acer N30, Acer N35,
86 Say Y here if you are using the Simtec Electronics EB2410ITX
93 Say Y here if you are using the Nex Vision OTOM board
100 Say Y here if you are using the American Microsystems M5900 Series
108 Say Y here to enable the PC104 IRQ routing on the
115 Say Y here if you are using the TinCanTools Hammer Board
126 Say Y here if you are using the Thorcom VR1000 board.
132 Say Y here if you are using the Armzone QT2410
/arch/arm/mach-iop32x/
DKconfig13 Say Y here if you want to run your kernel on the GLAN Tank
20 Say Y here if you want to run your kernel on the Intel IQ80321
27 Say Y here if you want to run your kernel on the Intel EP80219
34 Say Y here if you want to run your kernel on the Thecus n2100
40 Say Y here if you want to run your kernel on the Lanner EM7210
41 board. Say also Y here if you have a SS4000e Baxter Creek NAS
/arch/arm/mach-s3c2440/
DKconfig37 Say Y here if you are using the Simtec Electronics ANUBIS
47 Say Y here if you are using the Simtec IM2440D20 module, also
55 Say Y here if you are using the HP iPAQ rx3715.
62 Say Y here if you are using the SMDK2440.
68 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
80 Say Y here if you are using the AT2440EVB development board
/arch/arm/mach-omap1/
DKconfig30 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
38 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
46 TI OMAP 1710 H3 board support. Say Y here if you have such
54 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
63 and camera connector. Say Y here if you have this board.
69 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
76 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
83 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
93 Say Y here if you have this PDA model, say N otherwise.
102 Say Y here if you have such a PDA, say N otherwise.
[all …]
/arch/arm/mach-sa1100/
DKconfig8 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
16 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
27 Say Y if configuring for an Intrinsyc CerfBoard.
52 Say Y here to support the Sharp Zaurus SL5500 PDAs.
57 Say Y here if you intend to run this kernel on the Compaq iPAQ
67 Say Y here if you intend to run this kernel on the Compaq iPAQ
77 Say Y here if you intend to run this kernel on the Compaq iPAQ H3800
93 Say Y here if you want to build a kernel for the HP Laboratories
100 Say Y here if you want to build a kernel for the HP Jornada 720
109 Say Y here if you have a HP Jornada 7xx handheld computer and you
[all …]
/arch/arm/mach-ixp2000/
DKconfig15 Say 'Y' here if you want your kernel to support the Radisys
22 Say 'Y' here if you want your kernel to support the Intel
29 Say 'Y' here if you want your kernel to support the Intel
41 Say 'Y' here if you want your kernel to support the Intel
48 Say 'Y' here if you want your kernel to support the Intel
68 byteswap workaround. Say 'Y' otherwise.
/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
/arch/m68k/
DKconfig80 Say Y here if you are building a kernel for an EISA-based machine.
95 Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
100 cards, you need to say Y here and also to "CardBus support" below.
115 you plan to use this kernel on an Amiga, say Y here and browse the
124 this kernel on an Atari, say Y here and browse the material
152 Say Y here if you want to run Linux on an MC680x0-based Apollo
159 Say Y here if you want to build a kernel for a 680x0 based VME
168 Say Y to include support for early Motorola VME boards. This will
177 Say Y to include support for Motorola VME boards. This will build a
187 Say Y to include support for VME boards from BVM Ltd. This will
[all …]
/arch/arm/mach-ixp4xx/
DKconfig16 Say 'Y' here if you want your kernel to support Linksys's
24 Say 'Y' here if you want your kernel to support the Gateworks
32 Say 'Y' here if you want your kernel to support the Giant
40 Say 'Y' here if you want your kernel to support the ADI
48 Say 'Y' here if you want your kernel to support Gateway's
56 Say 'Y' here if you want your kernel to support Netgear's
63 Say 'Y' here if you want your kernel to support Intel's
70 Say 'Y' here if you want your kernel to support Intel's
77 Say 'Y' here if you want your kernel to support Intel's
84 Say 'Y' here if you want your kernel to support Intel's
[all …]
/arch/arm/mach-h720x/
DKconfig10 Say Y here if you are using the Hynix GMS30C7201 Reference Board
17 Say Y here if you are using the Hynix HMS30C7202 Reference Board
34 Say Y here if you wish to use serial ports 2+3. They share their

123456