Home
last modified time | relevance | path

Searched refs:num_dropped (Results 1 – 25 of 95) sorted by relevance

1234

/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/word_embeddings/
H A Devaluation.py169 num_dropped = initial_length - len(dataset_coded)
193 num_dropped=num_dropped,
232 num_dropped = initial_length - len(dataset_coded)
256 num_dropped=num_dropped,
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dbasiclu_kernel.cc67 Int num_dropped = RemoveDiagonal(*L, nullptr); in _Factorize() local
68 assert(num_dropped == dim); in _Factorize()
70 (void)(num_dropped); in _Factorize()
H A Dbasis.cc525 Int num_dropped = 0; in CrashBasis() local
526 CrashFactorize(&num_dropped); in CrashBasis()
529 << num_dropped << '\n'; in CrashBasis()
606 void Basis::CrashFactorize(Int* num_dropped) { in CrashFactorize() argument
633 if (num_dropped) in CrashFactorize()
634 *num_dropped = ndropped; in CrashFactorize()
647 Int* num_dropped) { in CrashExchange() argument
665 if (num_dropped) in CrashExchange()
666 *num_dropped = 0; in CrashExchange()
672 CrashFactorize(num_dropped); in CrashExchange()
H A Dbasis.h261 void CrashFactorize(Int* num_dropped);
269 Int* num_dropped);
H A Dbasiclu_wrapper.cc112 Int num_dropped = RemoveDiagonal(*L, nullptr); in _GetFactors() local
113 assert(num_dropped == dim); in _GetFactors()
114 (void)(num_dropped); in _GetFactors()
/dports/net/gnu-radius/radius-1.6.1/include/
H A Dradsnmp.h41 grad_counter_t num_dropped; member
57 grad_counter_t num_dropped; member
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dut_pex.cpp301 int num_dropped = 0; in on_extended() local
303 if (p) num_dropped += p.string_length() / 6; in on_extended()
357 num_dropped += p6.string_length() / 18; in on_extended()
402 , num_dropped, num_added); in on_extended()
473 int num_dropped = 0; in send_ut_peer_diff() local
478 if (e) num_dropped += e.string_length() / 6; in send_ut_peer_diff()
482 if (e) num_dropped += e.string_length() / 18; in send_ut_peer_diff()
484 , num_dropped, num_added, int(pex_msg.size())); in send_ut_peer_diff()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dut_pex.cpp301 int num_dropped = 0; in on_extended() local
303 if (p) num_dropped += p.string_length() / 6; in on_extended()
357 num_dropped += p6.string_length() / 18; in on_extended()
402 , num_dropped, num_added); in on_extended()
473 int num_dropped = 0; in send_ut_peer_diff() local
478 if (e) num_dropped += e.string_length() / 6; in send_ut_peer_diff()
482 if (e) num_dropped += e.string_length() / 18; in send_ut_peer_diff()
484 , num_dropped, num_added, int(pex_msg.size())); in send_ut_peer_diff()
/dports/net/gnu-radius/radius-1.6.1/radiusd/
H A Dradius.c180 stat_inc(auth, ntohl(clt_sa->sin_addr.s_addr), num_dropped); in radius_auth_req_decode()
192 stat_inc(auth, greq->ipaddr, num_dropped); in radius_auth_req_decode()
229 stat_inc(acct, ntohl(clt_sa->sin_addr.s_addr), num_dropped); in radius_acct_req_decode()
241 stat_inc(acct, greq->ipaddr, num_dropped); in radius_acct_req_decode()
433 stat_inc(auth, radreq->request->ipaddr, num_dropped); in radius_req_drop()
436 stat_inc(acct, radreq->request->ipaddr, num_dropped); in radius_req_drop()
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dbasis.cc524 Int num_dropped = 0; in CrashBasis() local
525 CrashFactorize(&num_dropped); in CrashBasis()
528 << num_dropped << '\n'; in CrashBasis()
604 void Basis::CrashFactorize(Int* num_dropped) { in CrashFactorize() argument
631 if (num_dropped) in CrashFactorize()
632 *num_dropped = ndropped; in CrashFactorize()
645 Int* num_dropped) { in CrashExchange() argument
663 if (num_dropped) in CrashExchange()
664 *num_dropped = 0; in CrashExchange()
670 CrashFactorize(num_dropped); in CrashExchange()
H A Dbasiclu_kernel.cc67 Int num_dropped = RemoveDiagonal(*L, nullptr); in _Factorize() local
68 assert(num_dropped == dim); in _Factorize()
H A Dbasis.h261 void CrashFactorize(Int* num_dropped);
269 Int* num_dropped);
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/receiver/
H A Daudio_decoder_unittest.cc231 const int num_dropped = next_num_dropped++; in TEST_P() local
233 i += num_dropped; in TEST_P()
234 FeedMoreAudio(kTenMilliseconds, num_dropped); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/receiver/
H A Daudio_decoder_unittest.cc230 const int num_dropped = next_num_dropped++; in TEST_P() local
232 i += num_dropped; in TEST_P()
233 FeedMoreAudio(kTenMilliseconds, num_dropped); in TEST_P()
/dports/graphics/tesseract/tesseract-5.0.0/src/training/pango/
H A Dstringrenderer.cpp614 int num_dropped = 0; in StripUnrenderableWords() local
627 ++num_dropped; in StripUnrenderableWords()
633 if (num_dropped > 0) { in StripUnrenderableWords()
634 tprintf("Stripped %d unrenderable words\n", num_dropped); in StripUnrenderableWords()
636 return num_dropped; in StripUnrenderableWords()
762 int num_dropped = font_.DropUncoveredChars(&page_text); in RenderToImage() local
763 if (num_dropped) { in RenderToImage()
764 tprintf("WARNING: Dropped %d uncovered characters\n", num_dropped); in RenderToImage()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dgeneric_encoder_unittest.cc134 int num_dropped = 0; in TEST() local
141 ++num_dropped; in TEST()
146 if (num_dropped < kNumStreams) { in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dgeneric_encoder_unittest.cc134 int num_dropped = 0; in TEST() local
141 ++num_dropped; in TEST()
146 if (num_dropped < kNumStreams) { in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dgeneric_encoder_unittest.cc134 int num_dropped = 0; in TEST() local
141 ++num_dropped; in TEST()
146 if (num_dropped < kNumStreams) { in TEST()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/t/
H A Dudpfw.c68 uint64_t num_dropped; member
231 ++q->num_dropped; in enqueue()
254 up.num_forwarded, up.num_dropped, down.num_forwarded, down.num_dropped); in on_signal()
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tools/
H A Doverlay.py382 num_dropped = orig_num_geoms - result.shape[0]
384 if (num_dropped > 0 or num_dropped_collection > 0) and keep_geom_type_warning:
389 "geometries".format(num_dropped + num_dropped_collection),
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/dmsort-1.0.1/src/
H A Ddmsort.rs146 let num_dropped = dropped.len(); in sort_copy_by() localVariable
169 num_dropped in sort_copy_by()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_fq_pie.c276 unsigned int num_dropped = 0; in fq_pie_change() local
352 num_dropped += 1; in fq_pie_change()
355 qdisc_tree_reduce_backlog(sch, num_dropped, len_dropped); in fq_pie_change()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_fq_pie.c276 unsigned int num_dropped = 0; in fq_pie_change() local
352 num_dropped += 1; in fq_pie_change()
355 qdisc_tree_reduce_backlog(sch, num_dropped, len_dropped); in fq_pie_change()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dframe_encode_metadata_writer_unittest.cc146 int num_dropped = 0; in TEST() local
153 ++num_dropped; in TEST()
158 if (num_dropped < kNumStreams) { in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/
H A Dframe_encode_metadata_writer_unittest.cc146 int num_dropped = 0; in TEST() local
153 ++num_dropped; in TEST()
158 if (num_dropped < kNumStreams) { in TEST()

1234