Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt42 echo "This heppens when php.ini-dist is not used\n";
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h75 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
/PHP-7.4/win32/build/
H A DMakefile208 build-dist: $(BUILD_DIR)\deplister.exe
226 dist: all build-dist target
227 snap: build-snap build-devel build-dist
/PHP-7.4/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-7.4/
H A D.travis.yml4 dist: xenial
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"

Completed in 26 milliseconds