Home
last modified time | relevance | path

Searched refs:c35 (Results 1 – 25 of 1747) sorted by relevance

12345678910>>...70

/dports/science/bagel/bagel-1.2.2/src/integral/
H A D_carsph_71.cc175 target[36] = c34 * source[99] - c35 * source[78] - c35 * source[84] in carsph_71()
179 target[37] = c34 * source[100] - c35 * source[79] - c35 * source[85] in carsph_71()
183 target[38] = c34 * source[101] - c35 * source[80] - c35 * source[86] in carsph_71()
187 target[39] = c34 * source[102] - c35 * source[81] - c35 * source[87] in carsph_71()
191 target[40] = c34 * source[103] - c35 * source[82] - c35 * source[88] in carsph_71()
195 target[41] = c34 * source[104] - c35 * source[83] - c35 * source[89] in carsph_71()
356 target[36] = c34 * source[99] - c35 * source[78] - c35 * source[84] in carsph_71()
360 target[37] = c34 * source[100] - c35 * source[79] - c35 * source[85] in carsph_71()
364 target[38] = c34 * source[101] - c35 * source[80] - c35 * source[86] in carsph_71()
368 target[39] = c34 * source[102] - c35 * source[81] - c35 * source[87] in carsph_71()
[all …]
H A D_carsph_42.cc142 target[31] = c34 * source[73] - c35 * source[31] - c35 * source[43]; in carsph_42()
143 target[32] = c34 * source[75] - c35 * source[33] - c35 * source[45]; in carsph_42()
144 target[33] = c34 * source[76] - c35 * source[34] - c35 * source[46]; in carsph_42()
150 target[36] = c34 * source[79] - c35 * source[37] - c35 * source[49]; in carsph_42()
151 target[37] = c34 * source[81] - c35 * source[39] - c35 * source[51]; in carsph_42()
152 target[38] = c34 * source[82] - c35 * source[40] - c35 * source[52]; in carsph_42()
285 target[31] = c34 * source[73] - c35 * source[31] - c35 * source[43]; in carsph_42()
286 target[32] = c34 * source[75] - c35 * source[33] - c35 * source[45]; in carsph_42()
287 target[33] = c34 * source[76] - c35 * source[34] - c35 * source[46]; in carsph_42()
293 target[36] = c34 * source[79] - c35 * source[37] - c35 * source[49]; in carsph_42()
[all …]
H A D_carsph_70.cc44 const double c35 = 19.843134832984429; in carsph_70() local
111 target[12] = c34 * source[33] - c35 * source[26] - c35 * source[28] in carsph_70()
112 + c36 * source[15] + c35 * source[17] + c36 * source[19] in carsph_70()
115 target[13] = c34 * source[34] - c35 * source[27] - c35 * source[29] in carsph_70()
116 + c36 * source[16] + c35 * source[18] + c36 * source[20] in carsph_70()
137 const double c35 = 19.843134832984429; in carsph_70() local
204 target[12] = c34 * source[33] - c35 * source[26] - c35 * source[28] in carsph_70()
205 + c36 * source[15] + c35 * source[17] + c36 * source[19] in carsph_70()
208 target[13] = c34 * source[34] - c35 * source[27] - c35 * source[29] in carsph_70()
209 + c36 * source[16] + c35 * source[18] + c36 * source[20] in carsph_70()
H A D_carsph_44.cc179 target[15] = c34 * source[27] - c35 * source[20] - c35 * source[22] in carsph_44()
180 - c34 * source[57] + c35 * source[50] + c35 * source[52]; in carsph_44()
181 target[16] = c34 * source[28] - c35 * source[21] - c35 * source[23] in carsph_44()
182 - c34 * source[58] + c35 * source[51] + c35 * source[53]; in carsph_44()
195 target[22] = c35 * source[84] - c35 * source[86] - c41 * source[75] in carsph_44()
221 target[32] = c44 * source[100] - c35 * source[91] - c35 * source[93] in carsph_44()
325 + c35 * source[78] - c35 * source[106] + c35 * source[108]; in carsph_44()
355 + c35 * source[93] - c35 * source[121] + c35 * source[123]; in carsph_44()
591 target[15] = c34 * source[27] - c35 * source[20] - c35 * source[22] in carsph_44()
737 + c35 * source[78] - c35 * source[106] + c35 * source[108]; in carsph_44()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/lowlevel/
H A Dmul3k.c40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dmul4k.c49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/generic/
H A Dgf2x_mul3.h40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dgf2x_mul4.h49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/x86_64/
H A Dgf2x_mul3.h40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dgf2x_mul4.h49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/x86_64_nosse/
H A Dgf2x_mul3.h40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dgf2x_mul4.h49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/gf2x/gf2x-1.3.0/already_tuned/generic/
H A Dgf2x_mul3.h40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dgf2x_mul4.h49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/gf2x/gf2x-1.3.0/already_tuned/x86_64_nosse/
H A Dgf2x_mul3.h40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dgf2x_mul4.h49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/gf2x/gf2x-1.3.0/already_tuned/x86_64/
H A Dgf2x_mul3.h40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dgf2x_mul4.h49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/gf2x/gf2x-1.3.0/lowlevel/
H A Dmul3k.c40 unsigned long aa[2], bb[2], ab[4], c24, c35; in gf2x_mul3() local
48 c35 = c[3] ^ c[5]; in gf2x_mul3()
51 c[3] = ab[1] ^ c[1] ^ c35; in gf2x_mul3()
53 c[5] = ab[3] ^ c35; in gf2x_mul3()
H A Dmul4k.c49 unsigned long c35 = lo[3] ^ hi[1]; in gf2x_mul4() local
54 c[3] = ab[1] ^ lo[1] ^ c35; in gf2x_mul4()
56 c[5] = ab[3] ^ hi[3] ^ c35; in gf2x_mul4()
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dge00.f24 common c35, c2462, c79
108 data c35, c79, c2462 / (3, 5), (7, 9), (-24, 62) /
110 c35 = c2462 / c35
111 call ctoi(rslts(33), c35)
H A Dge01.f24 common c35, c2462, c79
108 data c35, c79, c2462 / (3, 5), (7, 9), (-24, 62) /
110 c35 = c2462 / c35
111 call ctoi(rslts(33), c35)
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-prim/GHC/
H A DClasses.hs683 c31, c32, c33, c34, c35)
686 c31, c32, c33, c34, c35)
689 c31, c32, c33, c34, c35, c36)
692 c31, c32, c33, c34, c35, c36)
695 c31, c32, c33, c34, c35, c36, c37)
698 c31, c32, c33, c34, c35, c36, c37)
701 c31, c32, c33, c34, c35, c36, c37, c38)
704 c31, c32, c33, c34, c35, c36, c37, c38)
707 c31, c32, c33, c34, c35, c36, c37, c38, c39)
710 c31, c32, c33, c34, c35, c36, c37, c38, c39)
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DANCFBeam3DTorsion.h380c35 , c36 , c37 , c38 , c39 , c40 , c41 , c42 , c43 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d1*drdx2-d2*dr… in Getdeidposx_and_deidtheta() local
381c35 , c36 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d1*drdx2-d2*drdx1 ; c3 = d3*drdx1-d1*drdx3 ; c4 = 2*d3*c… in Getddeidposx1dposx1() local
382c35 , c36 , c37 , c38 , c39 , c40 , c41 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d1*drdx2-d2*drdx1 ; c3 = d… in Getddeidposx2dposx1() local
383c35 , c36 , c37 , c38 , c39 , c40 , c41 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d1*drdx2-d2*drdx1 ; c3 = d… in Getddeidposx3dposx1() local
384c35 , c36 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d1*drdx2-d2*drdx1 ; c3 = 2*d1*c2-2*d3*c1 ; c4 = pow(c3,2… in Getddeidposx2dposx2() local
385c35 , c36 , c37 , c38 , c39 , c40 , c41 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d3*drdx1-d1*drdx3 ; c3 = 2… in Getddeidposx3dposx2() local
386c35 , c36 ; c1 = d2*drdx3-d3*drdx2 ; c2 = d3*drdx1-d1*drdx3 ; c3 = 2*d2*c1-2*d1*c2 ; c4 = pow(c3,2… in Getddeidposx3dposx3() local
387c35 , c36 , c37 , c38 , c39 , c40 , c41 , c42 , c43 ; c1 = pow(drdx1,2) ; c2 = pow(drdx2,2) ; c3 =… in Getddeidthetadposx() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dleak172.result37 `c35` date NOT NULL,
59 KEY `c35` (`c35`)
80 `c35` date NOT NULL,
110 KEY `c35` (`c35`),

12345678910>>...70