scale2             94 ext/bcmath/libbcmath/src/div.c   unsigned int  len1, len2, scale2, qdigits, extra, count;
scale2            120 ext/bcmath/libbcmath/src/div.c   scale2 = n2->n_scale;
scale2            121 ext/bcmath/libbcmath/src/div.c   n2ptr = (unsigned char *) n2->n_value+n2->n_len+scale2-1;
scale2            122 ext/bcmath/libbcmath/src/div.c   while ((scale2 > 0) && (*n2ptr-- == 0)) scale2--;
scale2            124 ext/bcmath/libbcmath/src/div.c   len1 = n1->n_len + scale2;
scale2            125 ext/bcmath/libbcmath/src/div.c   scale1 = n1->n_scale - scale2;
scale2            135 ext/bcmath/libbcmath/src/div.c   len2 = n2->n_len + scale2;