Home
last modified time | relevance | path

Searched refs:gdiff (Results 1 – 25 of 267) sorted by path

1234567891011

/dports/archivers/liblz4/lz4-1.9.3/tests/
H A DMakefile156 DIFF:=gdiff
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/
H A DMakefile301 DIFF:=gdiff
/dports/archivers/sharutils/sharutils-4.15.2/
H A Dconfigure31007 if (DISPLAY= gdiff /dev/null /dev/null) 2> /dev/null; then
31008 for ac_prog in gnudiff diffgnu gdiff diff
H A Dconfigure.ac23 # Carefully avoid gdiff for X as found on SGI systems.
24 [if (DISPLAY= gdiff /dev/null /dev/null) 2> /dev/null; then]
25 AC_PATH_PROGS(DIFF, [gnudiff diffgnu gdiff diff], [no])
/dports/archivers/zstd/zstd-1.5.0/doc/educational_decoder/
H A DMakefile15 DIFF ?= gdiff
/dports/archivers/zstd/zstd-1.5.0/tests/
H A DMakefile279 DIFF:=gdiff
/dports/astro/siril/siril/subprojects/librtprocess/src/preprocess/
H A DCA_correct.cc610 …float gdiff = (rgb[1][indx + ts] - rgb[1][indx - ts]) + 0.3f * (rgb[1][indx + ts + 1] - rgb[1][ind… in CA_correct() local
616 coeff[0][1][c>>1] += gradwt * gdiff * deltgrb; in CA_correct()
617 coeff[0][2][c>>1] += gradwt * gdiff * gdiff; in CA_correct()
620gdiff = (rgb[1][indx + 1] - rgb[1][indx - 1]) + 0.3f * (rgb[1][indx + 1 + ts] - rgb[1][indx - 1 + … in CA_correct()
625 coeff[1][1][c>>1] += gradwt * gdiff * deltgrb; in CA_correct()
626 coeff[1][2][c>>1] += gradwt * gdiff * gdiff; in CA_correct()
/dports/audio/mumble/mumble-1.3.3/3rdparty/speex-build/
H A DAGC.cpp22 long double gdiff = 0.0; local
28 if (diff > gdiff)
29 gdiff = diff;
46 return gdiff;
H A DResampMark.cpp36 long double gdiff = 0.0; local
42 if (diff > gdiff)
43 gdiff = diff;
60 return gdiff;
/dports/audio/murmur/mumble-1.3.3/3rdparty/speex-build/
H A DAGC.cpp22 long double gdiff = 0.0; local
28 if (diff > gdiff)
29 gdiff = diff;
46 return gdiff;
H A DResampMark.cpp36 long double gdiff = 0.0; local
42 if (diff > gdiff)
43 gdiff = diff;
60 return gdiff;
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/tests/
H A DMakefile298 DIFF:=gdiff
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/doc/educational_decoder/
H A DMakefile14 DIFF ?= gdiff
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A DMakefile296 DIFF:=gdiff
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/doc/educational_decoder/
H A DMakefile14 DIFF ?= gdiff
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A DMakefile296 DIFF:=gdiff
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/doc/educational_decoder/
H A DMakefile14 DIFF ?= gdiff
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A DMakefile296 DIFF:=gdiff
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php7950 $gdiff = 0; // difference used for right shift alignment of page group numbers
7969 list($temppage, $gdiff) = TCPDF_STATIC::replacePageNumAliases($temppage, $replace, $gdiff);
7979 $temppage = $this->replaceRightShiftPageNumAliases($temppage, $pnalias[4], max($pdiff, $gdiff));
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php7999 $gdiff = 0; // difference used for right shift alignment of page group numbers
8018 list($temppage, $gdiff) = TCPDF_STATIC::replacePageNumAliases($temppage, $replace, $gdiff);
8028 $temppage = $this->replaceRightShiftPageNumAliases($temppage, $pnalias[4], max($pdiff, $gdiff));
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos_split.c48 GEOSGeometry* gdiff; /* difference */ in lwline_split_by_line() local
86 gdiff = GEOSBoundary(g2); in lwline_split_by_line()
88 if ( ! gdiff ) in lwline_split_by_line()
94 g2 = gdiff; gdiff = NULL; in lwline_split_by_line()
115 gdiff = GEOSDifference(g1,g2); in lwline_split_by_line()
118 if (gdiff == NULL) in lwline_split_by_line()
124 diff = GEOS2LWGEOM(gdiff, FLAGS_GET_Z(lwline_in->flags)); in lwline_split_by_line()
125 GEOSGeom_destroy(gdiff); in lwline_split_by_line()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos_split.c48 GEOSGeometry* gdiff; /* difference */ in lwline_split_by_line() local
86 gdiff = GEOSBoundary(g2); in lwline_split_by_line()
88 if ( ! gdiff ) in lwline_split_by_line()
94 g2 = gdiff; gdiff = NULL; in lwline_split_by_line()
115 gdiff = GEOSDifference(g1,g2); in lwline_split_by_line()
118 if (gdiff == NULL) in lwline_split_by_line()
124 diff = GEOS2LWGEOM(gdiff, FLAGS_GET_Z(lwline_in->flags)); in lwline_split_by_line()
125 GEOSGeom_destroy(gdiff); in lwline_split_by_line()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos_split.c48 GEOSGeometry* gdiff; /* difference */ in lwline_split_by_line() local
86 gdiff = GEOSBoundary(g2); in lwline_split_by_line()
88 if ( ! gdiff ) in lwline_split_by_line()
94 g2 = gdiff; gdiff = NULL; in lwline_split_by_line()
115 gdiff = GEOSDifference(g1,g2); in lwline_split_by_line()
118 if (gdiff == NULL) in lwline_split_by_line()
124 diff = GEOS2LWGEOM(gdiff, FLAGS_GET_Z(lwline_in->flags)); in lwline_split_by_line()
125 GEOSGeom_destroy(gdiff); in lwline_split_by_line()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos_split.c48 GEOSGeometry* gdiff; /* difference */ in lwline_split_by_line() local
86 gdiff = GEOSBoundary(g2); in lwline_split_by_line()
88 if ( ! gdiff ) in lwline_split_by_line()
94 g2 = gdiff; gdiff = NULL; in lwline_split_by_line()
115 gdiff = GEOSDifference(g1,g2); in lwline_split_by_line()
118 if (gdiff == NULL) in lwline_split_by_line()
124 diff = GEOS2LWGEOM(gdiff, FLAGS_GET_Z(lwline_in->flags)); in lwline_split_by_line()
125 GEOSGeom_destroy(gdiff); in lwline_split_by_line()
/dports/devel/aegis/aegis-4.25.D510/debian/
H A Dchangelog12739 GNU Diff, if it is called gdiff instead of diff.

1234567891011