Home
last modified time | relevance | path

Searched refs:arz (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/math/py-cma/cma-3.1.0/cma/
H A Dsampler.py74 for i in rglen(arz):
75 ss = sum(arz[i]**2)
77 arz[i] *= len_ / ss**0.5
79 arz *= self.standard_deviations
80 return arz
241 for i in rglen(arz):
242 ss = sum(arz[i]**2)
244 arz[i] *= len_ / ss**0.5
679 for i in rglen(arz):
680 ss = sum(arz[i]**2)
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/android/gradle_project/allegro/src/main/java/org/liballeg/android/
H A DAllegroJoystick.java63 float arz = event.getAxisValue(MotionEvent.AXIS_RZ, 0); in onGenericMotion() local
76 if (az != axis1_x || arz != axis1_y) { in onGenericMotion()
78 surface.nativeOnJoystickAxis(index, 1, 1, arz); in onGenericMotion()
80 axis1_y = arz; in onGenericMotion()
/dports/cad/impact/Impact/examples/
H A DVer_05.in90 sym_x ay = 0 vy = 0 arx = 0 vrx = 0 arz = 0 vrz = 0
91 vel_sym_y ax = 0 vx = 0 ary = 0 vry = 0 arz = 0 vrz = 0 az = [0,0,0.000000001,off,1,off] vz = [0,-5…
92 sym ax = 0 vx = 0 ay = 0 vy = 0 arx = 0 vrx = 0 ary = 0 vry = 0 arz = 0 vrz = 0 az = [0,0,0.0…
93 clamp ax = 0 vx = 0 ay = 0 vy = 0 az = 0 vz = 0 arx = 0 vrx = 0 ary = 0 vry = 0 arz = 0 vrz = 0
94 …arx = 0 vrx = 0 az = [0,0,0.0000001,off,1,off] vz = [0,-5200,0.000000001,off,1,off] arz = 0 vrz = 0
H A DVer_04.in131 Constr_12 ax = 0 vx = 0 ary = 0 arz = 0 vry = 0 vrz = 0
132 Constr_13 ay = 0 vy = 0 arx = 0 arz = 0 vrx = 0 vrz = 0
133 Constr_14 ax = 0 vx = 0 az = 0 vz = 0 ary = 0 arz = 0 vry = 0 vrz = 0
134 Constr_15 ay = 0 vy = 0 az = 0 vz = 0 arx = 0 arz = 0 vrx = 0 vrz = 0
H A DVer_12.in276 fixed vx = 0 vy = 0 vz = 0 ax = 0 ay = 0 az = 0 vrx = 0 vry = 0 vrz = 0 arx = 0 ary = 0 arz = 0
277 sym vx = 0 ax = 0 vry = 0 vrz = 0 ary = 0 arz = 0
278 ….0,-5650,0.1E-6,off,100,off] ax = 0 ay = [0.0,0,0.1E-6,off,100,off] vry = 0 vrz = 0 ary = 0 arz = 0
282 end vy = 0 vz = 0 ay = 0 az = 0 vry = 0 vrz = 0 ary = 0 arz = 0
283 mov vx = 0 vy = 0 vz = 0 ax = 0 ay = 0 az = 0 vrx = 0 vry = 0 vrz = 0 arx = 0 ary = 0 arz = 0
284 corner vx = 0 vy = 0 vz = 0 ax = 0 ay = 0 az = 0 vry = 0 vrz = 0 ary = 0 arz = 0
/dports/science/pybrain/pybrain-0.3.3/pybrain/optimization/distributionbased/
H A Dcmaes.py58 arz = randn(self.numParameters, self.batchSize)
60 + self.stepSize * dot(dot(self.B, self.D), arz)
67 arz = arz[:, arindex]
69 arzsel = arz[:, range(self.mu)]
/dports/math/py-deap/deap-1.3.1/deap/
H A Dcma.py119 arz = numpy.random.standard_normal((self.lambda_, self.dim))
120 arz = self.centroid + self.sigma * numpy.dot(arz, self.BD.T)
121 return map(ind_init, arz)
287 arz = numpy.random.standard_normal((self.lambda_, self.dim))
288 arz = self.parent + self.sigma * numpy.dot(arz, self.A.T)
289 return map(ind_init, arz)
405 arz = numpy.random.randn(self.lambda_, self.dim)
416 … individuals.append(ind_init(self.parents[i] + self.sigmas[i] * numpy.dot(self.A[i], arz[i])))
425 …duals.append(ind_init(self.parents[p_idx] + self.sigmas[p_idx] * numpy.dot(self.A[p_idx], arz[i])))
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dimproper_fourier_omp.cpp151 double ax,ay,az,ra2,rh2,ra,rh,rar,rhr,arx,ary,arz,hrx,hry,hrz; in add1_thr() local
175 arz = az*rar; in add1_thr()
180 c = arx*hrx+ary*hry+arz*hrz; in add1_thr()
214 dhaz = hrz-c*arz; in add1_thr()
218 dahz = arz-c*hrz; in add1_thr()
H A Dimproper_umbrella_omp.cpp90 double ax,ay,az,ra2,rh2,ra,rh,rar,rhr,arx,ary,arz,hrx,hry,hrz; in eval() local
141 arz = az*rar; in eval()
146 c = arx*hrx+ary*hry+arz*hrz; in eval()
188 dhaz = hrz-c*arz; in eval()
192 dahz = arz-c*hrz; in eval()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c66 nir_ssa_def *arz; member
104 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
162 coords.arz = nir_fabs(b, coords.rz); in lower_cube_sample()
166 nir_fge(b, coords.arx, coords.arz)); in lower_cube_sample()
174 nir_fge(b, coords.ary, coords.arz)); in lower_cube_sample()
/dports/science/lammps/lammps-stable_29Sep2021/src/MOLECULE/
H A Dimproper_umbrella.cpp64 double ax,ay,az,ra2,rh2,ra,rh,rar,rhr,arx,ary,arz,hrx,hry,hrz; in compute() local
118 arz = az*rar; in compute()
123 c = arx*hrx+ary*hry+arz*hrz; in compute()
165 dhaz = hrz-c*arz; in compute()
169 dahz = arz-c*hrz; in compute()
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DCoplanar_side_of_bounded_circle_3.h110 double arz = CGAL::abs(rz); in opti_coplanar_in_circleC3() local
126 if (maxz < arz) maxz = arz; in opti_coplanar_in_circleC3()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-MOLECULE/
H A Dimproper_fourier.cpp117 double ax,ay,az,ra2,rh2,ra,rh,rar,rhr,arx,ary,arz,hrx,hry,hrz; in addone() local
142 arz = az*rar; in addone()
147 c = arx*hrx+ary*hry+arz*hrz; in addone()
181 dhaz = hrz-c*arz; in addone()
185 dahz = arz-c*hrz; in addone()
/dports/math/py-deap/deap-1.3.1/examples/eda/
H A Demna.py49 arz = self.centroid + self.sigma * numpy.random.randn(self.lambda_, self.dim)
50 return list(map(ind_init, arz))
/dports/textproc/hevea/hevea-2.34/
H A Dgerman-common.hva39 {\ifthenelse{\value{month}=3}{M\"arz}
56 {\ifthenelse{\value{month}=3 }{M\"arz}
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DCMAESOptimizer.java394 final RealMatrix arz = randn1(dimension, lambda); in doOptimize() local
403 arxk = xmean.add(BD.multiply(arz.getColumnMatrix(k)) in doOptimize()
406 arxk = xmean.add(times(diagD,arz.getColumnMatrix(k)) in doOptimize()
414 arz.setColumn(k, randn(dimension)); in doOptimize()
436 final RealMatrix bestArz = selectColumns(arz, MathArrays.copyOf(arindex, mu)); in doOptimize()
440 updateCovariance(hsig, bestArx, arz, arindex, xold); in doOptimize()
708 final RealMatrix arz, final int[] arindex,
730 RealMatrix arzneg = selectColumns(arz, MathArrays.copyOf(arReverseIndex, mu));
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DCMAESOptimizer.java518 final RealMatrix arz = randn1(dimension, lambda); in doOptimize() local
526 arxk = xmean.add(BD.multiply(arz.getColumnMatrix(k)) in doOptimize()
529 arxk = xmean.add(times(diagD,arz.getColumnMatrix(k)) in doOptimize()
537 arz.setColumn(k, randn(dimension)); in doOptimize()
552 final RealMatrix bestArz = selectColumns(arz, MathArrays.copyOf(arindex, mu)); in doOptimize()
556 updateCovariance(hsig, bestArx, arz, arindex, xold); in doOptimize()
826 final RealMatrix arz, final int[] arindex,
847 RealMatrix arzneg = selectColumns(arz, MathArrays.copyOf(arReverseIndex, mu));

12345678910>>...15