d1               1031 Zend/zend_strtod.c 	ULong d0, d1;
d1               1049 Zend/zend_strtod.c 		d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
d1               1056 Zend/zend_strtod.c 		d1 = z << k | y >> (32 - k);
d1               1060 Zend/zend_strtod.c 		d1 = z;
d1               1068 Zend/zend_strtod.c 		d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
d1               1076 Zend/zend_strtod.c 	d1 = w << k + 16 | y << k;
d1               1081 Zend/zend_strtod.c 	word1(d) = d1 >> 16 | d1 << 16;
d1               1097 Zend/zend_strtod.c 	ULong d0, d1;
d1               1103 Zend/zend_strtod.c 	d1 = word1(d) >> 16 | word1(d) << 16;
d1               1128 Zend/zend_strtod.c 	if ((y = d1)) {
d1               1147 Zend/zend_strtod.c 	if (y = d1) {
d1                187 ext/bcmath/libbcmath/src/recmul.c   bc_num m1, m2, m3, d1, d2;
d1                228 ext/bcmath/libbcmath/src/recmul.c   bc_init_num(&d1 TSRMLS_CC);
d1                230 ext/bcmath/libbcmath/src/recmul.c   bc_sub (u1, u0, &d1, 0);
d1                231 ext/bcmath/libbcmath/src/recmul.c   d1len = d1->n_len;
d1                242 ext/bcmath/libbcmath/src/recmul.c   if (bc_is_zero(d1 TSRMLS_CC) || bc_is_zero(d2 TSRMLS_CC))
d1                245 ext/bcmath/libbcmath/src/recmul.c     _bc_rec_mul (d1, d1len, d2, d2len, &m2, 0 TSRMLS_CC);
d1                262 ext/bcmath/libbcmath/src/recmul.c   _bc_shift_addsub (*prod, m2, n, d1->n_sign != d2->n_sign);
d1                272 ext/bcmath/libbcmath/src/recmul.c   bc_free_num (&d1);
d1                394 ext/calendar/jewish.c 	register unsigned long int r1, r2, d1, d2;
d1                412 ext/calendar/jewish.c 	d1 = r1 / HALAKIM_PER_DAY;
d1                413 ext/calendar/jewish.c 	r1 -= d1 * HALAKIM_PER_DAY;
d1                415 ext/calendar/jewish.c 	*pMoladDay = (d2 << 16) | d1;
d1               1571 ext/date/php_date.c 	if (Z_TYPE_P(d1) == IS_OBJECT && Z_TYPE_P(d2) == IS_OBJECT &&
d1               1572 ext/date/php_date.c 		instanceof_function(Z_OBJCE_P(d1), date_ce_date TSRMLS_CC) &&
d1               1574 ext/date/php_date.c 		php_date_obj *o1 = zend_object_store_get_object(d1 TSRMLS_CC);
d1               1108 ext/gd/libgd/gdft.c 		double d1 = sin (angle + 0.78539816339744830962);
d1               1123 ext/gd/libgd/gdft.c 		brect[1] = y - gdroundupdown(brect[1], d1 < 0);
d1               1124 ext/gd/libgd/gdft.c 		brect[2] = x + gdroundupdown(brect[2], d1 > 0);
d1               1127 ext/gd/libgd/gdft.c 		brect[5] = y - gdroundupdown(brect[5], d1 > 0);
d1               1128 ext/gd/libgd/gdft.c 		brect[6] = x + gdroundupdown(brect[6], d1 < 0);
d1                 83 ext/mbstring/oniguruma/regcomp.c   if (d1 == ONIG_INFINITE_DISTANCE || d2 == ONIG_INFINITE_DISTANCE)
d1                 86 ext/mbstring/oniguruma/regcomp.c     if (d1 <= ONIG_INFINITE_DISTANCE - d2) return d1 + d2;
d1               3828 ext/mbstring/oniguruma/regcomp.c   v1 *= distance_value(d1);
d1               3834 ext/mbstring/oniguruma/regcomp.c   if (d2->min < d1->min) return  1;
d1               3835 ext/mbstring/oniguruma/regcomp.c   if (d2->min > d1->min) return -1;
d1               1930 ext/pdo_sqlite/sqlite/src/vdbeaux.c   u32 d1, d2;          /* Offset into aKey[] of next data element */
d1               1945 ext/pdo_sqlite/sqlite/src/vdbeaux.c   d1 = szHdr1;
d1               1955 ext/pdo_sqlite/sqlite/src/vdbeaux.c     if( d1>=nKey1 && sqlite3VdbeSerialTypeLen(serial_type1)>0 ) break;
d1               1961 ext/pdo_sqlite/sqlite/src/vdbeaux.c     d1 += sqlite3VdbeSerialGet(&aKey1[d1], serial_type1, &mem1);
d1               1982 ext/pdo_sqlite/sqlite/src/vdbeaux.c     }else if( d1<nKey1 ){