Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/ext/bcmath/libbcmath/src/
H A Ddiv.c53 int carry, value; local
67 carry = 0;
71 value = *nptr-- * digit + carry;
73 carry = value / BASE;
76 if (carry != 0) *rptr = carry;
95 unsigned int qdig, qguess, borrow, carry; in bc_divide() local
238 carry = 0; in bc_divide()
241 val = (int) *ptr1 + (int) *ptr2-- + carry; in bc_divide()
245 carry = 1; in bc_divide()
248 carry = 0; in bc_divide()
[all …]
H A Ddoaddsub.c54 int carry, n1bytes, n2bytes; local
91 carry = 0;
94 *sumptr = *n1ptr-- + *n2ptr-- + carry;
97 carry = 1;
101 carry = 0;
112 *sumptr = *n1ptr-- + carry;
115 carry = 1;
119 carry = 0;
124 if (carry == 1)
H A Drecmul.c119 int count, carry; in _bc_shift_addsub() local
130 carry = 0; in _bc_shift_addsub()
137 carry = 1; in _bc_shift_addsub()
140 carry = 0; in _bc_shift_addsub()
144 while (carry) { in _bc_shift_addsub()
145 *accp -= carry; in _bc_shift_addsub()
149 carry = 0; in _bc_shift_addsub()
156 carry = 1; in _bc_shift_addsub()
159 carry = 0; in _bc_shift_addsub()
163 while (carry) { in _bc_shift_addsub()
[all …]
/PHP-7.1/Zend/
H A Dzend_strtod.c677 carry = a;
698 if (carry) {
892 carry = 0;
899 *xc = carry;
908 carry = 0;
917 *xc = carry;
922 carry = 0;
940 carry = 0;
947 *xc = carry;
2218 carry = 0;
[all …]
H A Dzend_operators.c2261 int carry=0; in increment_string() local
2295 carry=1; in increment_string()
2298 carry=0; in increment_string()
2304 carry=1; in increment_string()
2307 carry=0; in increment_string()
2313 carry=1; in increment_string()
2316 carry=0; in increment_string()
2320 carry=0; in increment_string()
2323 if (carry == 0) { in increment_string()
2328 if (carry) { in increment_string()
/PHP-7.1/ext/standard/tests/array/
H A Dbug76778.phpt8 function ($carry, $item) {
/PHP-7.1/ext/hash/
H A Dhash_whirlpool.c286 uint32_t b, carry; in PHP_WHIRLPOOLUpdate() local
293 for (i = 31, carry = 0; i >= 0 && (carry != 0 || value != L64(0)); i--) { in PHP_WHIRLPOOLUpdate()
294 carry += bitLength[i] + ((uint32_t)value & 0xff); in PHP_WHIRLPOOLUpdate()
295 bitLength[i] = (unsigned char)carry; in PHP_WHIRLPOOLUpdate()
296 carry >>= 8; in PHP_WHIRLPOOLUpdate()
/PHP-7.1/sapi/phpdbg/
H A D.phpdbginit81 # Now carry on initializing phpdbg ...
/PHP-7.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt98 (b) You must cause any modified files to carry prominent notices
/PHP-7.1/ext/mbstring/libmbfl/
H A DLICENSE169 b) You must cause the files modified to carry prominent notices
/PHP-7.1/
H A DNEWS227 . Fixed bug #75533 (array_reduce is slow when $carry is large array).
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog5088 0 => success, carry on matching
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt6017 do carry on into subsequent branches within the same subpattern. For

Completed in 111 milliseconds