point5             49 ext/bcmath/libbcmath/src/sqrt.c   bc_num guess, guess1, point5, diff;
point5             77 ext/bcmath/libbcmath/src/sqrt.c   point5 = bc_new_num (1,1);
point5             78 ext/bcmath/libbcmath/src/sqrt.c   point5->n_value[1] = 5;
point5             94 ext/bcmath/libbcmath/src/sqrt.c       bc_multiply (guess1, point5, &guess1, 0);
point5            109 ext/bcmath/libbcmath/src/sqrt.c       bc_multiply (guess, point5, &guess, cscale);
point5            125 ext/bcmath/libbcmath/src/sqrt.c   bc_free_num (&point5);