Home
last modified time | relevance | path

Searched refs:threshold_size (Results 1 – 25 of 69) sorted by relevance

123

/dports/biology/garlic/garlic-1.6/
H A Dcolor_size.c52 static double min_size = 0, threshold_size = 4, max_size = 10; in ColorSize_() local
88 delta_size1 = max_size - threshold_size; in ColorSize_()
91 delta_size2 = threshold_size - min_size; in ColorSize_()
122 res_size = threshold_size; in ColorSize_()
148 if (res_size <= threshold_size) in ColorSize_()
150 scale_factor = (threshold_size - res_size) * in ColorSize_()
160 scale_factor = (res_size - threshold_size) * in ColorSize_()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DTravel_isolated_components.h84 Selection_visitor(std::size_t threshold_size, OutputIterator out) in Selection_visitor()
85 : threshold_size(threshold_size), out(out), any_inserted(false) { } in Selection_visitor()
89 if(C.size() <= threshold_size) { in operator()
98 std::size_t threshold_size; member
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/bfrops/base/
H A Dbfrop_base_frame.c54 .threshold_size = 0,
78 pmix_bfrops_globals.threshold_size = PMIX_BFROP_DEFAULT_THRESHOLD_SIZE; in pmix_bfrop_register()
84 &pmix_bfrops_globals.threshold_size); in pmix_bfrop_register()
H A Dbfrop_base_fns.c688 if (required >= pmix_bfrops_globals.threshold_size) { in pmix_bfrop_buffer_extend()
689 to_alloc = ((required + pmix_bfrops_globals.threshold_size - 1) in pmix_bfrop_buffer_extend()
690 / pmix_bfrops_globals.threshold_size) * pmix_bfrops_globals.threshold_size; in pmix_bfrop_buffer_extend()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/
H A Dbfrop_base_frame.c63 pmix_bfrops_globals.threshold_size = PMIX_BFROP_DEFAULT_THRESHOLD_SIZE; in pmix_bfrop_register()
69 &pmix_bfrops_globals.threshold_size); in pmix_bfrop_register()
H A Dbfrop_base_fns.c589 if (required >= pmix_bfrops_globals.threshold_size) { in pmix_bfrop_buffer_extend()
590 to_alloc = ((required + pmix_bfrops_globals.threshold_size - 1) in pmix_bfrop_buffer_extend()
591 / pmix_bfrops_globals.threshold_size) * pmix_bfrops_globals.threshold_size; in pmix_bfrop_buffer_extend()
/dports/emulators/qemu42/qemu-4.2.1/include/migration/
H A Dregister.h48 uint64_t threshold_size,
/dports/emulators/qemu/qemu-6.2.0/include/migration/
H A Dregister.h50 uint64_t threshold_size,
/dports/emulators/qemu60/qemu-6.0.0/include/migration/
H A Dregister.h50 uint64_t threshold_size,
/dports/emulators/qemu-utils/qemu-4.2.1/include/migration/
H A Dregister.h48 uint64_t threshold_size,
/dports/emulators/qemu5/qemu-5.2.0/include/migration/
H A Dregister.h50 uint64_t threshold_size,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/migration/
H A Dregister.h50 uint64_t threshold_size,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/migration/
H A Dregister.h50 uint64_t threshold_size,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/migration/
H A Dregister.h50 uint64_t threshold_size,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/migration/
H A Dregister.h48 uint64_t threshold_size,
/dports/sysutils/xfce4-bsdcpufreq-plugin/xfce4-bsdcpufreq-plugin-345edc2/panel-plugin/
H A Dbsdcpufreq.c204 const gint threshold_size = 26; in bsdcpufreq_size_changed() local
205 gtk_container_set_border_width(GTK_CONTAINER(bsdcpufreq->ebox), (size > threshold_size ? 2 : 1)); in bsdcpufreq_size_changed()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dmigration.h138 int64_t threshold_size; member
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dmigration.h165 int64_t threshold_size; member
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dmigration.h165 int64_t threshold_size; member
/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dmigration.h187 int64_t threshold_size; member
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dmigration.h182 int64_t threshold_size; member
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dmigration.h179 int64_t threshold_size; member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dmigration.h165 int64_t threshold_size; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dmigration.h165 int64_t threshold_size; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dmigration.h187 int64_t threshold_size; member

123