Home
last modified time | relevance | path

Searched refs:TEMPLATE_TEST_CASE (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/thread/test/
H A DScheduler.cpp17 TEMPLATE_TEST_CASE("ParallelFor", "[thread]", SCHEDULERS) {
25 TEMPLATE_TEST_CASE("ParallelInvoke", "[thread]", SCHEDULERS) {
48 TEMPLATE_TEST_CASE("ParallelInvoke of parallelFor", "[thread]", SCHEDULERS) {
62 TEMPLATE_TEST_CASE("ThreadLocal sum", "[thread]", SCHEDULERS) {
95 TEMPLATE_TEST_CASE("ThreadLocal parallelFor", "[thread]", SCHEDULERS) {
130 TEMPLATE_TEST_CASE("ThreadLocal accumulate", "[thread]", SCHEDULERS) {
143 TEMPLATE_TEST_CASE("Nested parallelFor", "[thread]", SCHEDULERS) {
153 TEMPLATE_TEST_CASE("Nested parallelInvoke", "[thread]", SCHEDULERS) {
/dports/devel/cli11/CLI11-2.1.2/tests/
H A DBoostOptionTypeTest.cpp20 TEMPLATE_TEST_CASE("Boost container single",
46 TEMPLATE_TEST_CASE("Boost container pair",
72 TEMPLATE_TEST_CASE("Boost container tuple",
97 TEMPLATE_TEST_CASE("Boost container container",
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/gravity/test/
H A DBarnesHut.cpp76 TEMPLATE_TEST_CASE("BarnesHut zero opening angle", "[gravity]", ThreadPool, Tbb) {
110 TEMPLATE_TEST_CASE("BarnesHut simple moments", "[gravity]", ThreadPool, Tbb) {
123 TEMPLATE_TEST_CASE("BarnesHut storage moments", "[gravity]", ThreadPool, Tbb) {
154 TEMPLATE_TEST_CASE("BarnesHut simple acceleration", "[gravity]", ThreadPool, Tbb) {
203 TEMPLATE_TEST_CASE("BarnesHut storage acceleration", "[gravity]", ThreadPool, Tbb) {
233 TEMPLATE_TEST_CASE("BarnesHut eval evalAll equality", "[gravity]", ThreadPool, Tbb) {
239 TEMPLATE_TEST_CASE("BarnesHut opening angle convergence", "[gravity]", ThreadPool, Tbb) {
282 TEMPLATE_TEST_CASE("BarnesHut parallel", "[gravity]", ThreadPool, Tbb) {
308 TEMPLATE_TEST_CASE("BarnesHut symmetrization", "[gravity]", ThreadPool, Tbb) {
324 TEMPLATE_TEST_CASE("BarnesHut override accelerations bug", "[gravity]", ThreadPool, Tbb) {
H A DNBodySolver.cpp128 TEMPLATE_TEST_CASE("Flywheel small timestep", "[nbody]", EulerExplicit, LeapFrog) {
132 TEMPLATE_TEST_CASE("Flywheel large timestep", "[nbody]", EulerExplicit, LeapFrog) {
149 TEMPLATE_TEST_CASE("Collision bounce two", "[nbody]", EulerExplicit, LeapFrog) {
223 TEMPLATE_TEST_CASE("Collision merge two", "[nbody]", EulerExplicit, LeapFrog) {
318 TEMPLATE_TEST_CASE("Collision merge off-center", "[nbody]", EulerExplicit, LeapFrog) {
374 TEMPLATE_TEST_CASE("Collision merge miss", "[nbody]", EulerExplicit, LeapFrog) {
400 TEMPLATE_TEST_CASE("Collision merge rejection", "[nbody]", EulerExplicit, LeapFrog) {
477 TEMPLATE_TEST_CASE("Collision cloud merge", "[nbody]", EulerExplicit, LeapFrog) {
491 TEMPLATE_TEST_CASE("Collision cloud merge&bounce", "[nbody]", EulerExplicit, LeapFrog) {
507 TEMPLATE_TEST_CASE("Collision cloud bounce", "[nbody]", EulerExplicit, LeapFrog) {
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/
H A Dtest-output-flex-update.cpp37 TEMPLATE_TEST_CASE("updating a node", "", options_slim_default,
72 TEMPLATE_TEST_CASE("updating a way", "", options_slim_default,
129 TEMPLATE_TEST_CASE("ways as linestrings and polygons", "", options_slim_default,
196 TEMPLATE_TEST_CASE("multipolygons", "", options_slim_default,
H A Dtest-output-flex-uni.cpp37 TEMPLATE_TEST_CASE("updating a node", "", options_slim_default,
78 TEMPLATE_TEST_CASE("updating a way", "", options_slim_default,
167 TEMPLATE_TEST_CASE("ways as linestrings and polygons", "", options_slim_default,
275 TEMPLATE_TEST_CASE("multipolygons", "", options_slim_default,
H A Dtest-output-flex-nodes.cpp69 TEMPLATE_TEST_CASE("change nodes", "", node_rel_none, node_rel_in_way,
156 TEMPLATE_TEST_CASE("delete nodes", "", node_rel_none, node_rel_in_way,
H A Dtest-middle.cpp92 TEMPLATE_TEST_CASE("middle import", "", options_slim_default,
276 TEMPLATE_TEST_CASE("middle: add, delete and update node", "",
470 TEMPLATE_TEST_CASE("middle: add, delete and update way", "",
617 TEMPLATE_TEST_CASE("middle: add way with attributes", "", options_slim_default,
703 TEMPLATE_TEST_CASE("middle: add, delete and update relation", "",
846 TEMPLATE_TEST_CASE("middle: add relation with attributes", "",
898 TEMPLATE_TEST_CASE("middle: change nodes in way", "", options_slim_default,
1035 TEMPLATE_TEST_CASE("middle: change nodes in relation", "", options_slim_default,
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/
H A Dcatch.hpp255 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) macro
266 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE( _… macro
450 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(__VA_ARGS__) macro
454 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
455 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
459 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO… macro
463 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
464 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
/dports/math/e-antic/Catch2-ff349a5/include/
H A Dcatch.hpp255 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) macro
266 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE( _… macro
450 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(__VA_ARGS__) macro
454 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
455 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
459 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO… macro
463 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
464 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
/dports/www/restbed/restbed-4.8/dependency/catch/include/
H A Dcatch.hpp255 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) macro
266 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE( _… macro
450 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(__VA_ARGS__) macro
454 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
455 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
459 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO… macro
463 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
464 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/
H A Dcatch.hpp255 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) macro
266 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE( _… macro
450 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(__VA_ARGS__) macro
454 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
455 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
459 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO… macro
463 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
464 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/
H A Dcatch.hpp255 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) macro
266 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE( _… macro
450 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(__VA_ARGS__) macro
454 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
455 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
459 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO… macro
463 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
464 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
/dports/devel/catch/Catch2-2.13.7/include/
H A Dcatch.hpp255 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) macro
266 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE( _… macro
450 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(__VA_ARGS__) macro
454 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
455 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
459 #define TEMPLATE_TEST_CASE( ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO… macro
463 #define TEMPLATE_PRODUCT_TEST_CASE( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
464 #define TEMPLATE_PRODUCT_TEST_CASE_SIG( ... ) TEMPLATE_TEST_CASE( __VA_ARGS__ )
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/renfxx/
H A Dt-assignment.cpp22 TEMPLATE_TEST_CASE("Assign renf_elem_class from integers", "[renf_elem_class][operator=]", int, uns…
40 TEMPLATE_TEST_CASE("Assign renf_elem_class from GMP types", "[renf_elem_class][operator=]", mpz_cla…
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/equations/test/
H A DEquationTerm.cpp121 TEMPLATE_TEST_CASE("TestEquation", "[equationterm]", SymmetricSolver<3>, AsymmetricSolver) {
145 TEMPLATE_TEST_CASE("NeighborCount", "[equationterm]", SymmetricSolver<3>, AsymmetricSolver) {
177 TEMPLATE_TEST_CASE("Div v of position vectors", "[equationterm]", SymmetricSolver<3>, AsymmetricSol…
202 TEMPLATE_TEST_CASE("Grad v of const field", "[equationterm]", SymmetricSolver<3>, AsymmetricSolver)…
224 TEMPLATE_TEST_CASE("Grad v of position vector", "[equationterm]", SymmetricSolver<3>, AsymmetricSol…
247 TEMPLATE_TEST_CASE("Grad v of non-trivial field", "[equationterm]", SymmetricSolver<3>, AsymmetricS…
305 TEMPLATE_TEST_CASE("Rot v", "[equationterm]", SymmetricSolver<3>, AsymmetricSolver) {
348 TEMPLATE_TEST_CASE("Laplacian vector", "[equationterm]", SymmetricSolver<3>, AsymmetricSolver) {
417 TEMPLATE_TEST_CASE("Gradient of divergence", "[equationterm]", SymmetricSolver<3>, AsymmetricSolver…
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/solvers/test/
H A DStandardSets.cpp30 TEMPLATE_TEST_CASE("StandardSets quantities B&A", "[solvers]", SymmetricSolver<3>, AsymmetricSolver…
67 TEMPLATE_TEST_CASE("StandardSets quantities standard", "[solvers]", SymmetricSolver<3>, AsymmetricS…
98 TEMPLATE_TEST_CASE("StandardSets gass", "[solvers]", SymmetricSolver<3>, AsymmetricSolver) {
132 TEMPLATE_TEST_CASE("StandardSets solid", "[solvers]", SymmetricSolver<3>, AsymmetricSolver) {
164 TEMPLATE_TEST_CASE("StandardSets constant smoothing length",
H A DImpact.cpp88 TEMPLATE_TEST_CASE("Impact standard SPH", "[impact]]", SymmetricSolver<3>, AsymmetricSolver) {
104 TEMPLATE_TEST_CASE("Impact B&A SPH", "[impact]]", SymmetricSolver<3>, AsymmetricSolver) {
/dports/devel/protozero/protozero-1.7.0/test/t/repeated_packed_fixed32/
H A Dwriter_test_cases.cpp9 TEMPLATE_TEST_CASE("write repeated packed fixed32 field and check with libprotobuf", "",
46 TEMPLATE_TEST_CASE("write from different types of iterators and check with libprotobuf", "",
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/protozero/test/t/repeated_packed_fixed32/
H A Dwriter_test_cases.cpp9 TEMPLATE_TEST_CASE("write repeated packed fixed32 field and check with libprotobuf", "",
46 TEMPLATE_TEST_CASE("write from different types of iterators and check with libprotobuf", "",
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/equations/av/test/
H A DAV.cpp13 TEMPLATE_TEST_CASE("AV divergent", "[av]", StandardAV, RiemannAV) {
25 TEMPLATE_TEST_CASE("AV shockwave", "[av]", StandardAV, RiemannAV) {
/dports/math/spectra/spectra-1.0.0/test/
H A DDavidsonSymEigs.cpp110 TEMPLATE_TEST_CASE("Davidson Solver of dense symmetric real matrix [1000x1000]", "", double)
118 TEMPLATE_TEST_CASE("Davidson Solver of sparse symmetric real matrix [1000x1000]", "", double)
H A DJDSymEigsDPRConstructor.cpp11 TEMPLATE_TEST_CASE("Constructing JDSymEigsDPR", "[JDSymEigsDPR]", float, double)
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/physics/test/
H A DYielding.cpp17 TEMPLATE_TEST_CASE("Rheology reduction", "[yielding]", VonMisesRheology, DruckerPragerRheology) {
48 TEMPLATE_TEST_CASE("Rheology repeated", "[yielding]", VonMisesRheology, DruckerPragerRheology) {
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/test/
H A DJobs.cpp78 TEMPLATE_TEST_CASE("New run", "[job]", SphJob, SphStabilizationJob, NBodyJob) {
94 TEMPLATE_TEST_CASE("Resumed run", "[job]", SphJob, SphStabilizationJob, NBodyJob) {

1234567