Home
last modified time | relevance | path

Searched refs:resolution_count (Results 1 – 16 of 16) sorted by relevance

/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtranslation_table.cpp132 long receptacle[256], resolution_count = TokenResolutions(token, receptacle); in TokenCode() local
136 for (unsigned long i = 0; i < resolution_count; i++) { in TokenCode()
220 long resolution_count = TokenResolutions(token, buf); in ExpandToken() local
224 for (long tc = 0; tc < resolution_count; tc++) { in ExpandToken()
261 long resolution_count = 1L; in MultiTokenResolutions() local
273 resolution_count *= in MultiTokenResolutions()
277 if (resolution_count == 1L) { in MultiTokenResolutions()
287 resolution_count = in MultiTokenResolutions()
295 if (resolution_count > HYPHY_SITE_DEFAULT_BUFFER_SIZE) { in MultiTokenResolutions()
374 resolution_count = -1L; in MultiTokenResolutions()
[all …]
H A Ddataset_filter.cpp1628 resolution_count = -1L; in Translate2Frequencies() local
1665 resolution_count = -1L; in MapStringToCharIndex() local
1704 return resolution_count==1L?1L:-1L; in Translate2Frequencies()
1744 long resolution_count = -1; in SetupConversion() local
1751 if (resolution_count == -1) { in SetupConversion()
1752 resolution_count = i; in SetupConversion()
1754 resolution_count = -2; in SetupConversion()
1759 conversionCache<<resolution_count; in SetupConversion()
1824 if (resolution_count>1L) { in GenerateConsensusString()
1825 hyFloat equal_weight = 1./resolution_count; in GenerateConsensusString()
[all …]
H A Ddataset.cpp765 … long resolution_count = theTT->MultiTokenResolutions(unit_for_counting, static_store, countGaps); in HarvestFrequencies() local
767 if (resolution_count > 0UL) { in HarvestFrequencies()
769 hyFloat normalized = 1./resolution_count; in HarvestFrequencies()
771 … for (long resolution_index = 0UL; resolution_index < resolution_count; resolution_index ++) { in HarvestFrequencies()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dprint_settings_initializer_mac.cc27 UInt32 resolution_count = 0; in InitPrintSettings() local
30 PMPrinterGetPrinterResolutionCount(printer, &resolution_count); in InitPrintSettings()
33 for (uint32_t i = 1; i <= resolution_count; ++i) { in InitPrintSettings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dprint_settings_initializer_mac.cc27 UInt32 resolution_count = 0; in InitPrintSettings() local
30 PMPrinterGetPrinterResolutionCount(printer, &resolution_count); in InitPrintSettings()
33 for (uint32_t i = 1; i <= resolution_count; ++i) { in InitPrintSettings()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Ddns_query_test.cpp48 std::size_t resolution_count = 0; in TEST() local
91 resolution_count += resolution; in TEST()
103 ASSERT_GTE(resolution_count, kPassingRate); in TEST()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dpsl1ght_ctx.c85 uint32_t resolution_count = 0; in gfx_ctx_psl1ght_get_available_resolutions() local
98 resolution_count++; in gfx_ctx_psl1ght_get_available_resolutions()
103 malloc(resolution_count * sizeof(uint32_t)); in gfx_ctx_psl1ght_get_available_resolutions()
131 global->console.screen.resolutions.current.idx = resolution_count - 1; in gfx_ctx_psl1ght_get_available_resolutions()
H A Dps3_ctx.c87 uint32_t resolution_count = 0; in gfx_ctx_ps3_get_available_resolutions() local
100 resolution_count++; in gfx_ctx_ps3_get_available_resolutions()
105 malloc(resolution_count * sizeof(uint32_t)); in gfx_ctx_ps3_get_available_resolutions()
133 global->console.screen.resolutions.current.idx = resolution_count - 1; in gfx_ctx_ps3_get_available_resolutions()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/build_tables/
H A Dbuild_parse_table.rs674 let mut resolution_count = 0; in handle_conflict() localVariable
711 resolution_count += 1; in handle_conflict()
715 resolution_count in handle_conflict()
723 resolution_count += 1; in handle_conflict()
727 resolution_count, in handle_conflict()
735 resolution_count += 1; in handle_conflict()
739 resolution_count in handle_conflict()
746 resolution_count += 1; in handle_conflict()
750 resolution_count in handle_conflict()
/dports/security/nyx/nyx-2.1.0/nyx/panel/
H A Dconnection.py489 resolution_count = conn_resolver.run_counter()
493 if resolution_count == 0:
497 resolution_count = conn_resolver.run_counter()
499 if resolution_count != 0:
514 elif resolution_count == self._last_resource_fetch:
546 self._last_resource_fetch = resolution_count
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/SelectionAnalyses/
H A DSLAC.bf564 …averaged [0] := (+pairwise_eps[-1][parent_state]$resolution)/resolution_count * relative_branch_le…
565 …averaged [1] := (+pairwise_epn[-1][parent_state]$resolution)/resolution_count * relative_branch_le…
566 averaged [2] := (+pairwise_ops[-1][parent_state]$resolution)/resolution_count;
567 averaged [3] := (+pairwise_opn[-1][parent_state]$resolution)/resolution_count;
633 resolution_count = + resolution;
663 resolution_count = + resolution;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dhyperv_fb.c144 u8 resolution_count; member
602 if (msg->resolution_resp.resolution_count == 0) { in synthvid_get_supported_resolution()
609 if (index >= msg->resolution_resp.resolution_count) { in synthvid_get_supported_resolution()
615 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in synthvid_get_supported_resolution()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dhyperv_fb.c144 u8 resolution_count; member
602 if (msg->resolution_resp.resolution_count == 0) { in synthvid_get_supported_resolution()
609 if (index >= msg->resolution_resp.resolution_count) { in synthvid_get_supported_resolution()
615 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in synthvid_get_supported_resolution()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dhyperv_fb.c144 u8 resolution_count; member
602 if (msg->resolution_resp.resolution_count == 0) { in synthvid_get_supported_resolution()
609 if (index >= msg->resolution_resp.resolution_count) { in synthvid_get_supported_resolution()
615 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in synthvid_get_supported_resolution()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Ddrawing.cpp102 static int resolution_count[RES_MAX + 1], lines_count; variable
2831 resolution_count[dp_for_drawing->bplres]++;
3147 if (resolution_count[i])
3149 if (resolution_count[i] >= largest_count) {
3150 largest_count = resolution_count[i];
3202 …"), currprefs.gfx_autoresolution, lines_count, resolution_count[0], resolution_count[1], resolutio…
3274 resolution_count[i] = 0;
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/tasks/
H A Dalignments.bf649 resolution_count = +resolutions;
651 if (resolution_count == 1) {
654 if (resolution_count == 0 || resolution_count == 64) {