Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/openssl/tests/
H A Decc.phpt32 $d2 = openssl_pkey_get_details($key2);
34 var_dump($d1 === $d2);
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation14_64bit.phpt87 1e240 x fffffffffffffb2e 4d2
103 4d2 0 $0 _0
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.phpt153 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_win1251.phpt399 CYRILLIC CAPITAL LETTER TE: Т => d2
H A Dhtml_entity_decode_macroman.phpt402 LEFT DOUBLE QUOTATION MARK: “ => d2
H A Dhtml_entity_decode_cp866.phpt395 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE: ╥ => d2
/PHP-7.4/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.4/ext/gd/libgd/
H A Dgdft.c1193 double d2 = sin (angle - 0.78539816339744830962); local
1206 brect[0] = x + gdroundupdown(brect[0], d2 > 0);
1209 brect[3] = y - gdroundupdown(brect[3], d2 > 0);
1210 brect[4] = x + gdroundupdown(brect[4], d2 < 0);
1213 brect[7] = y - gdroundupdown(brect[7], d2 < 0);
/PHP-7.4/Zend/
H A Dzend_strtod.c2416 d2 = 0;
2420 d2 = -p2;
2422 i = dshift(d, d2);
2425 if ((d2 += i) > 0)
2426 d = lshift(d, d2);
3765 U d2, eps, u; local
3850 dval(&d2) = dval(&u);
3852 word0(&d2) |= Exp_11;
3855 dval(&d2) /= 1 << j;
3894 dval(&d2) = x;
[all …]
H A Dzend_vm_execute.h4716 double d1, d2; in ZEND_ADD_SPEC_CONST_CONST_HANDLER() local
4755 double d1, d2; in ZEND_SUB_SPEC_CONST_CONST_HANDLER() local
4794 double d1, d2; in ZEND_MUL_SPEC_CONST_CONST_HANDLER() local
4972 double d1, d2; in ZEND_IS_EQUAL_SPEC_CONST_CONST_HANDLER() local
5035 double d1, d2; in ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_HANDLER() local
5098 double d1, d2; in ZEND_IS_SMALLER_SPEC_CONST_CONST_HANDLER() local
5146 double d1, d2; in ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_HANDLER() local
6739 double d1, d2; in ZEND_ADD_SPEC_CONST_TMPVARCV_HANDLER() local
6778 double d1, d2; in ZEND_SUB_SPEC_CONST_TMPVARCV_HANDLER() local
6887 double d1, d2; in ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_HANDLER() local
[all …]
H A Dzend_vm_def.h52 double d1, d2; variable
112 double d1, d2; variable
172 double d1, d2; variable
530 double d1, d2; variable
559 if (d1 == d2) {
625 double d1, d2; variable
654 if (d1 != d2) {
720 double d1, d2; variable
749 if (d1 < d2) {
800 double d1, d2; variable
[all …]
H A Dzend_operators.c1999 double d1, d2; in numeric_compare_function() local
2002 d2 = zval_get_double(op2); in numeric_compare_function()
2004 return ZEND_NORMALIZE_BOOL(d1 - d2); in numeric_compare_function()
/PHP-7.4/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-7.4/ext/hash/tests/
H A Dfnv1a64.phpt159 array( '3|!EpV?lcIi]3!LK]j xC,"6HW85 d2', '45f93db9ecbd61e2' ),
216 array( '%f0<nxKrcup!d2:J,%cZ&{^^e4Lsi2}nx.,h\'X[kOM', '99b5ca1d7ad80276' ),
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4656 derived d2 {{}, {}, 4}; // value-initialized bases

Completed in 198 milliseconds

123