/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/ |
H A D | test_misc.R | 53 e <- tryCatch( exceptions_(), "C++Error" = function(e) e ) argument 62 e <- tryCatch( exceptions_(), "std::range_error" = function(e) e ) globalVar 133 m <- tryCatch( test_stop_variadic(), error = function(e){ argument 139 M <- matrix(1:4, 2, 2) globalVar 144 M <- matrix(1:4, 2, 2) globalVar 149 M <- matrix(1:4, 2, 2) globalVar 153 M <- matrix(1:4, 2, 2) globalVar 157 M <- matrix(1:4, 2, 2) globalVar 161 M <- matrix(1:4, 2, 2) globalVar 165 M <- matrix(1:4, 2, 2) globalVar
|
/dports/astro/astrometry/astrometry.net-0.85/util/ |
H A D | celestial_mechanics.py | 119 def position_from_orbital_vectors(xhat, yhat, a, e, M): argument 137 def phase_space_coordinates_from_orbital_elements(a, e, i, Omega, pomega, M, GM): argument 233 def eccentric_anomaly_from_mean_anomaly(M, e, tolerance = default_tolerance, argument 265 def radial_velocity(K, f, e, pomega): argument 274 def radial_velocity_from_M(K, M, e, pomega): argument 289 def radial_velocity_fourier_series(K, M, e, pomega, phi, order=default_order): argument 302 def aprime(n,e): argument 305 def bprime(n,e): argument 308 def fourier_coeff_A(n, pomega, phi, e): argument 355 M = arange(-3.16,-3.14,0.001) # easy variable [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/error-codes/e0119/auxiliary/ |
H A D | complex_impl_support.rs | 5 pub struct M<'a, 'b, 'c, T, U, V> { struct 10 e: PhantomData<U>, field 14 impl<'a, 'b, 'c, T, U, V, W> External for (T, M<'a, 'b, 'c, Box<U>, V, W>) argument
|
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t400_Classification/ |
H A D | train_sc.m | 301 M = size(CL101,2); variable 313 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 323 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 337 M = size(CL101,2); variable 349 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 359 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 376 M = size(CL101,2); variable 381 e = CL101(k,:) - sign(D(k,cix) * weights - theta); variable 407 M = size(CL101,2); variable 428 M = size(CL101,2); variable [all …]
|
/dports/math/polymake/polymake-4.5/apps/topaz/src/ |
H A D | morse_matching.cc | 48 void orderEdgesLex(const graph::ShrinkingLattice<graph::lattice::BasicDecoration>& M, std::vector<I… in orderEdgesLex() 60 for (auto e = M.out_edges(f).begin(); !e.at_end(); ++e) in orderEdgesLex() local 95 for (auto e = M.in_edges(FN[fi]).begin(); !e.at_end(); ++e) in orderEdgesLex() local 182 bool checkAcyclic(const graph::ShrinkingLattice<graph::lattice::BasicDecoration>& M, const MorseEdg… in checkAcyclic() 217 bool checkMatching(const graph::ShrinkingLattice<graph::lattice::BasicDecoration>& M, const MorseEd… in checkMatching() 231 for (auto e = M.in_edges(f).begin(); !e.at_end(); ++e) { in checkMatching() local 245 for (auto e = M.out_edges(f).begin(); !e.at_end(); ++e) { in checkMatching() local 264 void print_reversed_edges(const graph::ShrinkingLattice<graph::lattice::BasicDecoration>& M, const … in print_reversed_edges() 267 for (auto e = entire(edges(M.graph())); !e.at_end(); ++e) in print_reversed_edges() local 322 graph::ShrinkingLattice<graph::lattice::BasicDecoration> M(M_obj); // not const, will be modified in morse_matching() local [all …]
|
/dports/math/octave-forge-nan/nan-3.6.1/inst/ |
H A D | train_sc.m | 307 M = size(CL101,2); variable 319 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 329 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 343 M = size(CL101,2); variable 355 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 365 e = CL101(k,:) - sign([1, D(k,cix)] * weights); variable 382 M = size(CL101,2); variable 387 e = CL101(k,:) - sign(D(k,cix) * weights - theta); variable 413 M = size(CL101,2); variable 434 M = size(CL101,2); variable [all …]
|
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/ |
H A D | shapes.h | 56 #define CORNER_COORDINATES_TRIANGLE(e,n,x) \ argument 62 #define CORNER_COORDINATES_QUADRILATERAL(e,n,x) \ argument 69 #define CORNER_COORDINATES(e,n,x) \ argument 116 #define TRANSFORMATION_OF_TRIANGLE(x,M) \ argument 120 #define TRANSFORMATION_OF_QUADRILATERAL(x,local,M) \ argument 135 #define CORNER_COORDINATES_TETRAHEDRON(e,n,x) \ argument 142 #define CORNER_COORDINATES_PYRAMID(e,n,x) \ argument 150 #define CORNER_COORDINATES_PRISM(e,n,x) \ argument 159 #define CORNER_COORDINATES_HEXAHEDRON(e,n,x) \ argument 170 #define CORNER_COORDINATES(e,n,x) \ argument [all …]
|
/dports/science/py-dlib/dlib-19.22/dlib/threads/ |
H A D | threaded_object_extension.cpp | 40 catch (std::exception& e) in ~threaded_object() local 54 auto_mutex M(m_); in is_running() local 71 auto_mutex M(m_); in is_alive() local 88 auto_mutex M(m_); in wait() local 106 auto_mutex M(m_); in start() local 134 auto_mutex M(m_); in restart() local 167 auto_mutex M(m_); in set_respawn() local 184 auto_mutex M(m_); in should_respawn() local 201 auto_mutex M(m_); in pause() local 218 auto_mutex M(m_); in stop() local [all …]
|
/dports/science/dlib-cpp/dlib-19.22/dlib/threads/ |
H A D | threaded_object_extension.cpp | 40 catch (std::exception& e) in ~threaded_object() local 54 auto_mutex M(m_); in is_running() local 71 auto_mutex M(m_); in is_alive() local 88 auto_mutex M(m_); in wait() local 106 auto_mutex M(m_); in start() local 134 auto_mutex M(m_); in restart() local 167 auto_mutex M(m_); in set_respawn() local 184 auto_mutex M(m_); in should_respawn() local 201 auto_mutex M(m_); in pause() local 218 auto_mutex M(m_); in stop() local [all …]
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/libc++/libcxx-10.0.1.src/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 81 MemPtr M = &TestType::object; in doTest() local 96 CMemPtr M = &TestType::object; in doTest() local 111 VMemPtr M = &TestType::object; in doTest() local 126 CVMemPtr M = &TestType::object; in doTest() local 181 Expect e = std::__invoke(M, obj); in runTest() local 195 Expect e = std::__invoke(M, std::forward<T>(obj)); in runTest() local 203 Expect e = std::__invoke_constexpr(M, std::forward<T>(obj)); in runTest() local
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/ |
H A D | bit-cast3.C | 65 struct F { char c, d, e, f; }; member 92 int e; member 103 long long int a, b : 11, c : 3, d : 37, e : 1, f : 10, g : 2, h; member 120 struct M struct 123 unsigned char e; member 126 constexpr bool operator == (const M &x) const argument
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/ |
H A D | bit-cast3.C | 65 struct F { char c, d, e, f; }; member 92 int e; member 103 long long int a, b : 11, c : 3, d : 37, e : 1, f : 10, g : 2, h; member 120 struct M struct 123 unsigned char e; member 126 constexpr bool operator == (const M &x) const argument
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/ |
H A D | bit-cast3.C | 65 struct F { char c, d, e, f; }; member 92 int e; member 103 long long int a, b : 11, c : 3, d : 37, e : 1, f : 10, g : 2, h; member 120 struct M struct 123 unsigned char e; member 126 constexpr bool operator == (const M &x) const argument
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/ |
H A D | bit-cast3.C | 65 struct F { char c, d, e, f; }; member 92 int e; member 103 long long int a, b : 11, c : 3, d : 37, e : 1, f : 10, g : 2, h; member 120 struct M struct 123 unsigned char e; member 126 constexpr bool operator == (const M &x) const argument
|
/dports/science/py-dlib/dlib-19.22/dlib/test/ |
H A D | pipe.cpp | 33 auto_mutex M(m); in add_running_thread() local 40 auto_mutex M(m); in remove_running_thread() local 48 auto_mutex M(m); in wait_for_threads() local 75 catch(exception& e) in threadproc1() local 77 auto_mutex M(m); in threadproc1() local 109 auto_mutex M(m); in threadproc2() local 111 catch(exception& e) in threadproc2() local 113 auto_mutex M(m); in threadproc2() local 145 auto_mutex M(m); in threadproc3() local 147 catch(exception& e) in threadproc3() local [all …]
|