Home
last modified time | relevance | path

Searched refs:num_other (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/tstools/tstools-1.11/
H A Dpsreport.c109 int num_other[cSIZE][cDEPTH]; in report_ps() local
137 num_other[ii][jj] = 0; in report_ps()
311 num_other[index][substream_index] ++; in report_ps()
394 if (num_other[cAC3][ii] > 0) in report_ps()
399 sum_other_size[cAC3][ii]/num_other[cAC3][ii]); in report_ps()
408 if (num_other[cDTS][ii] > 0) in report_ps()
413 sum_other_size[cDTS][ii]/num_other[cDTS][ii]); in report_ps()
418 if (num_other[cLPCM][ii] > 0) in report_ps()
423 sum_other_size[cLPCM][ii]/num_other[cLPCM][ii]); in report_ps()
428 if (num_other[cSUBPICTURES][ii] > 0) in report_ps()
[all …]
/dports/devel/R-cran-caret/caret/R/
H A Dggplot.R206 num_other <- length(p_names) - num_num functionVar
207 if(num_other == 0) {
227 if(num_other == length(p_names)) {
229 if(num_other == 1) {
234 if(num_other == 2) {
239 if(num_other == 3) {
248 num_other, "non-numeric variables; I don't have code for",
260 if(num_other == 1) {
265 num_other, "non-numeric variables; I don't have code for",
/dports/graphics/tesseract/tesseract-5.0.0/src/wordrec/
H A Dlm_consistency.h59 num_other = 0; in LMConsistencyInfo()
91 return (NumInconsistentPunc() + num_other + in NumInconsistentChartype()
123 int num_other; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/
H A Dautodef_mod_combo.cpp987 unsigned int num_this, num_other; in Compare() local
990 num_other = other.GetNumUnique(); in Compare()
991 if (num_this > num_other) { in Compare()
993 } else if (num_this < num_other) { in Compare()
997 num_other = other.GetGroupList().size(); in Compare()
998 if (num_this > num_other) { in Compare()
1000 } else if (num_this < num_other) { in Compare()
1004 num_other = other.GetMaxInGroup(); in Compare()
1005 if (num_this < num_other) { in Compare()
1007 } else if (num_this > num_other) { in Compare()
[all …]
H A Dautodef_source_group.cpp247 unsigned int num_other, num_this; in Compare() local
250 num_other = s.GetSrcList().size(); in Compare()
253 if (num_other < num_this) { in Compare()
255 } else if (num_other > num_this) { in Compare()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/util/
H A Dautodef_mod_combo.cpp987 unsigned int num_this, num_other; in Compare() local
990 num_other = other.GetNumUnique(); in Compare()
991 if (num_this > num_other) { in Compare()
993 } else if (num_this < num_other) { in Compare()
997 num_other = other.GetGroupList().size(); in Compare()
998 if (num_this > num_other) { in Compare()
1000 } else if (num_this < num_other) { in Compare()
1004 num_other = other.GetMaxInGroup(); in Compare()
1005 if (num_this < num_other) { in Compare()
1007 } else if (num_this > num_other) { in Compare()
[all …]
H A Dautodef_source_group.cpp247 unsigned int num_other, num_this; in Compare() local
250 num_other = s.GetSrcList().size(); in Compare()
253 if (num_other < num_this) { in Compare()
255 } else if (num_other > num_this) { in Compare()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/libff/libff/algebra/scalar_multiplication/
H A Dmultiexp.tcc464 size_t num_other = 0;
486 ++num_other;
489 …("* Elements of w skipped: %zu (%0.2f%%)\n", num_skip, 100.*num_skip/(num_skip+num_add+num_other));
490 …essed with special addition: %zu (%0.2f%%)\n", num_add, 100.*num_add/(num_skip+num_add+num_other));
491 …ntf("* Elements of w remaining: %zu (%0.2f%%)\n", num_other, 100.*num_other/(num_skip+num_add+num_…
/dports/math/octomap/octomap-1.9.7/octomap/src/
H A Dgraph2tree.cpp76 unsigned int& num_other) in calcThresholdedNodes() argument
79 num_other = 0; in calcThresholdedNodes()
85 num_other++; in calcThresholdedNodes()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest4.12100 set num_other $expect_out(7,string)
102 set num_other [expr $num_other * 1024]
/dports/misc/py-toil/toil-5.4.0/src/toil/lib/
H A Dec2.py248 num_active, num_other = 0, 0
265 num_other += 1
276 if num_other:
277 logger.warning('%i request(s) entered a state other than active.', num_other)
/dports/net-mgmt/nagios-snmp-plugins-extras/plugins/
H A Dcheck_snmp_env.pl693 my ($num_fan,$num_other,$num_volt,$num_temp,$num_disk)=(0,0,0,0,0);
737 $num_other++;if ($sens_status == 0) { $num_other_ok++;}}
767 if ($num_fan+$num_other+$num_volt+$num_temp+$num_disk == 0) {
/dports/textproc/py-nltk/nltk-3.4.1/nltk/tag/
H A Dbrill_trainer.py599 num_other = len([c for c in changes if c == 0])
605 '%4d%4d%4d%4d |' % (score, num_fixed, num_broken, num_other), end=' '
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1425 guint num_wmv = 0, num_wma = 0, num_other = 0; in gst_encoding_profile_get_file_extension() local
1433 ++num_other; in gst_encoding_profile_get_file_extension()
1436 if (num_other > 0) in gst_encoding_profile_get_file_extension()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgscdevn.c625 int num_cmyk_process = 0, num_other = 0; in gx_check_process_names_DeviceN() local
642 num_other++; in gx_check_process_names_DeviceN()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgscdevn.c625 int num_cmyk_process = 0, num_other = 0; in gx_check_process_names_DeviceN() local
642 num_other++; in gx_check_process_names_DeviceN()

12