Home
last modified time | relevance | path

Searched refs:x1_new (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dgp_matern52_cov_test.cpp202 std::vector<Eigen::Matrix<double, -1, 1>> x1_new(3); in TEST() local
203 for (size_t i = 0; i < x1_new.size(); ++i) { in TEST()
204 x1_new[i].resize(3, 1); in TEST()
205 x1_new[i] << 1 * i / l[0], 2 * i / l[1], 3 * i / l[2]; in TEST()
223 stan::math::squared_distance(x1_new[i], x2_new[j])) in TEST()
225 * stan::math::squared_distance(x1_new[i], x2_new[j])) in TEST()
228 x1_new[i], x2_new[j]))), in TEST()
H A Dgp_exponential_cov_test.cpp130 std::vector<Eigen::Matrix<double, -1, 1>> x1_new in TEST() local
139 * std::exp(-1.0 * stan::math::distance(x1_new[i], x2_new[j])), in TEST()
148 sigma * sigma * std::exp(-stan::math::distance(x2_new[i], x1_new[j])), in TEST()
H A Dgp_exp_quad_cov_test.cpp585 std::vector<Eigen::Matrix<double, 1, -1>> x1_new(3); in TEST() local
587 x1_new[i].resize(1, 3); in TEST()
588 x1_new[i] << 1 * i / l[0], 2 * i / l[1], 3 * i / l[2]; in TEST()
605 * exp(-.5 * stan::math::squared_distance(x1_new[i], x2_new[j])), in TEST()
618 * exp(-.5 * stan::math::squared_distance(x2_new[i], x1_new[j])), in TEST()
/dports/misc/py-onnx/onnx-1.10.2/onnx/backend/test/case/node/
H A Dadagrad.py96 x1_new, h1_new = apply_adagrad(r, t, x1, g1, h1,
103 outputs=[x1_new, x2_new, h1_new, h2_new], name='test_adagrad_multiple',
H A Dadam.py115 x1_new, v1_new, h1_new = apply_adam(r, t, x1, g1, v1, h1,
124 outputs=[x1_new, x2_new, v1_new, v2_new, h1_new, h2_new],
H A Dmomentum.py142 x1_new, v1_new = apply_momentum(r, t, x1, g1, v1,
149 outputs=[x1_new, x2_new, v1_new, v2_new], name='test_momentum_multiple',
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dnewarp_DoubleShiftQR_meat.hpp55 eT x1_new = x1 - ((x1 <= 0) - (x1 > 0)) * arma_hypot(x1, x2x3); in compute_reflector() local
56 eT x_norm = arma_hypot(x1_new, x2x3); in compute_reflector()
63 ref_u(0, ind) = x1_new / x_norm; in compute_reflector()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dnewarp_DoubleShiftQR_meat.hpp55 eT x1_new = x1 - ((x1 <= 0) - (x1 > 0)) * arma_hypot(x1, x2x3); in compute_reflector() local
56 eT x_norm = arma_hypot(x1_new, x2x3); in compute_reflector()
63 ref_u(0, ind) = x1_new / x_norm; in compute_reflector()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A Dgp_exp_quad_cov.hpp234 x1_new = divide_columns(x1, length_scale); in gp_exp_quad_cov() local
241 cov(i, j) = sigma_sq * exp(-0.5 * squared_distance(x1_new[i], x2_new[j])); in gp_exp_quad_cov()
H A Dgp_matern52_cov.hpp282 x1_new = divide_columns(x1, length_scale); in gp_matern52_cov() local
289 = squared_distance(x1_new[i], x2_new[j]); in gp_matern52_cov()
H A Dgp_exponential_cov.hpp255 x1_new = divide_columns(x1, length_scale); in gp_exponential_cov() local
261 cov(i, j) = sigma_sq * exp(-distance(x1_new[i], x2_new[j])); in gp_exponential_cov()
H A Dgp_matern32_cov.hpp284 x1_new = divide_columns(x1, length_scale); in gp_matern32_cov() local
291 = distance(x1_new[i], x2_new[j]); in gp_matern32_cov()
/dports/games/avp/avp-20170505/src/avp/support/
H A Dr2base.h276 r2rect(int x0_new,int y0_new,int x1_new,int y1_new) : in r2rect()
279 x1(x1_new), in r2rect()
/dports/print/pdfarranger/pdfarranger-1.8.0/pdfarranger/
H A Dexporter.py65 x1_new = x1 + (x2 - x1) * crop[0]
69 return [x1_new, y1_new, x2_new, y2_new]
/dports/math/spectra/spectra-1.0.0/include/Spectra/LinAlg/
H A DDoubleShiftQR.h126 const Scalar x1_new = x1 - rho * x_norm, x1m = abs(x1_new); in compute_reflector() local
128 u[0] = x1_new; in compute_reflector()
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dgp_matern52_cov.hpp306 std::vector<Eigen::Matrix<return_type_t<T_x1, T_l>, -1, 1>> x1_new in gp_matern52_cov() local
319 = squared_distance(x1_new[i], x2_new[j]); in gp_matern52_cov()
H A Dgp_exponential_cov.hpp287 std::vector<Eigen::Matrix<return_type_t<T_x1, T_l>, -1, 1>> x1_new in gp_exponential_cov() local
300 cov(i, j) = sigma_sq * exp(-distance(x1_new[i], x2_new[j])); in gp_exponential_cov()
H A Dgp_matern32_cov.hpp311 std::vector<Eigen::Matrix<return_type_t<T_x1, T_l>, -1, 1>> x1_new in gp_matern32_cov() local
324 return_type_t<T_x1, T_x2, T_l> dist = distance(x1_new[i], x2_new[j]); in gp_matern32_cov()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_wx/
H A Dogleditor.py2576 x1_new = x1.copy()
2594 self._update_vertexvbo_begin_fill(style, inds_style, x1_new, y1_new,
2603 self._update_vertexvbo_line_fill(x1_new, y1_new, z1, x2_new, y2_new, z2,
2667 …def _update_vertexvbo_begin_fill(self, style, inds_style, x1_new, y1_new, z1, x2, y2, z2, length_x… argument
2689x1_new[inds_style] = x2[inds_style] - (length_xy[inds_style]-radius)*np.cos(alpha_xy[inds_style])
2713 x = np.cos(alphas) * radius + x1_new[inds_style]
2727 xcf = (np.ones((n_vert, 1)) * x1_new[inds_style]).transpose().flatten()
3058 x1_new = x1.copy()
3076 self._update_vertexvbo_begin_fill(style, inds_style, x1_new, y1_new,
3085 self._update_vertexvbo_line_fill(x1_new, y1_new, z1, x2_new, y2_new, z2,
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dplframe.c1023 int x0_old, x1_old, y0_old, y1_old, x0_new, x1_new, y0_new, y1_new; in PlFrameExposeEH() local
1032 x1_new = x0_new + event->width; in PlFrameExposeEH()
1037 plFramePtr->pldis.width = (unsigned int) MAX( x1_old, x1_new ) - plFramePtr->pldis.x; in PlFrameExposeEH()
/dports/math/plplot/plplot-5.15.0/bindings/tk-x-plat/
H A Dplplotter.c987 int x0_old, x1_old, y0_old, y1_old, x0_new, x1_new, y0_new, y1_new; in PlPlotterExposeEH() local
996 x1_new = x0_new + event->width; in PlPlotterExposeEH()
1001 plPlotterPtr->pldis.width = (unsigned int) MAX( x1_old, x1_new ) - plPlotterPtr->pldis.x; in PlPlotterExposeEH()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dplframe.c1023 int x0_old, x1_old, y0_old, y1_old, x0_new, x1_new, y0_new, y1_new; in PlFrameExposeEH() local
1032 x1_new = x0_new + event->width; in PlFrameExposeEH()
1037 plFramePtr->pldis.width = (unsigned int) MAX( x1_old, x1_new ) - plFramePtr->pldis.x; in PlFrameExposeEH()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk-x-plat/
H A Dplplotter.c987 int x0_old, x1_old, y0_old, y1_old, x0_new, x1_new, y0_new, y1_new; in PlPlotterExposeEH() local
996 x1_new = x0_new + event->width; in PlPlotterExposeEH()
1001 plPlotterPtr->pldis.width = (unsigned int) MAX( x1_old, x1_new ) - plPlotterPtr->pldis.x; in PlPlotterExposeEH()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddebugger.cpp1595 float x0_new, y0_new, z0_new, x1_new, y1_new, z1_new; in cmdItem() local
1602 … _vm->_items->getBoundingBox(itemId).getXYZ(&x0_new, &y0_new, &z0_new, &x1_new, &y1_new, &z1_new); in cmdItem()
1606 x0_new, y0_new, z0_new, x1_new, y1_new, z1_new); in cmdItem()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddebugger.cpp1698 float x0_new, y0_new, z0_new, x1_new, y1_new, z1_new; in cmdItem() local
1705 … _vm->_items->getBoundingBox(itemId).getXYZ(&x0_new, &y0_new, &z0_new, &x1_new, &y1_new, &z1_new); in cmdItem()
1709 x0_new, y0_new, z0_new, x1_new, y1_new, z1_new); in cmdItem()

12