cscale             48 ext/bcmath/libbcmath/src/sqrt.c   int cscale;
cscale             86 ext/bcmath/libbcmath/src/sqrt.c       cscale = (*num)->n_scale;
cscale             98 ext/bcmath/libbcmath/src/sqrt.c       cscale = 3;
cscale            107 ext/bcmath/libbcmath/src/sqrt.c       bc_divide (*num, guess, &guess, cscale);
cscale            109 ext/bcmath/libbcmath/src/sqrt.c       bc_multiply (guess, point5, &guess, cscale);
cscale            110 ext/bcmath/libbcmath/src/sqrt.c       bc_sub (guess, guess1, &diff, cscale+1);
cscale            111 ext/bcmath/libbcmath/src/sqrt.c       if (bc_is_near_zero (diff, cscale))
cscale            113 ext/bcmath/libbcmath/src/sqrt.c 	  if (cscale < rscale+1)
cscale            114 ext/bcmath/libbcmath/src/sqrt.c 	    cscale = MIN (cscale*3, rscale+1);