Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace2.phpt17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt244 bd => bd
H A Dstrtolower-win32.phpt243 bd => bd
H A Dhtml_entity_decode_iso8859-5.phpt205 CYRILLIC CAPITAL LETTER EN: Н => bd
H A Dhtml_entity_decode_iso8859-15.phpt205 LATIN SMALL LIGATURE OE: œ => bd
H A Dhtml_entity_decode_win1251.phpt337 CYRILLIC CAPITAL LETTER DZE: Ѕ => bd
H A Dhtml_entity_decode_macroman.phpt340 GREEK CAPITAL LETTER OMEGA: Ω => bd
H A Dhtml_entity_decode_cp866.phpt333 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => bd
H A Dhtml_entity_decode_koi8-r.phpt333 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE: ╫ => bd
H A Dbug49785.phpt215 string(2) "bd"
/PHP-8.0/win32/build/
H A Dconfutils.js1568 var bd = get_define('BUILD_DIR');
1569 var respd = bd + '\\resp';
1641 resp += " " + obj.replace('$(BUILD_DIR)', bd);
2055 var i, dir, bd, last;
2068 bd = FSO.BuildPath(dir, build_dirs[i]);
2069 if (bd == last) {
2072 last = bd;
2079 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), ''));
2081 if (!FSO.FolderExists(bd)) {
2082 FSO.CreateFolder(bd);
H A Dmkdist.php72 $bd = strtolower(realpath($build_dir));
/PHP-8.0/Zend/
H A Dzend_strtod.c2550 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
2914 Bfree(bd);
3038 bd = Balloc(bd0->k);
3039 Bcopy(bd, bd0);
3114 bd = pow5mult(bd, bd5);
3116 bd = lshift(bd, bd2);
3119 delta = diff(bb, bd);
3553 Bfree(bd);
3558 Bfree(bd);
/PHP-8.0/ext/gd/libgd/
H A Dgd.c309 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local
324 bd = im->blue[i] - b; in gdImageColorClosestAlpha()
327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
596 bd = (long) (im->blue[c] - b); in gdImageColorResolveAlpha()
598 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()

Completed in 80 milliseconds