Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 150) 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 …]
Dio_32.h131 #define ioremap_nocache(X,Y) ioremap((X),(Y)) argument
132 #define ioremap_wc(X,Y) ioremap((X),(Y)) argument
133 #define ioremap_wt(X,Y) ioremap((X),(Y)) argument
/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/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 …]
/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/
DKconfig27 Say 'Y' here if you want your kernel to support the
34 Say 'Y' here if you want your kernel to support the
41 Say 'Y' here if you want your kernel to support the
49 Say 'Y' here if you want your kernel to support the Marvell
56 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
75 Say 'Y' here if you want your kernel to support the
82 Say 'Y' here if you want your kernel to support the
90 Say 'Y' here if you want your kernel to support the
[all …]
/arch/arm/mach-ep93xx/
DKconfig21 Say 'Y' here if you want your kernel to support the ADS
31 Say 'Y' here if you want your kernel to support the Cirrus
38 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
52 Say 'Y' here if you want your kernel to support the Cirrus
59 Say 'Y' here if you want your kernel to support the Cirrus
66 Say 'Y' here if you want your kernel to support the Cirrus
73 Say 'Y' here if you want your kernel to support the Cirrus
80 Say 'Y' here if you want your kernel to support the Cirrus
86 Say 'Y' here if you want your kernel to support the Glomation
[all …]
/arch/mn10300/proc-mn103e010/include/proc/
Dintctl-regs.h17 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument
21 x |= ((Y) & 3) << ((X) * 2); \
28 #define SET_XIRQ_TRIGGER(X, Y) __SET_XIRQ_TRIGGER(X, Y, EXTMD) argument
/arch/mn10300/proc-mn2ws0050/include/proc/
Dintctl-regs.h17 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument
21 x |= ((Y) & 3) << ((X) * 2); \
28 #define SET_XIRQ_TRIGGER(X, Y) __SET_XIRQ_TRIGGER(X, Y, EXTMD0) argument
/arch/arm/mach-ks8695/
DKconfig9 Say 'Y' here if you want your kernel to run on the original
15 Say 'Y' here if you want your kernel to run on the D-Link
21 say 'Y' here if you want your kernel to run on the Brivo
27 Say 'Y' here if you want your kernel to support the
34 Say 'Y' here if you want your kernel to support the
41 Say 'Y' here if you want your kernel to support the
49 Say 'Y' here if you want your kernel to support the OpenGear
57 Say 'Y' here if you want your kernel to support the OpenGear
65 Say 'Y' here if you want your kernel to support the OpenGear
73 Say 'Y' here if you want your kernel to support the OpenGear
[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-iop32x/
DKconfig14 Say Y here if you want to run your kernel on the GLAN Tank
21 Say Y here if you want to run your kernel on the Intel IQ80321
28 Say Y here if you want to run your kernel on the Intel EP80219
35 Say Y here if you want to run your kernel on the Thecus n2100
41 Say Y here if you want to run your kernel on the Lanner EM7210
42 board. Say also Y here if you have a SS4000e Baxter Creek NAS
/arch/arm/mach-sa1100/
DKconfig9 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
17 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
29 Say Y if configuring for an Intrinsyc CerfBoard.
55 Say Y here to support the Sharp Zaurus SL5500 PDAs.
63 Say Y here if you intend to run this kernel on the Compaq iPAQ
72 Say Y here if you intend to run this kernel on the Compaq iPAQ
80 Say Y here if you want to build a kernel for the HP Laboratories
88 Say Y here if you want to build a kernel for the HP Jornada 720
97 Say Y here if you have a HP Jornada 7xx handheld computer and you
106 Say Y here to support the HackKit Core CPU Board
[all …]
/arch/m68k/
DKconfig.devices23 Say Y here to support the /proc/hardware file, which gives you
39 Say Y to include support for the ARAnyM NatFeat block device
47 Say Y to include support for the ARAnyM NatFeat console driver
55 Say Y to include support for the ARAnyM NatFeat network device
63 Say Y to include support for the EtherNAT network adapter for the
66 To compile the actual ethernet driver, choose Y or M for the SMC91X
73 Say Y to include support for the EtherNEC network adapter for the
80 To compile the actual ethernet driver, choose Y or M in for the NE2000
91 If you want to be able to use the DSP56001 in Falcons, say Y. This
102 answer Y.
[all …]
/arch/arm/mach-omap1/
DKconfig41 say Y.
56 Choose Y here to warn whenever driver initialization logic needs
67 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
74 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
81 TI OMAP 1710 H3 board support. Say Y here if you have such
94 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
103 and camera connector. Say Y here if you have this board.
109 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
116 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
126 Say Y here if you have this PDA model, say N otherwise.
[all …]
/arch/unicore32/mm/
DKconfig16 Say Y here to disable the processor instruction cache. Unless
22 Say Y here to disable the processor data cache. Unless
28 Say Y here to use the data cache in writethrough mode. Unless you
35 Say Y here to disable the data cache line operations.
41 Say Y here to disable the TLB single entry operations.
/arch/arm/
DKconfig.debug12 Say Y here if you want to show the kernel pagetable layout in a
42 only works with EABI compilers. If unsure say Y.
71 Say Y here to include definitions of printascii, printch, printhex
89 Say Y here if you want kernel low-level debugging support
96 Say Y here if you want the debug print routines to direct
118 Say Y here if you want kernel low-level debugging support
128 Say Y here if you want kernel low-level debugging support
138 Say Y here if you want kernel low-level debugging support
146 Say Y here if you want kernel low-level debugging support
154 Say Y here if you want the debug print routines to direct
[all …]
/arch/arm/mach-ixp4xx/
DKconfig12 Say 'Y' here if you want your kernel to support Linksys's
20 Say 'Y' here if you want your kernel to support the Gateworks
28 Say 'Y' here if you want your kernel to support the Giant
36 Say 'Y' here if you want your kernel to support the ADI
44 Say 'Y' here if you want your kernel to support Gateway's
52 Say 'Y' here if you want your kernel to support Netgear's
59 Say 'Y' here if you want your kernel to support Intel's
66 Say 'Y' here if you want your kernel to support Intel's
73 Say 'Y' here if you want your kernel to support Intel's
80 Say 'Y' here if you want your kernel to support GORAMO
[all …]
/arch/x86/um/os-Linux/
Dmcontext.c10 #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y] in get_regs_from_mc() argument
20 #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y] in get_regs_from_mc()

123456