cmp_res            52 ext/bcmath/libbcmath/src/add.c   int cmp_res;
cmp_res            63 ext/bcmath/libbcmath/src/add.c       cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE);  /* Compare magnitudes. */
cmp_res            64 ext/bcmath/libbcmath/src/add.c       switch (cmp_res)
cmp_res            47 ext/bcmath/libbcmath/src/sqrt.c   int rscale, cmp_res, done;
cmp_res            52 ext/bcmath/libbcmath/src/sqrt.c   cmp_res = bc_compare (*num, BCG(_zero_));
cmp_res            53 ext/bcmath/libbcmath/src/sqrt.c   if (cmp_res < 0)
cmp_res            57 ext/bcmath/libbcmath/src/sqrt.c       if (cmp_res == 0)
cmp_res            64 ext/bcmath/libbcmath/src/sqrt.c   cmp_res = bc_compare (*num, BCG(_one_));
cmp_res            65 ext/bcmath/libbcmath/src/sqrt.c   if (cmp_res == 0)
cmp_res            82 ext/bcmath/libbcmath/src/sqrt.c   if (cmp_res < 0)
cmp_res            52 ext/bcmath/libbcmath/src/sub.c   int cmp_res;
cmp_res            64 ext/bcmath/libbcmath/src/sub.c       cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE);
cmp_res            65 ext/bcmath/libbcmath/src/sub.c       switch (cmp_res)