borrow            920 Zend/zend_strtod.c 	Long borrow, y; /* We need signed shifts here. */
borrow            950 Zend/zend_strtod.c 	borrow = 0;
borrow            953 Zend/zend_strtod.c 		y = (*xa & 0xffff) - (*xb & 0xffff) + borrow;
borrow            954 Zend/zend_strtod.c 		borrow = y >> 16;
borrow            955 Zend/zend_strtod.c 		Sign_Extend(borrow, y);
borrow            956 Zend/zend_strtod.c 		z = (*xa++ >> 16) - (*xb++ >> 16) + borrow;
borrow            957 Zend/zend_strtod.c 		borrow = z >> 16;
borrow            958 Zend/zend_strtod.c 		Sign_Extend(borrow, z);
borrow            962 Zend/zend_strtod.c 		y = (*xa & 0xffff) + borrow;
borrow            963 Zend/zend_strtod.c 		borrow = y >> 16;
borrow            964 Zend/zend_strtod.c 		Sign_Extend(borrow, y);
borrow            965 Zend/zend_strtod.c 		z = (*xa++ >> 16) + borrow;
borrow            966 Zend/zend_strtod.c 		borrow = z >> 16;
borrow            967 Zend/zend_strtod.c 		Sign_Extend(borrow, z);
borrow            972 Zend/zend_strtod.c 		y = *xa++ - *xb++ + borrow;
borrow            973 Zend/zend_strtod.c 		borrow = y >> 16;
borrow            974 Zend/zend_strtod.c 		Sign_Extend(borrow, y);
borrow            978 Zend/zend_strtod.c 		y = *xa++ + borrow;
borrow            979 Zend/zend_strtod.c 		borrow = y >> 16;
borrow            980 Zend/zend_strtod.c 		Sign_Extend(borrow, y);
borrow           1285 Zend/zend_strtod.c 	Long borrow, y;
borrow           1310 Zend/zend_strtod.c 		borrow = 0;
borrow           1318 Zend/zend_strtod.c 			y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
borrow           1319 Zend/zend_strtod.c 			borrow = y >> 16;
borrow           1320 Zend/zend_strtod.c 			Sign_Extend(borrow, y);
borrow           1321 Zend/zend_strtod.c 			z = (*bx >> 16) - (zs & 0xffff) + borrow;
borrow           1322 Zend/zend_strtod.c 			borrow = z >> 16;
borrow           1323 Zend/zend_strtod.c 			Sign_Extend(borrow, z);
borrow           1328 Zend/zend_strtod.c 			y = *bx - (ys & 0xffff) + borrow;
borrow           1329 Zend/zend_strtod.c 			borrow = y >> 16;
borrow           1330 Zend/zend_strtod.c 			Sign_Extend(borrow, y);
borrow           1344 Zend/zend_strtod.c 		borrow = 0;
borrow           1354 Zend/zend_strtod.c 			y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
borrow           1355 Zend/zend_strtod.c 			borrow = y >> 16;
borrow           1356 Zend/zend_strtod.c 			Sign_Extend(borrow, y);
borrow           1357 Zend/zend_strtod.c 			z = (*bx >> 16) - (zs & 0xffff) + borrow;
borrow           1358 Zend/zend_strtod.c 			borrow = z >> 16;
borrow           1359 Zend/zend_strtod.c 			Sign_Extend(borrow, z);
borrow           1364 Zend/zend_strtod.c 			y = *bx - (ys & 0xffff) + borrow;
borrow           1365 Zend/zend_strtod.c 			borrow = y >> 16;
borrow           1366 Zend/zend_strtod.c 			Sign_Extend(borrow, y);
borrow             95 ext/bcmath/libbcmath/src/div.c   unsigned int  qdig, qguess, borrow, carry;
borrow            211 ext/bcmath/libbcmath/src/div.c 	  borrow = 0;
borrow            220 ext/bcmath/libbcmath/src/div.c 		  val = (int) *ptr1 - (int) *ptr2-- - borrow;
borrow            224 ext/bcmath/libbcmath/src/div.c 		      borrow = 1;
borrow            227 ext/bcmath/libbcmath/src/div.c 		    borrow = 0;
borrow            233 ext/bcmath/libbcmath/src/div.c 	  if (borrow == 1)
borrow            147 ext/bcmath/libbcmath/src/doaddsub.c   int borrow, count, val;
borrow            170 ext/bcmath/libbcmath/src/doaddsub.c   borrow = 0;
borrow            184 ext/bcmath/libbcmath/src/doaddsub.c 	  val = - *n2ptr-- - borrow;
borrow            188 ext/bcmath/libbcmath/src/doaddsub.c 	      borrow = 1;
borrow            191 ext/bcmath/libbcmath/src/doaddsub.c 	    borrow = 0;
borrow            200 ext/bcmath/libbcmath/src/doaddsub.c       val = *n1ptr-- - *n2ptr-- - borrow;
borrow            204 ext/bcmath/libbcmath/src/doaddsub.c 	  borrow = 1;
borrow            207 ext/bcmath/libbcmath/src/doaddsub.c 	borrow = 0;
borrow            216 ext/bcmath/libbcmath/src/doaddsub.c 	  val = *n1ptr-- - borrow;
borrow            220 ext/bcmath/libbcmath/src/doaddsub.c 	      borrow = 1;
borrow            223 ext/bcmath/libbcmath/src/doaddsub.c 	    borrow = 0;