Home
last modified time | relevance | path

Searched +defs:g +defs:rmat (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCnbutil.cc41 Matrix<> rmat(nc, 3); in component_selector() local
317 const double g, in rho_conditional_log_density()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/plaidml/
H A Dgplaidmlbackend.cpp178 const ade::Graph& g, in GPlaidMLExecutable()
217 auto& rmat = cv::util::get<cv::RMat>(arg); in bindInArg() local
247 auto& rmat = *cv::util::get<cv::RMat*>(arg); in bindOutArg() local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/streaming/
H A Dgstreamingbackend.cpp109 GStreamingIntrinExecutable::GStreamingIntrinExecutable(const ade::Graph& g, in GStreamingIntrinExecutable()
220 auto& rmat = *cv::util::get<cv::RMat*>(out_arg); in run() local
253 void GOCVBGR::Actor::extractRMat(const cv::MediaFrame& frame, cv::RMat& rmat) in extractRMat()
310 void GOCVY::Actor::extractRMat(const cv::MediaFrame& frame, cv::RMat& rmat) in extractRMat()
367 void GOCVUV::Actor::extractRMat(const cv::MediaFrame& frame, cv::RMat& rmat) in extractRMat()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NL2SOL/
H A Ddl7msb.c14 /* Subroutine */ int dl7msb_(b, d__, g, ierr, ipiv, ipiv1, ipiv2, ka, lmat, in dl7msb_() argument
15 lv, p, p0, pc, qtr, rmat, step, td, tg, v, w, wlm, x, x0) in dl7msb_() argument
H A Ddl7mst.c30 /* Subroutine */ int dl7mst_(d__, g, ierr, ipivot, ka, p, qtr, r__, step, v, in dl7mst_() argument
48 static integer pp1o2, rmat; local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/executor/
H A Dgexecutor.cpp161 const auto& rmat = mag.template slot<cv::RMat>().at(rc.id); in writeBackExec() local
216 auto& rmat = m_res.slot<cv::RMat>()[d.rc]; in initResource() local
416 auto& g = *m_orig_graph.get(); in reshape() local
H A Dgstreamingexecutor.cpp96 std::vector<cv::gimpl::stream::Q*> reader_queues( ade::Graph &g, in reader_queues()
108 std::vector<cv::gimpl::stream::Q*> input_queues( ade::Graph &g, in input_queues()
743 auto rmat = cv::make_rmat<cv::gimpl::RMatAdapter>(newMat); in get() local
/dports/print/cups-filters/cups-filters-1.28.10/cupsfilters/
H A Dimage-colorspace.c903 float g, /* I - Ink/marker gamma */ in cupsImageSetProfile()
1268 g, /* Green value */ in rgb_to_lab() local
1354 g, /* Green value */ in rgb_to_xyz() local
1457 float rmat[3][3]; /* I - Rotation matrix */ in xrotate() local
1485 float rmat[3][3]; /* I - Rotation matrix */ in yrotate() local
1513 float rmat[3][3]; /* I - Rotation matrix */ in zrotate() local
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/filter/
H A Dimage-colorspace.c911 float g, /* I - Ink/marker gamma */ in cupsImageSetProfile()
1276 g, /* Green value */ in rgb_to_lab() local
1362 g, /* Green value */ in rgb_to_xyz() local
1465 float rmat[3][3]; /* I - Rotation matrix */ in xrotate() local
1493 float rmat[3][3]; /* I - Rotation matrix */ in yrotate() local
1521 float rmat[3][3]; /* I - Rotation matrix */ in zrotate() local
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/filter/
H A Dimage-colorspace.c911 float g, /* I - Ink/marker gamma */ in cupsImageSetProfile()
1276 g, /* Green value */ in rgb_to_lab() local
1362 g, /* Green value */ in rgb_to_xyz() local
1465 float rmat[3][3]; /* I - Rotation matrix */ in xrotate() local
1493 float rmat[3][3]; /* I - Rotation matrix */ in yrotate() local
1521 float rmat[3][3]; /* I - Rotation matrix */ in zrotate() local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/python/
H A Dgpythonbackend.cpp130 auto& rmat = *cv::util::get<cv::RMat*>(out); in writeBack() local
210 GPythonExecutable::GPythonExecutable(const ade::Graph& g, in GPythonExecutable()
/dports/biology/molden/molden5.8/
H A Drotatg.f4 common /rotxyz/ amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg local
14 & p(3,3),g(3,3),ibasis,idim local
/dports/devel/boost-docs/boost_1_72_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/graph_parallel/test/
H A Dalgorithm_performance.cpp147 void test_directed_sequential_algorithms(const Graph& g) in test_directed_sequential_algorithms()
151 void test_undirected_sequential_algorithms(const Graph& g) in test_undirected_sequential_algorithms()
284 void test_directed_algorithms(const Graph& g) in test_directed_algorithms()
289 void test_undirected_algorithms(const Graph& g) in test_undirected_algorithms()
457 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_csr() local
497 Graph g(rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list() local
619 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
631 Graph g(erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_adjacency_list() local
680 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
692 Graph g(small_world_iterator<RandomGenerator, Graph>(gen, N, k, p), in test_adjacency_list() local
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DSpaceGrid.cpp676 for (int g = 0; g < gmap[d].size(); g++) in write_description() local
794 Matrix_t rmat; in registerCollectables() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/graphicshelpers/
H A Dsubmissioncontext.cpp419 const uint g = format.greenBufferSize(); in resolveRenderTargetFormat() local
422 #define RGBA_BITS(r,g,b,a) (r | (g << 6) | (b << 12) | (a << 18)) in resolveRenderTargetFormat() argument
894 void SubmissionContext::setActiveMaterial(Material *rmat) in setActiveMaterial()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_matrix.c2312 float rmat[3][3], smat[3][3]; in blend_m3_m3m3() local
2508 float rmat[3][3], smat[3][3], tmat[3][3]; in loc_eul_size_to_mat4() local
2537 float rmat[3][3], smat[3][3], tmat[3][3]; in loc_eulO_size_to_mat4() local
2565 float rmat[3][3], smat[3][3], tmat[3][3]; in loc_quat_size_to_mat4() local
2955 float f, g; in svd_m4() local
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dmatrixmap.c2152 double *rmat; /* Pointer to matrix for returned MatrixMap */ in MapSplit() local
3444 double as,a,b,c,d,e,f,g; /* Intermediate quantities */ in MtrRot() local

12