Home
last modified time | relevance | path

Searched refs:mv1 (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/tests/
H A Dlinalg-test.cpp339 mv1 = m2; in matrix_view_test()
343 mv1 = mv3; in matrix_view_test()
347 mv1 = cmv1; in matrix_view_test()
352 mv1 = m2; in matrix_view_test()
383 mv1 += m2; in matrix_view_test()
385 mv1 -= m2; in matrix_view_test()
387 mv1 += mv3; in matrix_view_test()
439 m2 = mv1; in matrix_test()
471 m2 += mv1; in matrix_test()
473 m2 -= mv1; in matrix_test()
[all …]
/dports/math/lib2geom/lib2geom-1.1/tests/
H A Dlinalg-test.cpp339 mv1 = m2; in matrix_view_test()
343 mv1 = mv3; in matrix_view_test()
347 mv1 = cmv1; in matrix_view_test()
352 mv1 = m2; in matrix_view_test()
383 mv1 += m2; in matrix_view_test()
385 mv1 -= m2; in matrix_view_test()
387 mv1 += mv3; in matrix_view_test()
439 m2 = mv1; in matrix_test()
471 m2 += mv1; in matrix_test()
473 m2 -= mv1; in matrix_test()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/statistics/tests/
H A DWelchTTest.java54 MeanVariance mv1 = new MeanVariance(), mv2 = new MeanVariance(); in deviation() local
56 mv1.put(d); in deviation()
62 final double t = calculateTestStatistic(mv1, mv2); in deviation()
63 final int v = calculateDOF(mv1, mv2); in deviation()
75 public static double calculateTestStatistic(MeanVariance mv1, MeanVariance mv2) { in calculateTestStatistic() argument
76 final double delta = mv1.getMean() - mv2.getMean(); in calculateTestStatistic()
77 final double relvar1 = mv1.getSampleVariance() / mv1.getCount(); in calculateTestStatistic()
89 public static int calculateDOF(MeanVariance mv1, MeanVariance mv2) { in calculateDOF() argument
90 final double relvar1 = mv1.getSampleVariance() / mv1.getCount(); in calculateDOF()
93 …final double div = relvar1 * relvar1 / (mv1.getCount() - 1) + relvar2 * relvar2 / (mv2.getCount() … in calculateDOF()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dtry.emplace.pass.cpp70 Moveable mv1(3, 3.0); in main() local
73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
114 Moveable mv1(4, 4.0); in main() local
141 Moveable mv1(3, 3.0); in main() local
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
153 assert(mv1.moved()); // was moved from in main()
168 Moveable mv1(4, 4.0); in main() local
171 assert(!mv1.moved()); // was not moved from in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp77 Moveable mv1(3, 3.0); in main() local
80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
121 Moveable mv1(4, 4.0); in main() local
148 Moveable mv1(3, 3.0); in main() local
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
160 assert(mv1.moved()); // was moved from in main()
175 Moveable mv1(4, 4.0); in main() local
178 assert(!mv1.moved()); // was not moved from in main()
[all …]

12345678910>>...28