Home
last modified time | relevance | path

Searched refs:y_copy (Results 1 – 25 of 62) sorted by path

123

/dports/astro/py-astropy/astropy-5.0/astropy/convolution/tests/
H A Dtest_convolve.py131 y_copy = y.copy()
144 assert np.all(y_copy[kernel_not_nan] == y[kernel_not_nan])
H A Dtest_convolve_fft.py828 y_copy = y.copy()
842 assert np.all(y_copy[kernel_not_nan] == y[kernel_not_nan])
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/stats/distance/tests/
H A Dtest_mantel.py424 y_copy = y.copy()
437 self.assertEqual(y, y_copy)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DModel.cpp381 for (size_t y_copy = 1; y_copy <= y; ++y_copy) { in duplicate_objects_grid() local
383 …ce->set_offset(Vec3d(ext_size(0) * (double)(x_copy - 1), ext_size(1) * (double)(y_copy - 1), 0.0)); in duplicate_objects_grid()
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/sql/
H A Dtest_metadata.py1796 y_copy = y.copy()
1797 t1 = Table('x', m, y_copy)
1799 is_true(y_copy.type._create_events)
1809 y_copy = y.copy()
1810 t1 = Table('x', m, y_copy)
1812 is_true(y_copy.type._create_events)
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/sql/
H A Dtest_metadata.py1999 y_copy = y.copy()
2000 t1 = Table("x", m, y_copy)
2002 is_true(y_copy.type._create_events)
2017 y_copy = y.copy()
2018 t1 = Table("x", m, y_copy)
2037 y_copy = y.copy()
2038 Table("x", m, y_copy)
2047 y_copy = y.copy()
2048 t1 = Table("x", m, y_copy)
2057 y_copy = y.copy()
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/sql/
H A Dtest_metadata.py2182 y_copy = y.copy()
2183 t1 = Table("x", m, y_copy)
2185 is_true(y_copy.type._create_events)
2200 y_copy = y.copy()
2201 t1 = Table("x", m, y_copy)
2220 y_copy = y.copy()
2221 Table("x", m, y_copy)
2230 y_copy = y.copy()
2231 Table("x", m, y_copy)
2240 y_copy = y.copy()
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/sql/
H A Dtest_metadata.py2338 y_copy = y._copy()
2339 t1 = Table("x", m, y_copy)
2341 is_true(y_copy.type._create_events)
2356 y_copy = y._copy()
2357 t1 = Table("x", m, y_copy)
2376 y_copy = y._copy()
2377 Table("x", m, y_copy)
2386 y_copy = y._copy()
2387 Table("x", m, y_copy)
2396 y_copy = y._copy()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_barycentric_rational.cpp53 std::vector<Real> y_copy = y; in test_interpolation_condition() local
59 BOOST_CHECK_CLOSE(z, y_copy[i], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition()
H A Dtest_vector_barycentric_rational.cpp44 std::vector<Eigen::Vector2d> y_copy = y; in test_agreement_with_1d() local
94 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_eigen() local
102 BOOST_CHECK_CLOSE(z[0], y_copy[i][0], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
103 BOOST_CHECK_CLOSE(z[1], y_copy[i][1], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
126 std::vector<std::array<Real, 2>> y_copy = y; in test_interpolation_condition_std_array() local
162 std::vector<boost::numeric::ublas::vector<Real>> y_copy = y; in test_interpolation_condition_ublas() local
193 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_high_order() local
229 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_eigen() local
272 std::vector<std::array<Real,2>> y_copy = y; in test_constant_std_array() local
314 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_high_order() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_barycentric_rational.cpp53 std::vector<Real> y_copy = y; in test_interpolation_condition() local
59 BOOST_CHECK_CLOSE(z, y_copy[i], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition()
H A Dtest_vector_barycentric_rational.cpp44 std::vector<Eigen::Vector2d> y_copy = y; in test_agreement_with_1d() local
94 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_eigen() local
102 BOOST_CHECK_CLOSE(z[0], y_copy[i][0], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
103 BOOST_CHECK_CLOSE(z[1], y_copy[i][1], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
126 std::vector<std::array<Real, 2>> y_copy = y; in test_interpolation_condition_std_array() local
162 std::vector<boost::numeric::ublas::vector<Real>> y_copy = y; in test_interpolation_condition_ublas() local
193 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_high_order() local
229 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_eigen() local
272 std::vector<std::array<Real,2>> y_copy = y; in test_constant_std_array() local
314 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_high_order() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_barycentric_rational.cpp53 std::vector<Real> y_copy = y; in test_interpolation_condition() local
59 BOOST_CHECK_CLOSE(z, y_copy[i], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition()
H A Dtest_vector_barycentric_rational.cpp44 std::vector<Eigen::Vector2d> y_copy = y; in test_agreement_with_1d() local
94 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_eigen() local
102 BOOST_CHECK_CLOSE(z[0], y_copy[i][0], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
103 BOOST_CHECK_CLOSE(z[1], y_copy[i][1], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
126 std::vector<std::array<Real, 2>> y_copy = y; in test_interpolation_condition_std_array() local
162 std::vector<boost::numeric::ublas::vector<Real>> y_copy = y; in test_interpolation_condition_ublas() local
193 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_high_order() local
229 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_eigen() local
272 std::vector<std::array<Real,2>> y_copy = y; in test_constant_std_array() local
314 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_high_order() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dcubic_hermite_test.cpp41 auto y_copy = y; in test_constant() local
43 auto hermite_spline = cubic_hermite(std::move(x_copy), std::move(y_copy), std::move(dydx_copy)); in test_constant()
95 auto y_copy = y; in test_linear() local
97 auto hermite_spline = cubic_hermite(std::move(x_copy), std::move(y_copy), std::move(dydx_copy)); in test_linear()
117 y_copy = y; in test_linear()
119 hermite_spline = cubic_hermite(std::move(x_copy), std::move(y_copy), std::move(dydx_copy)); in test_linear()
201 auto y_copy = y; in test_interpolation_condition() local
203 auto s = cubic_hermite(std::move(x_copy), std::move(y_copy), std::move(dydx_copy)); in test_interpolation_condition()
279 auto y_copy = y; in test_cardinal_linear() local
411 auto y_copy = y; in test_cardinal_interpolation_condition() local
[all …]
H A Dmakima_test.cpp33 auto y_copy = y; in test_constant() local
34 auto akima = makima(std::move(x_copy), std::move(y_copy)); in test_constant()
70 auto y_copy = y; in test_linear() local
71 auto akima = makima(std::move(x_copy), std::move(y_copy)); in test_linear()
89 y_copy = y; in test_linear()
90 akima = makima(std::move(x_copy), std::move(y_copy)); in test_linear()
97 y_copy = y; in test_linear()
99 akima = makima(std::move(x_copy), std::move(y_copy), Real(1), Real(1)); in test_linear()
147 auto y_copy = y; in test_interpolation_condition() local
148 auto s = makima(std::move(x_copy), std::move(y_copy)); in test_interpolation_condition()
[all …]
H A Dpchip_test.cpp33 auto y_copy = y; in test_constant() local
71 auto y_copy = y; in test_linear() local
90 y_copy = y; in test_linear()
98 y_copy = y; in test_linear()
148 auto y_copy = y; in test_interpolation_condition() local
149 auto s = pchip(std::move(x_copy), std::move(y_copy)); in test_interpolation_condition()
156 y_copy = y; in test_interpolation_condition()
185 auto y_copy = y; in test_monotonicity() local
186 auto s = pchip(std::move(x_copy), std::move(y_copy)); in test_monotonicity()
210 y_copy = y; in test_monotonicity()
[all …]
H A Dquintic_hermite_test.cpp241 auto y_copy = y; in test_interpolation_condition() local
244 …auto s = quintic_hermite(std::move(x_copy), std::move(y_copy), std::move(dydx_copy), std::move(d2y… in test_interpolation_condition()
H A Dseptic_hermite_test.cpp482 auto y_copy = y; in test_interpolation_condition() local
486 …auto s = septic_hermite(std::move(x_copy), std::move(y_copy), std::move(dydx_copy), std::move(d2yd… in test_interpolation_condition()
H A Dtest_barycentric_rational.cpp53 std::vector<Real> y_copy = y; in test_interpolation_condition() local
59 BOOST_CHECK_CLOSE(z, y_copy[i], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition()
H A Dtest_vector_barycentric_rational.cpp44 std::vector<Eigen::Vector2d> y_copy = y; in test_agreement_with_1d() local
94 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_eigen() local
102 BOOST_CHECK_CLOSE(z[0], y_copy[i][0], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
103 BOOST_CHECK_CLOSE(z[1], y_copy[i][1], 100*numeric_limits<Real>::epsilon()); in test_interpolation_condition_eigen()
126 std::vector<std::array<Real, 2>> y_copy = y; in test_interpolation_condition_std_array() local
162 std::vector<boost::numeric::ublas::vector<Real>> y_copy = y; in test_interpolation_condition_ublas() local
193 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_high_order() local
229 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_eigen() local
272 std::vector<std::array<Real,2>> y_copy = y; in test_constant_std_array() local
314 std::vector<Eigen::Vector2d> y_copy = y; in test_constant_high_order() local
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DPointset_Powerset_templates.hh1290 const Pointset_Powerset<PSET> y_copy = y; in BGP99_heuristics_assign() local
1291 PPL_ASSERT_HEAVY(y_copy.definitely_entails(x_copy)); in BGP99_heuristics_assign()
1346 const Pointset_Powerset<PSET> y_copy = y; in BGP99_extrapolation_assign() local
1347 PPL_ASSERT_HEAVY(y_copy.definitely_entails(x_copy)); in BGP99_extrapolation_assign()
1432 const Pointset_Powerset<PSET> y_copy = y; in BHZ03_widening_assign() local
1433 PPL_ASSERT_HEAVY(y_copy.definitely_entails(x_copy)); in BHZ03_widening_assign()
H A Dassertions.hh144 bool copy_contains(T x_copy, T y_copy) { in copy_contains() argument
145 return x_copy.contains(y_copy); in copy_contains()
H A Dppl.hh.dist1808 Returns \c true if and only if \p x_copy contains \p y_copy.
1817 bool copy_contains(T x_copy, T y_copy) {
1818 return x_copy.contains(y_copy);
105134 const Pointset_Powerset<PSET> y_copy = y;
105135 PPL_ASSERT_HEAVY(y_copy.definitely_entails(x_copy));
105190 const Pointset_Powerset<PSET> y_copy = y;
105191 PPL_ASSERT_HEAVY(y_copy.definitely_entails(x_copy));
105276 const Pointset_Powerset<PSET> y_copy = y;
105277 PPL_ASSERT_HEAVY(y_copy.definitely_entails(x_copy));
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestArenaAllocator.cpp312 nsAutoCString::char_type* y_copy = mozilla::ArenaStrdup(y, a); in TEST() local
313 EXPECT_TRUE(y.Equals(y_copy)); in TEST()

123