Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h223 uint64_t a, b, c, d, ac, bc, ad, bd, tmp; in lexbor_diyfp_mul()
233 bd = b * d; in lexbor_diyfp_mul()
235 tmp = (bd >> 32) + (ad & 0xffffffff) + (bc & 0xffffffff); in lexbor_diyfp_mul()
/php-src/ext/pcre/tests/
H A Dpreg_replace2.phpt17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt243 bd => bd
H A Dstrtoupper1.phpt246 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_macroman.phpt340 GREEK CAPITAL LETTER OMEGA: Ω => bd
H A Dhtml_entity_decode_win1251.phpt337 CYRILLIC CAPITAL LETTER DZE: Ѕ => 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-src/win32/build/
H A Dconfutils.js1566 var bd = get_define('BUILD_DIR');
1567 var respd = bd + '\\resp';
1639 resp += " " + obj.replace('$(BUILD_DIR)', bd);
2058 var i, dir, bd, last;
2071 bd = FSO.BuildPath(dir, build_dirs[i]);
2072 if (bd == last) {
2075 last = bd;
2082 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), ''));
2084 if (!FSO.FolderExists(bd)) {
2085 FSO.CreateFolder(bd);
H A Dmkdist.php72 $bd = strtolower(realpath($build_dir));
/php-src/Zend/
H A Dzend_strtod.c2540 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
2905 Bfree(bd);
3029 bd = Balloc(bd0->k);
3030 Bcopy(bd, bd0);
3105 bd = pow5mult(bd, bd5);
3107 bd = lshift(bd, bd2);
3110 delta = diff(bb, bd);
3544 Bfree(bd);
3549 Bfree(bd);
/php-src/ext/gd/libgd/
H A Dgd.c279 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local
294 bd = im->blue[i] - b; in gdImageColorClosestAlpha()
297 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
544 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
566 bd = (long) (im->blue[c] - b); in gdImageColorResolveAlpha()
568 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます27379 # with hexadecimal values like: 0e 2e 50 8c 8d ba bc bd be e8 fb fc
H A Dmagic27379 # with hexadecimal values like: 0e 2e 50 8c 8d ba bc bd be e8 fb fc

Completed in 222 milliseconds