scale1             93 ext/bcmath/libbcmath/src/div.c   int  scale1, val;
scale1            125 ext/bcmath/libbcmath/src/div.c   scale1 = n1->n_scale - scale2;
scale1            126 ext/bcmath/libbcmath/src/div.c   if (scale1 < scale)
scale1            127 ext/bcmath/libbcmath/src/div.c     extra = scale - scale1;
scale1            177 ext/bcmath/libbcmath/src/div.c 	  _one_mult (num1, len1+scale1+extra+1, norm, num1);