BASE               72 bcmath/libbcmath/src/div.c 	      *rptr-- = value % BASE;
BASE               73 bcmath/libbcmath/src/div.c 	      carry = value / BASE;
BASE               95 bcmath/libbcmath/src/doaddsub.c       if (*sumptr > (BASE-1))
BASE               98 bcmath/libbcmath/src/doaddsub.c 	   *sumptr -= BASE;
BASE              113 bcmath/libbcmath/src/doaddsub.c       if (*sumptr > (BASE-1))
BASE              116 bcmath/libbcmath/src/doaddsub.c 	   *sumptr -= BASE;
BASE              187 bcmath/libbcmath/src/doaddsub.c 	      val += BASE;
BASE              203 bcmath/libbcmath/src/doaddsub.c 	  val += BASE;
BASE              219 bcmath/libbcmath/src/doaddsub.c 	      val += BASE;
BASE               63 bcmath/libbcmath/src/int2num.c   *bptr++ = val % BASE;
BASE               64 bcmath/libbcmath/src/int2num.c   val = val / BASE;
BASE               69 bcmath/libbcmath/src/int2num.c       *bptr++ = val % BASE;
BASE               70 bcmath/libbcmath/src/int2num.c       val = val / BASE;
BASE               57 bcmath/libbcmath/src/num2long.c   for (index=num->n_len; (index>0) && (val<=(LONG_MAX/BASE)); index--)
BASE               58 bcmath/libbcmath/src/num2long.c     val = val*BASE + *nptr++;
BASE              104 bcmath/libbcmath/src/recmul.c       *pvptr-- = sum % BASE;
BASE              105 bcmath/libbcmath/src/recmul.c       sum = sum / BASE;
BASE              138 bcmath/libbcmath/src/recmul.c         *accp-- += BASE;
BASE              147 bcmath/libbcmath/src/recmul.c 	*accp-- += BASE;
BASE              155 bcmath/libbcmath/src/recmul.c       if (*accp > (BASE-1)) {
BASE              157 bcmath/libbcmath/src/recmul.c         *accp-- -= BASE;
BASE              165 bcmath/libbcmath/src/recmul.c       if (*accp > (BASE-1))
BASE              166 bcmath/libbcmath/src/recmul.c 	*accp-- -= BASE;
BASE             1880 tidy/tidy.c    	TIDY_TAG_CONST(BASE);