Searched refs:n_iterations (Results 1 – 13 of 13) sorted by relevance
/third_party/glib/gobject/tests/ |
D | closure-refcount.c | 261 guint i, n_iterations; in test_closure_refcount() local 284 n_iterations = 100000; in test_closure_refcount() 286 n_iterations = 1000000; in test_closure_refcount() 295 i < n_iterations || in test_closure_refcount()
|
/third_party/boost/boost/graph/ |
D | page_rank.hpp | 27 struct n_iterations struct 29 explicit n_iterations(std::size_t n) : n(n) {} in n_iterations() argument 142 page_rank(g, rank_map, n_iterations(20)); in page_rank()
|
/third_party/boost/libs/graph_parallel/test/ |
D | distributed_rmat_pagerank.cpp | 88 graph::n_iterations(iters), 0.85, n); in test_filtered_rmat_pagerank()
|
D | distributed_page_rank_test.cpp | 71 n_iterations(iterations), 0.85, N); in test_distributed_page_rank()
|
D | distributed_csr_algorithm_test.cpp | 267 using boost::graph::n_iterations; in test_main() 274 n_iterations(iterations), 0.85, vertex(0, g)); in test_main()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderPrimitiveCounter.hpp | 126 const std::string& n_iterations);
|
D | esextcGeometryShaderPrimitiveCounter.cpp | 683 const std::string& n_iterations) in GetGeometryShaderCode() argument 761 m_geometry_shader_template.replace(template_position, template_name.length(), n_iterations); in GetGeometryShaderCode()
|
D | esextcGeometryShaderRendering.cpp | 424 const unsigned int n_iterations = sizeof(iterations) / sizeof(iterations[0]) / 2; in init() local 427 for (unsigned int n_iteration = 0; n_iteration < n_iterations; ++n_iteration) in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderInvariance.cpp | 328 const unsigned int n_iterations = getAmountOfIterations(); in initTest() local 329 m_programs.reserve(n_iterations); in initTest() 336 for (unsigned int n_iteration = 0; n_iteration < n_iterations; ++n_iteration) in initTest() 536 const unsigned int n_iterations = getAmountOfIterations(); in iterate() local 537 char** iteration_data = new char*[n_iterations]; in iterate() 540 for (unsigned int n_iteration = 0; n_iteration < n_iterations; ++n_iteration) in iterate() 667 for (unsigned int n_iteration = 0; n_iteration < n_iterations; ++n_iteration) in iterate()
|
D | esextcTessellationShaderVertexSpacing.cpp | 262 const unsigned int n_iterations = (run.inner[0] > 1) ? 2 : 1; in getEdgesForQuadsTessellation() local 264 for (unsigned int n_iteration = 0; n_iteration < n_iterations; ++n_iteration) in getEdgesForQuadsTessellation()
|
/third_party/boost/libs/graph_parallel/doc/ |
D | page_rank.rst | 62 **Default**: ``graph::n_iterations(20)``
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcViewportArrayTests.cpp | 2538 GLuint n_iterations = 0; in iterate() local 2543 n_iterations = 3; in iterate() 2547 n_iterations = 2; in iterate() 2604 for (GLuint i = 0; i < n_iterations; ++i) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2919 const unsigned int n_iterations = in initTestRuns() local 2922 for (unsigned int n_iteration = 0; n_iteration < n_iterations; ++n_iteration) in initTestRuns()
|