norm               98 ext/bcmath/libbcmath/src/div.c   unsigned int  norm;
norm              174 ext/bcmath/libbcmath/src/div.c       norm =  10 / ((int)*n2ptr + 1);
norm              175 ext/bcmath/libbcmath/src/div.c       if (norm != 1)
norm              177 ext/bcmath/libbcmath/src/div.c 	  _one_mult (num1, len1+scale1+extra+1, norm, num1);
norm              178 ext/bcmath/libbcmath/src/div.c 	  _one_mult (n2ptr, len2, norm, n2ptr);
norm             4632 ext/standard/string.c 	char *norm;
norm             4638 ext/standard/string.c 	norm = emalloc(len+1);
norm             4640 ext/standard/string.c 	n = norm;
norm             4674 ext/standard/string.c 	if (strstr(set, norm)) {
norm             4679 ext/standard/string.c 	efree(norm);