Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h74 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
/PHP-8.3/win32/build/
H A DMakefile209 build-dist: $(BUILD_DIR)\deplister.exe
227 dist: all build-dist target
228 snap: build-snap build-devel build-dist
/PHP-8.3/
H A D.travis.yml4 dist: focal
/PHP-8.3/ext/gd/libgd/
H A Dgd_crop.c301 const int dist = dr * dr + dg * dg + db * db + da * da; in gdColorMatch() local
303 return (100.0 * dist / 195075) < threshold; in gdColorMatch()
H A Dgd.c318 long dist; in gdImageColorClosestAlpha() local
327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
328 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
329 mindist = dist; in gdImageColorClosestAlpha()
483 float dist; in gdImageColorClosestHWB() local
488 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
489 mindist = dist; in gdImageColorClosestHWB()
574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
599 if (dist < mindist) in gdImageColorResolveAlpha()
601 if (dist == 0) in gdImageColorResolveAlpha()
[all …]
/PHP-8.3/ext/pcre/tests/
H A Dpreg_match_error4.phpt31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
/PHP-8.3/.github/workflows/
H A Dnightly.yml452 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do

Completed in 145 milliseconds