Home
last modified time | relevance | path

Searched refs:effective_size (Results 1 – 25 of 91) sorted by relevance

1234

/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/tests/
H A Dtest_structuralholes.py59 effective_size = nx.effective_size(self.D)
62 assert effective_size[2] == pytest.approx(1, abs=1e-3)
75 effective_size = nx.effective_size(D, weight="weight")
78 assert effective_size[2] == pytest.approx(1, abs=1e-3)
87 effective_size = nx.effective_size(self.G)
95 effective_size = nx.effective_size(G, weight="weight")
111 effective_size = nx.effective_size(G, weight="weight")
126 effective_size = nx.effective_size(G, weight="weight")
127 assert math.isnan(effective_size[1])
132 effective_size = nx.effective_size(G)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/experimental/v8_tools/example/data/
H A DTravelGifPage.csv2 …iteIso,9,memory:chrome:browser_process:reported_by_chrome:components:effective_size,0.0,memory.des…
10 …nWithSiteIso,33,memory:chrome:browser_process:reported_by_chrome:gpu:effective_size,2097088.0,memo…
14 …fAnimationWithSiteIso,3,memory:chrome:gpu_process:reported_by_chrome:effective_size,95054898.6667,…
27 …ithSiteIso,55,memory:chrome:all_processes:reported_by_chrome:omnibox:effective_size,8088.0,memory.…
35 …onWithSiteIso,6,memory:chrome:browser_process:reported_by_chrome:net:effective_size,656.0,memory.d…
195 …tionWithSiteIso,56,memory:chrome:gpu_process:reported_by_chrome:skia:effective_size,0.0,memory.des…
331 …ationWithSiteIso,5,memory:chrome:gpu_process:reported_by_chrome:skia:effective_size,0.0,memory.des…
868 …tionWithSiteIso,19,memory:chrome:gpu_process:reported_by_chrome:skia:effective_size,0.0,memory.des…
949 …tionWithSiteIso,52,memory:chrome:gpu_process:reported_by_chrome:skia:effective_size,0.0,memory.des…
1433 …tionWithSiteIso,23,memory:chrome:gpu_process:reported_by_chrome:skia:effective_size,0.0,memory.des…
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/
H A Dstructuralholes.py50 def effective_size(G, nodes=None, weight=None): function
138 effective_size = {}
146 effective_size[v] = float("nan")
149 effective_size[v] = len(E) - (2 * E.size()) / len(E)
154 effective_size[v] = float("nan")
156 effective_size[v] = sum(
159 return effective_size
/dports/games/gnugo/gnugo-3.8/patterns/
H A Dhelpers.c174 add_followup_value(move, 2 * worm[apos].effective_size); in throw_in_atari_helper()
175 TRACE("...followup value %f\n", 2 * worm[apos].effective_size); in throw_in_atari_helper()
286 add_followup_value(move, 2.0 + 2.0 * worm[str].effective_size); in threaten_to_save_helper()
287 TRACE("...followup value %f\n", 2.0 + 2.0 * worm[str].effective_size); in threaten_to_save_helper()
299 add_reverse_followup_value(move, 2.0 * worm[str].effective_size); in prevent_attack_threat_helper()
300 TRACE("...reverse followup value %f\n", 2.0 * worm[str].effective_size); in prevent_attack_threat_helper()
378 add_followup_value(move, 2.0 * worm[str].effective_size);
379 TRACE("...followup value %f\n", 2.0 * worm[str].effective_size);
414 TRACE("...reverse followup value %f\n", 2.0 * worm[str].effective_size); in defend_against_atari_helper()
415 add_reverse_followup_value(move, 2.0 * worm[str].effective_size); in defend_against_atari_helper()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_srcset_parser_test.cc19 float effective_size; member
173 test.device_scale_factor, test.effective_size, test.src_input, in TEST()
319 test.device_scale_factor, test.effective_size, test.src_input, in TEST()
340 test.device_scale_factor, test.effective_size, test.src_input, in TEST()
/dports/audio/festival/speech_tools/sigpr/
H A DEST_Window.cc128 int effective_size = (2*window_centre)+1; in Hanning() local
129 k = 2.0 * M_PI / effective_size; in Hanning()
135 effective_size = (2*righthand_size)+1; in Hanning()
136 k = 2.0 * M_PI / effective_size; in Hanning()
166 int effective_size = (2*window_centre)+1; in Hamming() local
167 k = 2.0 * M_PI / effective_size; in Hamming()
173 effective_size = (2*righthand_size)+1; in Hamming()
174 k = 2.0 * M_PI / effective_size; in Hamming()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_srcset_parser_test.cc18 float effective_size; member
172 test.device_scale_factor, test.effective_size, test.src_input, in TEST()
318 test.device_scale_factor, test.effective_size, test.src_input, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dsizes_attribute_parser_test.cc15 const float effective_size; member
95 ASSERT_EQ(test_cases[i].effective_size, parser.length()); in TEST()
176 ASSERT_EQ(test_cases[i].effective_size, parser.length()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dsizes_attribute_parser_test.cc15 const float effective_size; member
95 ASSERT_EQ(test_cases[i].effective_size, parser.length()); in TEST()
176 ASSERT_EQ(test_cases[i].effective_size, parser.length()); in TEST()
/dports/lang/asn1c/asn1c-0.9.27/asn1c/
H A Dunber.c168 …, int level, ssize_t limit, ber_tlv_len_t *frame_size, ber_tlv_len_t effective_size, int expect_eo…
227 …, int level, ssize_t limit, ber_tlv_len_t *frame_size, ber_tlv_len_t effective_size, int expect_eo… in process_deeper() argument
307 tlv_tag, tlv_len, effective_size); in process_deeper()
325 effective_size += t_len + l_len; in process_deeper()
331 effective_size); in process_deeper()
353 effective_size += dec; in process_deeper()
373 effective_size += tlv_len; in process_deeper()
391 …constr, ssize_t tlen, ber_tlv_tag_t tlv_tag, ber_tlv_len_t tlv_len, ber_tlv_len_t effective_size) { in print_TL() argument
430 printf(" L=\"%ld\"", (long)effective_size); in print_TL()
/dports/games/gnugo/gnugo-3.8/engine/
H A Dvalue_moves.c1142 size = worm[aa].effective_size; in examine_move_safety()
1146 size = worm[aa].effective_size; in examine_move_safety()
1150 size = dragon[aa].effective_size; in examine_move_safety()
1820 pos, worm[aa].effective_size, aa); in estimate_territorial_value()
1821 secondary_value += worm[aa].effective_size; in estimate_territorial_value()
2202 pos, 2 * worm[aa].effective_size, aa); in estimate_territorial_value()
2428 pos, 2 * dragon[aa].effective_size, aa); in estimate_territorial_value()
2431 pos, 2 * dragon[aa].effective_size, aa); in estimate_territorial_value()
2733 aa_value = worm[aa].effective_size; in estimate_strategical_value()
2734 bb_value = worm[bb].effective_size; in estimate_strategical_value()
[all …]
H A Dmove_reasons.c1471 if (effective_size) in mark_changed_dragon()
1484 if (effective_size) in mark_changed_dragon()
1485 *effective_size = dragon[affected].effective_size; in mark_changed_dragon()
1502 if (effective_size) in mark_changed_dragon()
1503 *effective_size = worm[affected2].effective_size; in mark_changed_dragon()
1507 if (effective_size) in mark_changed_dragon()
1508 *effective_size = dragon[affected].effective_size in mark_changed_dragon()
1518 if (effective_size) in mark_changed_dragon()
1519 *effective_size = dragon[affected].effective_size; in mark_changed_dragon()
1550 if (effective_size) in mark_changed_dragon()
[all …]
H A Ddragon.c211 < 0.00001 + gg_max(0.12, 0.32 - 0.01*dragon[str].effective_size)) { in make_dragons()
637 dragon[str].effective_size = worm[str].effective_size; in initialize_dragon_data()
1490 w->effective_size, in show_dragons()
1563 dd->effective_size, in show_dragons()
1710 dragon[origin].effective_size = (dragon[d2].effective_size in join_dragons()
1711 + dragon[d1].effective_size); in join_dragons()
2253 sum += DRAGON(d2).effective_size * dragon2[d2].weakness; in compute_strategic_sizes()
2262 * DRAGON(d).effective_size * dragon2[d].weakness; in compute_strategic_sizes()
2266 ((DRAGON(d2).effective_size * dragon2[d2].weakness) / sum) in compute_strategic_sizes()
2267 * DRAGON(d).effective_size * dragon2[d].weakness, in compute_strategic_sizes()
[all …]
H A Dutils.c1123 *return_value += 2.0 * dragon[bpos].effective_size; in detect_owl_blunder()
1137 *return_value += 2.0 * worm[kworm].effective_size; in detect_owl_blunder()
1146 *return_value += 2.0 * worm[kworm].effective_size; in detect_owl_blunder()
1215 *return_value += worm[pos].effective_size; in detect_tactical_blunder()
1238 *return_value += 2 * worm[pos].effective_size; in detect_tactical_blunder()
1263 *return_value += 2 * worm[pos].effective_size; in detect_tactical_blunder()
1388 if (worm[POS(m, n+dn)].effective_size in double_atari()
1389 > worm[POS(m+dm, n)].effective_size) { in double_atari()
1390 *value = 2.0 * worm[POS(m, n+dn)].effective_size; in double_atari()
1395 *value = 2.0 * worm[POS(m+dm, n)].effective_size; in double_atari()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vfs/win/
H A Dsyspath.c381 size_t dummy, effective_size = buffer_size; in VPathReadSysPath() local
386 -- effective_size; in VPathReadSysPath()
402 if ( effective_size < self -> path . size ) in VPathReadSysPath()
410 if ( effective_size < self -> path . size ) in VPathReadSysPath()
420 if ( effective_size < self -> path . size ) in VPathReadSysPath()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vfs/win/
H A Dsyspath.c381 size_t dummy, effective_size = buffer_size; in VPathReadSysPath() local
386 -- effective_size; in VPathReadSysPath()
402 if ( effective_size < self -> path . size ) in VPathReadSysPath()
410 if ( effective_size < self -> path . size ) in VPathReadSysPath()
420 if ( effective_size < self -> path . size ) in VPathReadSysPath()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c161 ring->effective_size = size; in intel_engine_create_ring()
163 ring->effective_size -= 2 * CACHELINE_BYTES; in intel_engine_create_ring()
226 const unsigned int remain_usable = ring->effective_size - ring->emit; in intel_ring_begin()
236 GEM_BUG_ON(total_bytes > ring->effective_size); in intel_ring_begin()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c161 ring->effective_size = size; in intel_engine_create_ring()
163 ring->effective_size -= 2 * CACHELINE_BYTES; in intel_engine_create_ring()
226 const unsigned int remain_usable = ring->effective_size - ring->emit; in intel_ring_begin()
236 GEM_BUG_ON(total_bytes > ring->effective_size); in intel_ring_begin()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c161 ring->effective_size = size; in intel_engine_create_ring()
163 ring->effective_size -= 2 * CACHELINE_BYTES; in intel_engine_create_ring()
226 const unsigned int remain_usable = ring->effective_size - ring->emit; in intel_ring_begin()
236 GEM_BUG_ON(total_bytes > ring->effective_size); in intel_ring_begin()
/dports/math/py-spvcm/spvcm-0.3.0/spvcm/tests/
H A Dmake_data.py4 from spvcm.diagnostics import psrf, mcse, hpd_interval, effective_size, geweke
38 known_size = effective_size(model, varnames=['Tau2'], use_R=False)
H A Dtest_diagnostics.py4 from spvcm.diagnostics import psrf, geweke, effective_size, hpd_interval, summarize, mcse
98 single_size = effective_size(trace=self.single_trace, use_R = False, varnames='Tau2')
99 multi_size = effective_size(trace=self.trace, use_R = False, varnames='Tau2')
/dports/x11-wm/wayfire/wayfire-0.7.0/src/output/
H A Doutput-impl.hpp44 wf::dimensions_t effective_size; member in wf::output_impl_t
47 output_impl_t(wlr_output *output, const wf::dimensions_t& effective_size);
H A Doutput.cpp21 const wf::dimensions_t& effective_size) in output_impl_t() argument
24 this->set_effective_size(effective_size); in output_impl_t()
118 this->effective_size = size; in set_effective_size()
123 return this->effective_size; in get_screen_size()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dwindow_tree_host_manager.cc113 const gfx::Size effective_size = display.size(); in GetEffectiveResolutionUMAIndex() local
117 return effective_size.width() > effective_size.height() in GetEffectiveResolutionUMAIndex()
118 ? effective_size.width() * effective_size.height() in GetEffectiveResolutionUMAIndex()
119 : effective_size.width() * effective_size.height() - 1; in GetEffectiveResolutionUMAIndex()
/dports/math/py-networkx/networkx-2.6.3/doc/reference/algorithms/
H A Dstructuralholes.rst10 effective_size

1234