Home
last modified time | relevance | path

Searched +refs:value +refs:coverage (Results 26 – 50 of 19396) sorted by relevance

12345678910>>...776

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXOTMath.cpp47 if (SWAP(coverage->format) == 1) { in getCoverage()
53 } else if (SWAP(coverage->format) == 2) { in getCoverage()
79 return SWAP(valueRecords[whichConstant].value); in getMathConstant()
309 offset = SWAP(italCorrInfo->coverage); in get_ot_math_ital_corr()
441 rval = SWAP(kernTable->kern[-1].value); in getMathKernAt()
442 else if (height < SWAP(kernTable->height[0].value)) in getMathKernAt()
443 rval = SWAP(kernTable->kern[1].value); in getMathKernAt()
444 else if (height > SWAP(kernTable->height[count].value)) in getMathKernAt()
445 rval = SWAP(kernTable->kern[count+1].value); in getMathKernAt()
448 if (height > SWAP(kernTable->height[i].value)) { in getMathKernAt()
[all …]
/dports/biology/ugene/ugene-40.1/data/cmdline/
H A Dextract_coverage.uwl2coverage and/or bases count from an assembly. It receives a number of assemblies and for each of t…
15 extract-assembly-coverage {
16 type:extract-assembly-coverage;
32 extract-assembly-coverage.export-type {
36 extract-assembly-coverage.format {
40 extract-assembly-coverage.threshold {
42 description:"A threshold value";
44 extract-assembly-coverage.url-out {
50 extract-assembly-coverage {
84 title:"Extract coverage parameters";
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tools/NCoverExplorer/
H A DCoverageReport.xsl57 …Acceptable coverage is <xsl:value-of select="concat(format-number(./project/@acceptable,'#0.0'), '…
128 …<td class="heading">Acceptable coverage is <xsl:value-of select="concat(format-number(./project/@a…
185 <xsl:with-param name="coverage" select="./project/@coverage" />
203 <xsl:with-param name="coverage" select="./@coverage" />
222 <xsl:with-param name="coverage" select="./@coverage" />
233 <xsl:with-param name="coverage" select="./@coverage" />
253 <xsl:with-param name="coverage" select="./@coverage" />
269 …eCellBottom mainTableCellPercent" align="right"><xsl:value-of select="concat(format-number($covera…
291 …<td class="mainTableCellPercent"><xsl:value-of select="concat(format-number($coverage,'#0.0'), ' %…
313 …lass="mainTableCellBottom mainTableCellPercent"><xsl:value-of select="concat(format-number($covera…
[all …]
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dcoverage.cpp308 GjsCoverage *coverage = (GjsCoverage *) data; in coverage_tracer() local
316 bootstrap_coverage(GjsCoverage *coverage) in bootstrap_coverage() argument
354 GjsCoverage *coverage = GJS_COVERAGE(object); in gjs_coverage_constructed() local
358 if (!bootstrap_coverage(coverage)) { in gjs_coverage_constructed()
368 const GValue *value, in gjs_coverage_set_property() argument
371 GjsCoverage *coverage = GJS_COVERAGE(object); in gjs_coverage_set_property() local
376 priv->prefixes = (char **) g_value_dup_boxed (value); in gjs_coverage_set_property()
379 priv->context = GJS_CONTEXT(g_value_dup_object(value)); in gjs_coverage_set_property()
384 priv->output_dir = G_FILE(g_value_dup_object(value)); in gjs_coverage_set_property()
480 GjsCoverage *coverage = in gjs_coverage_new() local
[all …]
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dcoverage.cpp327 GjsCoverage *coverage = (GjsCoverage *) data; in coverage_tracer() local
335 bootstrap_coverage(GjsCoverage *coverage) in bootstrap_coverage() argument
373 GjsCoverage *coverage = GJS_COVERAGE(object); in gjs_coverage_constructed() local
377 if (!bootstrap_coverage(coverage)) { in gjs_coverage_constructed()
387 const GValue *value, in gjs_coverage_set_property() argument
390 GjsCoverage *coverage = GJS_COVERAGE(object); in gjs_coverage_set_property() local
395 priv->prefixes = (char **) g_value_dup_boxed (value); in gjs_coverage_set_property()
398 priv->context = GJS_CONTEXT(g_value_dup_object(value)); in gjs_coverage_set_property()
403 priv->output_dir = G_FILE(g_value_dup_object(value)); in gjs_coverage_set_property()
499 GjsCoverage *coverage = in gjs_coverage_new() local
[all …]
/dports/devel/R-cran-covr/covr/R/
H A Dcompiled.R28 lines <- lines[!is.na(matches$coverage)]
32 matches$coverage[matches$coverage == "#####"] <- 0 # nolint
35 matches$coverage[matches$coverage == "====="] <- "-"
37 coverage_lines <- matches$line != "0" & matches$coverage != "-"
40 values <- as.numeric(matches$coverage)
43 stop("values could not be coerced to numeric ", matches$coverage)
99 res <- Map(function(line, length, value, func) { argument
101 res <- list(srcref = src_ref, value = value, functions = func) nameattr
/dports/mail/rspamd-devel/rspamd-93430bb/test/tools/
H A Dgcov_coveralls.py58 tag, value = line.split(':')
60 src_file = value.rstrip()
62 line_num, exec_count = value.split(',')
68 def run_gcov(filename, coverage, args): argument
89 if src_file not in coverage:
90 coverage[src_file] = defaultdict(int, count)
94 coverage[src_file][line] += exe_cnt
135 coverage = {}
145 run_gcov(join(root, f), coverage, args)
160 for src_file in coverage:
[all …]
/dports/mail/rspamd/rspamd-3.1/test/tools/
H A Dgcov_coveralls.py58 tag, value = line.split(':')
60 src_file = value.rstrip()
62 line_num, exec_count = value.split(',')
68 def run_gcov(filename, coverage, args): argument
89 if src_file not in coverage:
90 coverage[src_file] = defaultdict(int, count)
94 coverage[src_file][line] += exe_cnt
135 coverage = {}
145 run_gcov(join(root, f), coverage, args)
160 for src_file in coverage:
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/ttf-parser-0.3.0/src/
H A Dkern.rs33 let coverage: Coverage = s.read()?; in glyphs_kerning() localVariable
35 if !coverage.is_horizontal() { in glyphs_kerning()
39 if coverage.format != 0 { in glyphs_kerning()
54 Some(v) => Ok(v.value), in parse_format1()
61 value: i16, field
72 value: s.read(), in parse()
80 coverage: u8, field
89 (self.coverage >> Coverage::HORIZONTAL_BIT) & 1 == 1 in is_horizontal()
100 coverage: s.read(), in parse()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/datatypes/
H A Dbackend.cpp41 return d->coverage[coverageType]; in coverageArea()
66 const auto jsonMetaData = obj.value(QLatin1String("KPlugin")).toObject(); in fromJson()
70 const auto coverage = obj.value(QLatin1String("coverage")).toObject(); in fromJson() local
72 const auto covObj = coverage.value(QLatin1String(c.name)).toObject(); in fromJson()
76 b.d->coverage[c.type] = CoverageArea::fromJson(covObj); in fromJson()
77 b.d->coverage[c.type].setType(c.type); in fromJson()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dttkern.c99 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
109 format = coverage >> 8; in tt_face_load_kern()
116 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
207 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
209 FT_Int value = 0; in tt_face_get_kerning() local
230 switch ( coverage >> 8 ) in tt_face_get_kerning()
254 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
275 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
296 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
297 result = value; in tt_face_get_kerning()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/sfnt/
H A Dttkern.c99 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
109 format = coverage >> 8; in tt_face_load_kern()
116 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
207 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
209 FT_Int value = 0; in tt_face_get_kerning() local
230 switch ( coverage >> 8 ) in tt_face_get_kerning()
254 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
275 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
296 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
297 result = value; in tt_face_get_kerning()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttkern.c99 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
109 format = coverage >> 8; in tt_face_load_kern()
116 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
207 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
209 FT_Int value = 0; in tt_face_get_kerning() local
230 switch ( coverage >> 8 ) in tt_face_get_kerning()
254 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
275 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
296 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
297 result = value; in tt_face_get_kerning()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttkern.c99 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
109 format = coverage >> 8; in tt_face_load_kern()
116 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
207 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
209 FT_Int value = 0; in tt_face_get_kerning() local
230 switch ( coverage >> 8 ) in tt_face_get_kerning()
254 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
275 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
296 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
297 result = value; in tt_face_get_kerning()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttkern.c99 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
109 format = coverage >> 8; in tt_face_load_kern()
116 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
207 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
209 FT_Int value = 0; in tt_face_get_kerning() local
230 switch ( coverage >> 8 ) in tt_face_get_kerning()
254 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
275 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
296 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
297 result = value; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
110 format = coverage >> 8; in tt_face_load_kern()
117 if ( ( coverage & 3U ) != 0x0001 || in tt_face_load_kern()
208 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
210 FT_Int value = 0; in tt_face_get_kerning() local
231 switch ( coverage >> 8 ) in tt_face_get_kerning()
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()
276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
297 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
298 result = value; in tt_face_get_kerning()
[all …]

12345678910>>...776