Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 25 of 48) sorted by path

12

/PHP-5.5/Zend/tests/
H A Ddiv_001.phpt9 $d2 = 434234.234;
11 $c = $d2 / $d1;
15 $d2 = "434234.234";
17 $c = $d2 / $d1;
21 $d2 = "434234.234";
23 $c = $d2 / $d1;
/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/bcmath/libbcmath/src/
H A Drecmul.c186 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
226 bc_init_num(&d2 TSRMLS_CC); in _bc_rec_mul()
229 bc_sub (v0, v1, &d2, 0); in _bc_rec_mul()
230 d2len = d2->n_len; in _bc_rec_mul()
239 if (bc_is_zero(d1 TSRMLS_CC) || bc_is_zero(d2 TSRMLS_CC)) in _bc_rec_mul()
242 _bc_rec_mul (d1, d1len, d2, d2len, &m2, 0 TSRMLS_CC); in _bc_rec_mul()
259 _bc_shift_addsub (*prod, m2, n, d1->n_sign != d2->n_sign); in _bc_rec_mul()
270 bc_free_num (&d2); in _bc_rec_mul()
/PHP-5.5/ext/calendar/
H A Djewish.c435 register unsigned long int r1, r2, d1, d2; in MoladOfMetonicCycle() local
450 d2 = r2 / HALAKIM_PER_DAY; in MoladOfMetonicCycle()
451 r2 -= d2 * HALAKIM_PER_DAY; in MoladOfMetonicCycle()
456 *pMoladDay = (d2 << 16) | d1; in MoladOfMetonicCycle()
/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/date/tests/
H A DDateTimeZone_clone_basic2.phpt25 $d2 = new DateTimeZoneExt2("Europe/London");
26 var_dump($d2);
27 $d2_clone = clone $d2;
H A DDateTime_clone_basic2.phpt26 $d2 = new DateTimeExt2("2009-02-03 12:34:41 GMT");
27 var_dump($d2);
28 $d2_clone = clone $d2;
H A Dbug45543.phpt15 $d2 = new DateTime('2008-01-01 12:00:00 UTC');
17 echo $d2->format(DATE_ISO8601), PHP_EOL;
19 $d2->setTimeZone($tz);
21 echo $d2->format(DATE_ISO8601), PHP_EOL;
H A Dbug49081.phpt7 $d2 = new DateTime('2010-01-31 10:00:00');
8 $d = $d1->diff($d2);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8303 0 string 5\x0aTakahiro_Towers Quake I save: d2 Takahiro towers
/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/ext/gmp/tests/
H A D003.phpt26 $test[] = gmp_init("4d2");
27 $test[] = gmp_init("4d2", 16);
/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_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-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/mbstring/ucgendat/
H A DREADME6 ./ucgendat UnicodeData-6.0.0d7.txt -x CompositionExclusions-6.0.0d2.txt
/PHP-5.5/ext/mysqli/tests/
H A D020.phpt40 mysqli_stmt_bind_param($stmt, "sssssss", $d1, $d2, $d3, $d4, $d5, $d6, $d7);
43 $d2 = "12:49:00";
H A D026.phpt34 mysqli_stmt_bind_result($stmt, $d1, $d2);
38 $test = array($d1,$d2);
H A Dclient-cert.pem18 9a:d2:2b:59:5c:d7:8a:d3:60:68:f8:18:bd:c5:be:
20 87:8c:f6:6a:d2:ee:d8:e6:77:f6:62:66:4d:2e:16:
30 89:9c:d2:cd:60:95:20:ba:8e:e3:7c:e6:df:76:3a:7c:89:77:
/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/spl/tests/
H A Darray_026.phpt6 $test['d1']['d2'] = 'hello';
17 ["d2"]=>
H A Dspl_autoload_013.phpt20 $al2 = new Autoloader('d2');
48 string(2) "d2"
H A Dspl_autoload_014.phpt27 $al2 = new WorkingAutoloader('d2');
/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 …]

Completed in 585 milliseconds

12