Home
last modified time | relevance | path

Searched refs:d1 (Results 26 – 50 of 60) sorted by relevance

123

/php-src/ext/mysqli/tests/bind_insert/
H A Ddatetime_types.phpt34 mysqli_stmt_bind_param($stmt, "sssssss", $d1, $d2, $d3, $d4, $d5, $d6, $d7);
36 $d1 = "2002-01-02";
/php-src/ext/opcache/jit/ir/
H A Dir.h257 _(NEG, d1, def, ___, ___) /* change sign */ \
258 _(ABS, d1, def, ___, ___) /* absolute value */ \
262 _(SEXT, d1, def, ___, ___) /* sign extension */ \
263 _(ZEXT, d1, def, ___, ___) /* zero extension */ \
264 _(TRUNC, d1, def, ___, ___) /* truncates to int type */ \
265 _(BITCAST, d1, def, ___, ___) /* binary representation */ \
266 _(INT2FP, d1, def, ___, ___) /* int to float conversion */ \
267 _(FP2INT, d1, def, ___, ___) /* float to int conversion */ \
268 _(FP2FP, d1, def, ___, ___) /* float to float conversion */ \
275 _(OVERFLOW, d1, def, ___, ___) /* overflow check add/sub/mul */ \
[all …]
H A Dir_aarch64.h47 _(V1, d1, s1, h1, b1) \
/php-src/ext/calendar/
H A Djewish.c431 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local
449 d1 = r1 / HALAKIM_PER_DAY; in MoladOfMetonicCycle()
450 r1 -= d1 * HALAKIM_PER_DAY; in MoladOfMetonicCycle()
452 *pMoladDay = (d2 << 16) | d1; in MoladOfMetonicCycle()
/php-src/ext/opcache/tests/
H A Drevalidate_path_01.phpt32 $d1 = realpath($dir1);
33 `mklink /j $ln $d1`;
/php-src/ext/date/tests/
H A DDateInterval_serialize-002.phpt7 $d1 = new DateTimeImmutable("1978-12-22 09:15 CET");
10 $d = $d1->diff($d2);
/php-src/ext/com_dotnet/tests/
H A Dgh8750.phpt31 $rs = $db->OpenSchema(-1, new variant(DISP_E_PARAMNOTFOUND, VT_ERROR), "{947bb102-5d43-11d1-bdbf-00…
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt263 d1 => d1
H A Dstrtoupper1.phpt266 d1 => d1
H A Dhtml_entity_decode_iso8859-15.phpt265 LATIN CAPITAL LETTER N WITH TILDE: &#xD1; => d1
266 &#xD1; => d1
H A Dhtml_entity_decode_iso8859-5.phpt265 CYRILLIC SMALL LETTER BE: &#x431; => d1
H A Dhtml_entity_decode_macroman.phpt400 EM DASH: &#x2014; => d1
H A Dhtml_entity_decode_win1251.phpt397 CYRILLIC CAPITAL LETTER ES: &#x421; => d1
/php-src/ext/gd/libgd/
H A Dgdft.c1202 double d1 = sin (angle + 0.78539816339744830962); local
1217 brect[1] = y - gdroundupdown(brect[1], d1 < 0);
1218 brect[2] = x + gdroundupdown(brect[2], d1 > 0);
1221 brect[5] = y - gdroundupdown(brect[5], d1 > 0);
1222 brect[6] = x + gdroundupdown(brect[6], d1 < 0);
/php-src/Zend/
H A Dzend_vm_execute.h5910 double d1, d2; in ZEND_ADD_SPEC_CONST_CONST_HANDLER() local
5948 double d1, d2; in ZEND_SUB_SPEC_CONST_CONST_HANDLER() local
5986 double d1, d2; in ZEND_MUL_SPEC_CONST_CONST_HANDLER() local
6152 double d1, d2; in ZEND_IS_EQUAL_SPEC_CONST_CONST_HANDLER() local
6210 double d1, d2; in ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_HANDLER() local
6268 double d1, d2; in ZEND_IS_SMALLER_SPEC_CONST_CONST_HANDLER() local
6311 double d1, d2; in ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_HANDLER() local
8067 double d1, d2; in ZEND_ADD_SPEC_CONST_TMPVARCV_HANDLER() local
8105 double d1, d2; in ZEND_SUB_SPEC_CONST_TMPVARCV_HANDLER() local
8210 double d1, d2; in ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_HANDLER() local
[all …]
H A Dzend_strtod.c1247 ULong d0, d1; local
1250 #define d1 word1(&d) macro
1276 d1 = z;
1292 d1 = w << k + 16 | y << k;
1297 word1(&d) = d1 >> 16 | d1 << 16;
1300 #undef d1
1320 ULong d0, d1; local
1325 #define d1 word1(d) macro
1347 if ((y = d1)) {
1369 if (y = d1) {
[all …]
H A Dzend_vm_def.h51 double d1, d2; variable
110 double d1, d2; variable
169 double d1, d2; variable
521 double d1, d2; variable
546 if (d1 == d2) {
601 double d1, d2; variable
626 if (d1 != d2) {
681 double d1, d2; variable
706 if (d1 < d2) {
746 double d1, d2; variable
[all …]
/php-src/ext/intl/tests/
H A Ddateformat_format.phpt78 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
82 $d1,
H A Ddateformat_format_variant2.phpt78 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
82 $d1,
H A Ddateformat_format_variant3.phpt80 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
84 $d1,
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile81 ��X�r�� ��A����<ـ:�y(��K)+����rU P�&̌(�ބ�<L��(~���߮~��"����*�}���C�1��@<d1�o4fe:+���߰F E�wp_…
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt169 30d1
/php-src/ext/random/tests/02_engine/
H A Dmt19937_serialize.phpt12 …;s:8:"9555d943";i:406;s:8:"db853a55";i:407;s:8:"506a95b4";i:408;s:8:"408155d1";i:409;s:8:"32a384a0…
H A Dall_serialize_error.phpt9 …;s:8:"9555d943";i:406;s:8:"db853a55";i:407;s:8:"506a95b4";i:408;s:8:"408155d1";i:409;s:8:"32a384a0…
16 …;s:8:"9555d943";i:406;s:8:"db853a55";i:407;s:8:"506a95b4";i:408;s:8:"408155d1";i:409;s:8:"32a384a0…
23 …;s:8:"9555d943";i:406;s:8:"db853a55";i:407;s:8:"506a95b4";i:408;s:8:"408155d1";i:409;s:8:"32a384a0…
30 …;s:8:"9555d943";i:406;s:8:"db853a55";i:407;s:8:"506a95b4";i:408;s:8:"408155d1";i:409;s:8:"32a384a0…
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4670 derived d1 {{1, 2}, {}, 4}; // full initialization

Completed in 336 milliseconds

123