_one_ 159 ext/bcmath/bcmath.c _bc_free_num_ex(&bcmath_globals->_one_, 1); _one_ 107 ext/bcmath/libbcmath/src/init.c BCG(_one_) = _bc_new_num_ex (1,0,1); _one_ 108 ext/bcmath/libbcmath/src/init.c BCG(_one_)->n_value[0] = 1; _one_ 137 ext/bcmath/libbcmath/src/output.c bc_divide (num, BCG(_one_), &int_part, 0); _one_ 184 ext/bcmath/libbcmath/src/output.c t_num = bc_copy_num (BCG(_one_)); _one_ 67 ext/bcmath/libbcmath/src/raise.c *result = bc_copy_num (BCG(_one_)); _one_ 112 ext/bcmath/libbcmath/src/raise.c bc_divide (BCG(_one_), temp, result, rscale); _one_ 58 ext/bcmath/libbcmath/src/raisemod.c temp = bc_copy_num (BCG(_one_)); _one_ 69 ext/bcmath/libbcmath/src/raisemod.c bc_divide (exponent, BCG(_one_), &exponent, 0); /*truncate */ _one_ 64 ext/bcmath/libbcmath/src/sqrt.c cmp_res = bc_compare (*num, BCG(_one_)); _one_ 68 ext/bcmath/libbcmath/src/sqrt.c *num = bc_copy_num (BCG(_one_)); _one_ 85 ext/bcmath/libbcmath/src/sqrt.c guess = bc_copy_num (BCG(_one_)); _one_ 122 ext/bcmath/libbcmath/src/sqrt.c bc_divide (guess,BCG(_one_),num,rscale); _one_ 49 ext/bcmath/php_bcmath.h bc_num _one_;