Home
last modified time | relevance | path

Searched refs:d2 (Results 26 – 48 of 48) sorted by relevance

12

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation14_64bit.phpt97 1e240 x fffffffffffffb2e 4d2
111 4d2 0 $0 _0
H A Dstrtoupper1-win32.phpt273 d2 => d2
305 f2 => d2
H A Dconvert_cyr_string_basic.phpt149 240: d2
H A Dstrtolower-win32.phpt273 d2 => f2
H A Dhtml_entity_decode_iso8859-15.phpt267 LATIN CAPITAL LETTER O WITH GRAVE: Ò => d2
268 Ò => d2
H A Dprintf.phpt587 4d2
H A Dprintf_64bit.phpt587 4d2
H A Dhtml_entity_decode_iso8859-5.phpt267 CYRILLIC SMALL LETTER VE: в => d2
H A Dhtml_entity_decode_macroman.phpt402 LEFT DOUBLE QUOTATION MARK: “ => d2
H A Dhtml_entity_decode_win1251.phpt399 CYRILLIC CAPITAL LETTER TE: Т => d2
H A Dhtml_entity_decode_cp866.phpt395 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE: ╥ => d2
H A Dhtml_entity_decode_koi8-r.phpt395 CYRILLIC SMALL LETTER ER: р => d2
H A Dbug49785.phpt236 string(2) "d2"
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
67 var_dump($row['d2']);
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c1124 double d2 = sin (angle - 0.78539816339744830962); local
1148 brect[0] = xb + gdroundupdown(brect[0], d2 > 0);
1151 brect[3] = yb - gdroundupdown(brect[3], d2 > 0);
1152 brect[4] = xb + gdroundupdown(brect[4], d2 < 0);
1155 brect[7] = yb - gdroundupdown(brect[7], d2 < 0);
/PHP-5.5/Zend/
H A Dzend_strtod.c1489 volatile _double d, d2, eps; in zend_dtoa() local
1531 value(d2) = value(d); in zend_dtoa()
1532 word0(d2) &= Frac_mask1; in zend_dtoa()
1533 word0(d2) |= Exp_11; in zend_dtoa()
1535 if (j = 11 - hi0bits(word0(d2) & Frac_mask)) in zend_dtoa()
1536 value(d2) /= 1 << j; in zend_dtoa()
1575 value(d2) = x; in zend_dtoa()
1576 word0(d2) -= 31*Exp_msk1; /* adjust exponent */ in zend_dtoa()
1581 ds = (value(d2)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981; in zend_dtoa()
1650 value(d2) = value(d); in zend_dtoa()
[all …]
/PHP-5.5/ext/intl/tests/
H A Ddateformat_format.phpt78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
82 $d2,
H A Ddateformat_format_variant3.phpt78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
82 $d2,
H A Ddateformat_format_variant2.phpt78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
82 $d2,
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c93 distance_add(OnigDistance d1, OnigDistance d2) in distance_add() argument
95 if (d1 == ONIG_INFINITE_DISTANCE || d2 == ONIG_INFINITE_DISTANCE) in distance_add()
98 if (d1 <= ONIG_INFINITE_DISTANCE - d2) return d1 + d2; in distance_add()
4032 comp_distance_value(MinMaxLen* d1, MinMaxLen* d2, int v1, int v2) in comp_distance_value() argument
4038 v2 *= distance_value(d2); in comp_distance_value()
4043 if (d2->min < d1->min) return 1; in comp_distance_value()
4044 if (d2->min > d1->min) return -1; in comp_distance_value()
/PHP-5.5/ext/date/
H A Dphp_date.c632 static int date_object_compare_date(zval *d1, zval *d2 TSRMLS_DC);
2175 static int date_object_compare_date(zval *d1, zval *d2 TSRMLS_DC) in date_object_compare_date()
2178 php_date_obj *o2 = zend_object_store_get_object(d2 TSRMLS_CC); in date_object_compare_date()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c58504 int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby);
58505 if( d2<dist ){
58507 dist = d2;
61659 int i, rc, depth, d2, pgno, cnt;
61749 d2 = checkTreePage(pCheck, pgno, &nMinKey, i==0?NULL:&nMaxKey);
61750 if( i>0 && d2!=depth ){
61753 depth = d2;
86511 int d2 = sqlite3VdbeMakeLabel(v);
86516 sqlite3VdbeResolveLabel(v, d2);
86675 int d2 = sqlite3VdbeMakeLabel(v);
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8303 0 string 5\x0aTakahiro_Towers Quake I save: d2 Takahiro towers

Completed in 596 milliseconds

12