Home
last modified time | relevance | path

Searched refs:FE (Results 101 – 125 of 8437) sorted by relevance

12345678910>>...338

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/tests/
H A Daudiogen.c28 #define FE 44100 macro
124 for(i=0;i<1 * FE;i++) { in main()
128 a += (1000 * FRAC_ONE) / FE; in main()
133 for(i=0;i<1 * FE;i++) { in main()
138 a += (f * FRAC_ONE) / FE; in main()
142 for(i=0;i<FE / 2;i++) { in main()
149 for(i=0;i<FE / 2;i++) { in main()
161 for(i=0;i<1 * FE;i++) { in main()
173 for(i=0;i<2 * FE;i++) { in main()
180 a += (500 * FRAC_ONE) / FE; in main()
[all …]
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dfs2expxp.spad21 cen : FE
59 localAbs : FE -> FE
72 newElem : FE -> FE
99 atancotToXXP : (FE, FE, B, I) -> XResult
130 smpElem p == map(k2Elem, (x1 : R) : FE +-> x1::FE, p)$PCL
380 mon : FE := (x :: FE) - (cen :: FE)
381 pow : FE := mon ^ (deg :: FE)
383 term1 : FE := (deg :: FE) * log(mon)
501 if FE has abs : FE -> FE then
506 signOfExpression : FE -> FE
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dfe_scalar_shape_0D.C34 Real FE<0,SCALAR>::shape(const ElemType, in shape()
43 Real FE<0,SCALAR>::shape(const Elem *, in shape()
53 Real FE<0,SCALAR>::shape(const FEType, in shape()
63 Real FE<0,SCALAR>::shape_deriv(const ElemType, in shape_deriv()
73 Real FE<0,SCALAR>::shape_deriv(const Elem *, in shape_deriv()
85 Real FE<0,SCALAR>::shape_deriv(const FEType, in shape_deriv()
99 Real FE<0,SCALAR>::shape_second_deriv(const ElemType, in shape_second_deriv()
109 Real FE<0,SCALAR>::shape_second_deriv(const Elem *, in shape_second_deriv()
120 Real FE<0,SCALAR>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_scalar_shape_1D.C34 Real FE<1,SCALAR>::shape(const ElemType, in shape()
43 Real FE<1,SCALAR>::shape(const Elem *, in shape()
55 Real FE<1,SCALAR>::shape(const FEType, in shape()
66 Real FE<1,SCALAR>::shape_deriv(const ElemType, in shape_deriv()
76 Real FE<1,SCALAR>::shape_deriv(const Elem *, in shape_deriv()
88 Real FE<1,SCALAR>::shape_deriv(const FEType, in shape_deriv()
103 Real FE<1,SCALAR>::shape_second_deriv(const ElemType, in shape_second_deriv()
113 Real FE<1,SCALAR>::shape_second_deriv(const Elem *, in shape_second_deriv()
125 Real FE<1,SCALAR>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_scalar_shape_2D.C34 Real FE<2,SCALAR>::shape(const ElemType, in shape()
43 Real FE<2,SCALAR>::shape(const Elem *, in shape()
54 Real FE<2,SCALAR>::shape(const FEType, in shape()
65 Real FE<2,SCALAR>::shape_deriv(const ElemType, in shape_deriv()
75 Real FE<2,SCALAR>::shape_deriv(const Elem *, in shape_deriv()
87 Real FE<2,SCALAR>::shape_deriv(const FEType, in shape_deriv()
101 Real FE<2,SCALAR>::shape_second_deriv(const ElemType, in shape_second_deriv()
111 Real FE<2,SCALAR>::shape_second_deriv(const Elem *, in shape_second_deriv()
122 Real FE<2,SCALAR>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_scalar_shape_3D.C34 Real FE<3,SCALAR>::shape(const ElemType, in shape()
43 Real FE<3,SCALAR>::shape(const Elem *, in shape()
54 Real FE<3,SCALAR>::shape(const FEType, in shape()
64 Real FE<3,SCALAR>::shape_deriv(const ElemType, in shape_deriv()
74 Real FE<3,SCALAR>::shape_deriv(const Elem *, in shape_deriv()
86 Real FE<3,SCALAR>::shape_deriv(const FEType, in shape_deriv()
100 Real FE<3,SCALAR>::shape_second_deriv(const ElemType, in shape_second_deriv()
110 Real FE<3,SCALAR>::shape_second_deriv(const Elem *, in shape_second_deriv()
122 Real FE<3,SCALAR>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_abstract.C85 return libmesh_make_unique<FE<0,CLOUGH>>(fet); in build()
88 return libmesh_make_unique<FE<0,HERMITE>>(fet); in build()
91 return libmesh_make_unique<FE<0,LAGRANGE>>(fet); in build()
106 return libmesh_make_unique<FE<0,MONOMIAL>>(fet); in build()
113 return libmesh_make_unique<FE<0,SZABAB>>(fet); in build()
138 return libmesh_make_unique<FE<1,CLOUGH>>(fet); in build()
141 return libmesh_make_unique<FE<1,HERMITE>>(fet); in build()
166 return libmesh_make_unique<FE<1,SZABAB>>(fet); in build()
193 return libmesh_make_unique<FE<2,CLOUGH>>(fet); in build()
221 return libmesh_make_unique<FE<2,SZABAB>>(fet); in build()
[all …]
H A Dfe_lagrange_shape_1D.C34 Real FE<1,LAGRANGE>::shape(const ElemType, in shape()
43 Real FE<1,L2_LAGRANGE>::shape(const ElemType, in shape()
53 Real FE<1,LAGRANGE>::shape(const Elem * elem, in shape()
67 Real FE<1,LAGRANGE>::shape(const FEType fet, in shape()
78 Real FE<1,L2_LAGRANGE>::shape(const Elem * elem, in shape()
90 Real FE<1,L2_LAGRANGE>::shape(const FEType fet, in shape()
103 Real FE<1,LAGRANGE>::shape_deriv(const ElemType, in shape_deriv()
115 Real FE<1,L2_LAGRANGE>::shape_deriv(const ElemType, in shape_deriv()
127 Real FE<1,LAGRANGE>::shape_deriv(const Elem * elem, in shape_deriv()
156 Real FE<1,LAGRANGE>::shape_deriv(const FEType fet, in shape_deriv()
[all …]
H A Dfe_szabab_shape_1D.C39 Real FE<1,SZABAB>::shape(const ElemType, in shape()
83 Real FE<1,SZABAB>::shape(const Elem * elem, in shape()
96 Real FE<1,SZABAB>::shape(const FEType fet, in shape()
110 Real FE<1,SZABAB>::shape_deriv(const ElemType, in shape_deriv()
156 Real FE<1,SZABAB>::shape_deriv(const Elem * elem, in shape_deriv()
165 return FE<1,SZABAB>::shape_deriv(elem->type(), in shape_deriv()
172 Real FE<1,SZABAB>::shape_deriv(const FEType fet, in shape_deriv()
181 return FE<1,SZABAB>::shape_deriv(elem->type(), in shape_deriv()
191 Real FE<1,SZABAB>::shape_second_deriv(const ElemType, in shape_second_deriv()
211 Real FE<1,SZABAB>::shape_second_deriv(const Elem *, in shape_second_deriv()
[all …]
H A Dfe_xyz.C874 void FE<0,XYZ>::nodal_soln(const Elem * elem, in nodal_soln()
881 void FE<1,XYZ>::nodal_soln(const Elem * elem, in nodal_soln()
888 void FE<2,XYZ>::nodal_soln(const Elem * elem, in nodal_soln()
895 void FE<3,XYZ>::nodal_soln(const Elem * elem, in nodal_soln()
930 template <> bool FE<0,XYZ>::is_hierarchic() const { return true; } in is_hierarchic()
931 template <> bool FE<1,XYZ>::is_hierarchic() const { return true; } in is_hierarchic()
932 template <> bool FE<2,XYZ>::is_hierarchic() const { return true; } in is_hierarchic()
933 template <> bool FE<3,XYZ>::is_hierarchic() const { return true; } in is_hierarchic()
946 template <> bool FE<0,XYZ>::shapes_need_reinit() const { return true; } in shapes_need_reinit()
947 template <> bool FE<1,XYZ>::shapes_need_reinit() const { return true; } in shapes_need_reinit()
[all …]
H A Dfe_monomial_shape_0D.C34 Real FE<0,MONOMIAL>::shape(const ElemType, in shape()
46 Real FE<0,MONOMIAL>::shape(const Elem *, in shape()
58 Real FE<0,MONOMIAL>::shape(const FEType , in shape()
72 Real FE<0,MONOMIAL>::shape_deriv(const ElemType, in shape_deriv()
85 Real FE<0,MONOMIAL>::shape_deriv(const Elem *, in shape_deriv()
98 Real FE<0,MONOMIAL>::shape_deriv(const FEType, in shape_deriv()
115 Real FE<0,MONOMIAL>::shape_second_deriv(const ElemType, in shape_second_deriv()
128 Real FE<0,MONOMIAL>::shape_second_deriv(const Elem *, in shape_second_deriv()
141 Real FE<0,MONOMIAL>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_bernstein_shape_0D.C34 Real FE<0,BERNSTEIN>::shape(const ElemType, in shape()
46 Real FE<0,BERNSTEIN>::shape(const Elem *, in shape()
57 Real FE<0,BERNSTEIN>::shape(const FEType, in shape()
70 Real FE<0,BERNSTEIN>::shape_deriv(const ElemType, in shape_deriv()
83 Real FE<0,BERNSTEIN>::shape_deriv(const Elem *, in shape_deriv()
95 Real FE<0,BERNSTEIN>::shape_deriv(const FEType, in shape_deriv()
110 Real FE<0,BERNSTEIN>::shape_second_deriv(const ElemType, in shape_second_deriv()
123 Real FE<0,BERNSTEIN>::shape_second_deriv(const Elem *, in shape_second_deriv()
136 Real FE<0,BERNSTEIN>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_szabab_shape_0D.C34 Real FE<0,SZABAB>::shape(const ElemType, in shape()
46 Real FE<0,SZABAB>::shape(const Elem *, in shape()
58 Real FE<0,SZABAB>::shape(const FEType, in shape()
72 Real FE<0,SZABAB>::shape_deriv(const ElemType, in shape_deriv()
85 Real FE<0,SZABAB>::shape_deriv(const Elem *, in shape_deriv()
98 Real FE<0,SZABAB>::shape_deriv(const FEType, in shape_deriv()
114 Real FE<0,SZABAB>::shape_second_deriv(const ElemType, in shape_second_deriv()
127 Real FE<0,SZABAB>::shape_second_deriv(const Elem *, in shape_second_deriv()
141 Real FE<0,SZABAB>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_xyz_shape_0D.C34 Real FE<0,XYZ>::shape(const ElemType, in shape()
46 Real FE<0,XYZ>::shape(const Elem *, in shape()
59 Real FE<0,XYZ>::shape(const FEType, in shape()
72 Real FE<0,XYZ>::shape_deriv(const ElemType, in shape_deriv()
85 Real FE<0,XYZ>::shape_deriv(const Elem *, in shape_deriv()
99 Real FE<0,XYZ>::shape_deriv(const FEType, in shape_deriv()
115 Real FE<0,XYZ>::shape_second_deriv(const ElemType, in shape_second_deriv()
128 Real FE<0,XYZ>::shape_second_deriv(const Elem *, in shape_second_deriv()
142 Real FE<0,XYZ>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_clough_shape_0D.C34 Real FE<0,CLOUGH>::shape(const ElemType, in shape()
46 Real FE<0,CLOUGH>::shape(const Elem *, in shape()
58 Real FE<0,CLOUGH>::shape(const FEType, in shape()
71 Real FE<0,CLOUGH>::shape_deriv(const ElemType, in shape_deriv()
84 Real FE<0,CLOUGH>::shape_deriv(const Elem *, in shape_deriv()
96 Real FE<0,CLOUGH>::shape_deriv(const FEType, in shape_deriv()
113 Real FE<0,CLOUGH>::shape_second_deriv(const ElemType, in shape_second_deriv()
126 Real FE<0,CLOUGH>::shape_second_deriv(const Elem *, in shape_second_deriv()
138 Real FE<0,CLOUGH>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_hermite_shape_0D.C34 Real FE<0,HERMITE>::shape(const ElemType, in shape()
46 Real FE<0,HERMITE>::shape(const Elem *, in shape()
57 Real FE<0,HERMITE>::shape(const FEType, in shape()
71 Real FE<0,HERMITE>::shape_deriv(const ElemType, in shape_deriv()
84 Real FE<0,HERMITE>::shape_deriv(const Elem *, in shape_deriv()
97 Real FE<0,HERMITE>::shape_deriv(const FEType, in shape_deriv()
114 Real FE<0,HERMITE>::shape_second_deriv(const ElemType, in shape_second_deriv()
127 Real FE<0,HERMITE>::shape_second_deriv(const Elem *, in shape_second_deriv()
140 Real FE<0,HERMITE>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_rational_shape_0D.C34 Real FE<0,RATIONAL_BERNSTEIN>::shape(const ElemType, in shape()
46 Real FE<0,RATIONAL_BERNSTEIN>::shape(const Elem *, in shape()
57 Real FE<0,RATIONAL_BERNSTEIN>::shape(const FEType, in shape()
69 Real FE<0,RATIONAL_BERNSTEIN>::shape_deriv(const ElemType, in shape_deriv()
82 Real FE<0,RATIONAL_BERNSTEIN>::shape_deriv(const Elem *, in shape_deriv()
96 Real FE<0,RATIONAL_BERNSTEIN>::shape_deriv(const FEType, in shape_deriv()
111 Real FE<0,RATIONAL_BERNSTEIN>::shape_second_deriv(const ElemType, in shape_second_deriv()
124 Real FE<0,RATIONAL_BERNSTEIN>::shape_second_deriv(const Elem *, in shape_second_deriv()
138 Real FE<0,RATIONAL_BERNSTEIN>::shape_second_deriv(const FEType, in shape_second_deriv()
H A Dfe_szabab_shape_3D.C36 Real FE<3,SZABAB>::shape(const ElemType, in shape()
48 Real FE<3,SZABAB>::shape(const Elem *, in shape()
60 Real FE<3,SZABAB>::shape(const FEType, in shape()
72 Real FE<3,SZABAB>::shape_deriv(const ElemType, in shape_deriv()
85 Real FE<3,SZABAB>::shape_deriv(const Elem *, in shape_deriv()
98 Real FE<3,SZABAB>::shape_deriv(const FEType, in shape_deriv()
113 Real FE<3,SZABAB>::shape_second_deriv(const ElemType, in shape_second_deriv()
126 Real FE<3,SZABAB>::shape_second_deriv(const Elem *, in shape_second_deriv()
139 Real FE<3,SZABAB>::shape_second_deriv(const FEType, in shape_second_deriv()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_elimination.res134 FE dof 1 (0, 0) -> 0
136 FE dof 3 (0, 0.2) -> 0
139 FE dof 6 (0, 0.4) -> 0
143 FE dof 10 (0, 0.6) -> 0
148 FE dof 15 (0, 0.8) -> 0
149 FE dof 16 (1, 0) -> -0.5
154 FE dof 21 (0, 1) -> 0
155 FE dof 22 (1, 0.2) -> -0.5
160 FE dof 27 (1, 0.4) -> -0.5
164 FE dof 31 (1, 0.6) -> -0.5
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/container/proj/vc7ide/
H A Dcontainer.sln351 {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug.Build.0 = Debug|Win32
355 {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug.Build.0 = Debug|Win32
359 {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug.Build.0 = Debug|Win32
363 {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.Build.0 = Debug|Win32
367 {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug.Build.0 = Debug|Win32
371 {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.Build.0 = Debug|Win32
375 {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug.Build.0 = Debug|Win32
383 {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug.Build.0 = Debug|Win32
387 {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.Build.0 = Debug|Win32
391 {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug.Build.0 = Debug|Win32
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/proj/vc7ide/
H A Dcontainer.sln351 {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug.Build.0 = Debug|Win32
355 {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug.Build.0 = Debug|Win32
359 {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug.Build.0 = Debug|Win32
363 {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.Build.0 = Debug|Win32
367 {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug.Build.0 = Debug|Win32
371 {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.Build.0 = Debug|Win32
375 {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug.Build.0 = Debug|Win32
383 {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug.Build.0 = Debug|Win32
387 {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.Build.0 = Debug|Win32
391 {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug.Build.0 = Debug|Win32
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/container/proj/vc7ide/
H A Dcontainer.sln351 {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug.Build.0 = Debug|Win32
355 {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug.Build.0 = Debug|Win32
359 {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug.Build.0 = Debug|Win32
363 {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.Build.0 = Debug|Win32
367 {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug.Build.0 = Debug|Win32
371 {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.Build.0 = Debug|Win32
375 {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug.Build.0 = Debug|Win32
383 {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug.Build.0 = Debug|Win32
387 {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.Build.0 = Debug|Win32
391 {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug.Build.0 = Debug|Win32
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/
H A Darmips.sln8 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25} = {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}
35 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|Win32.ActiveCfg = Debug|Win32
36 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|Win32.Build.0 = Debug|Win32
37 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|x64.ActiveCfg = Debug|x64
38 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|x64.Build.0 = Debug|x64
41 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Release|x64.ActiveCfg = Release|x64
42 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Release|x64.Build.0 = Release|x64
43 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|Win32.ActiveCfg = Tests|Win32
44 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|Win32.Build.0 = Tests|Win32
45 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|x64.ActiveCfg = Tests|x64
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/
H A Darmips.sln8 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25} = {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}
35 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|Win32.ActiveCfg = Debug|Win32
36 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|Win32.Build.0 = Debug|Win32
37 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|x64.ActiveCfg = Debug|x64
38 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|x64.Build.0 = Debug|x64
41 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Release|x64.ActiveCfg = Release|x64
42 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Release|x64.Build.0 = Release|x64
43 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|Win32.ActiveCfg = Tests|Win32
44 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|Win32.Build.0 = Tests|Win32
45 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|x64.ActiveCfg = Tests|x64
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/
H A Darmips.sln8 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25} = {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}
35 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|Win32.ActiveCfg = Debug|Win32
36 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|Win32.Build.0 = Debug|Win32
37 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|x64.ActiveCfg = Debug|x64
38 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Debug|x64.Build.0 = Debug|x64
41 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Release|x64.ActiveCfg = Release|x64
42 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Release|x64.Build.0 = Release|x64
43 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|Win32.ActiveCfg = Tests|Win32
44 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|Win32.Build.0 = Tests|Win32
45 {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25}.Tests|x64.ActiveCfg = Tests|x64
[all …]

12345678910>>...338