Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/standard/tests/strings/
H A Dfprintf_variation_008_64bit.phpt47 4d2
H A Dvfprintf_variation14.phpt97 1e240 x fffffb2e 4d2
111 4d2 0 $0 _0
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
/PHP-7.0/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-7.0/ext/gd/libgd/
H A Dgdft.c1186 double d2 = sin (angle - 0.78539816339744830962); local
1199 brect[0] = x + gdroundupdown(brect[0], d2 > 0);
1202 brect[3] = y - gdroundupdown(brect[3], d2 > 0);
1203 brect[4] = x + gdroundupdown(brect[4], d2 < 0);
1206 brect[7] = y - gdroundupdown(brect[7], d2 < 0);
/PHP-7.0/Zend/
H A Dzend_strtod.c2413 d2 = 0;
2417 d2 = -p2;
2419 i = dshift(d, d2);
2422 if ((d2 += i) > 0)
2423 d = lshift(d, d2);
3762 U d2, eps, u; local
3847 dval(&d2) = dval(&u);
3849 word0(&d2) |= Exp_11;
3852 dval(&d2) /= 1 << j;
3891 dval(&d2) = x;
[all …]
H A Dzend_operators.c1850 double d1, d2; in numeric_compare_function() local
1853 d2 = zval_get_double(op2); in numeric_compare_function()
1855 return ZEND_NORMALIZE_BOOL(d1 - d2); in numeric_compare_function()
/PHP-7.0/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_variant2.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,
/PHP-7.0/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()
4031 comp_distance_value(MinMaxLen* d1, MinMaxLen* d2, int v1, int v2) in comp_distance_value() argument
4037 v2 *= distance_value(d2); in comp_distance_value()
4042 if (d2->min < d1->min) return 1; in comp_distance_value()
4043 if (d2->min > d1->min) return -1; in comp_distance_value()
/PHP-7.0/ext/hash/tests/
H A Dfnv1a64.phpt161 array( '3|!EpV?lcIi]3!LK]j xC,"6HW85 d2', '45f93db9ecbd61e2' ),
218 array( '%f0<nxKrcup!d2:J,%cZ&{^^e4Lsi2}nx.,h\'X[kOM', '99b5ca1d7ad80276' ),
/PHP-7.0/ext/standard/
H A Darray.c198 double d1, d2; in php_array_key_compare_numeric() local
205 d2 = zend_strtod(s->key->val, NULL); in php_array_key_compare_numeric()
207 d2 = (double)(zend_long)s->h; in php_array_key_compare_numeric()
209 return ZEND_NORMALIZE_BOOL(d1 - d2); in php_array_key_compare_numeric()
/PHP-7.0/ext/date/
H A Dphp_date.c638 static int date_object_compare_date(zval *d1, zval *d2);
2194 static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ in date_object_compare_date() argument
2197 php_date_obj *o2 = Z_PHPDATE_P(d2); in date_object_compare_date()

Completed in 92 milliseconds

123