Home
last modified time | relevance | path

Searched refs:BCG (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/math/php80-bcmath/php-8.0.15/ext/bcmath/libbcmath/src/
H A Dinit.c86 BCG(_zero_) = _bc_new_num_ex (1,0,1);
87 BCG(_one_) = _bc_new_num_ex (1,0,1);
88 BCG(_one_)->n_value[0] = 1;
89 BCG(_two_) = _bc_new_num_ex (1,0,1);
90 BCG(_two_)->n_value[0] = 2;
109 *num = bc_copy_num (BCG(_zero_));
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in _bc_rm_leading_zeros()
59 *num = bc_copy_num (BCG(_zero_)); in _bc_rm_leading_zeros()
63 cmp_res = bc_compare (*num, BCG(_one_)); in _bc_rm_leading_zeros()
67 *num = bc_copy_num (BCG(_one_)); in _bc_rm_leading_zeros()
83 guess = bc_copy_num (BCG(_one_)); in _bc_rm_leading_zeros()
121 bc_divide (guess,BCG(_one_),num,rscale); in _bc_rm_leading_zeros()
/dports/math/php81-bcmath/php-8.1.1/ext/bcmath/libbcmath/src/
H A Dinit.c86 BCG(_zero_) = _bc_new_num_ex (1,0,1);
87 BCG(_one_) = _bc_new_num_ex (1,0,1);
88 BCG(_one_)->n_value[0] = 1;
89 BCG(_two_) = _bc_new_num_ex (1,0,1);
90 BCG(_two_)->n_value[0] = 2;
109 *num = bc_copy_num (BCG(_zero_));
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
83 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/www/mod_php81/php-8.1.1/ext/bcmath/libbcmath/src/
H A Dinit.c86 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
87 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
88 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
89 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
90 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
109 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
83 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/lang/php81/php-8.1.1/ext/bcmath/libbcmath/src/
H A Dinit.c86 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
87 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
88 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
89 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
90 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
109 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
83 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/lang/php80/php-8.0.15/ext/bcmath/libbcmath/src/
H A Dinit.c86 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
87 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
88 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
89 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
90 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
109 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
83 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/www/mod_php80/php-8.0.15/ext/bcmath/libbcmath/src/
H A Dinit.c86 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
87 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
88 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
89 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
90 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
109 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
83 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/lang/php73/php-7.3.33/ext/bcmath/libbcmath/src/
H A Dinit.c91 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
92 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
93 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
94 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
95 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
114 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c52 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
60 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
64 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
68 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
85 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
122 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/math/php73-bcmath/php-7.3.33/ext/bcmath/libbcmath/src/
H A Dinit.c91 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
92 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
93 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
94 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
95 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
114 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c52 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
60 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
64 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
68 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
85 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
122 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/math/php74-bcmath/php-7.4.27/ext/bcmath/libbcmath/src/
H A Dinit.c90 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
91 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
92 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
93 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
94 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
113 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
84 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/www/mod_php74/php-7.4.27/ext/bcmath/libbcmath/src/
H A Dinit.c90 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
91 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
92 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
93 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
94 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
113 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
84 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/lang/php74/php-7.4.27/ext/bcmath/libbcmath/src/
H A Dinit.c90 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
91 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
92 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
93 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
94 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
113 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c51 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
59 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
63 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
67 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
84 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/www/mod_php73/php-7.3.33/ext/bcmath/libbcmath/src/
H A Dinit.c91 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
92 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
93 BCG(_one_)->n_value[0] = 1; in bc_init_numbers()
94 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
95 BCG(_two_)->n_value[0] = 2; in bc_init_numbers()
114 *num = bc_copy_num (BCG(_zero_)); in bc_init_num()
H A Dsqrt.c52 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
60 *num = bc_copy_num (BCG(_zero_)); in bc_sqrt()
64 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
68 *num = bc_copy_num (BCG(_one_)); in bc_sqrt()
85 guess = bc_copy_num (BCG(_one_)); in bc_sqrt()
122 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt()
/dports/math/php80-bcmath/php-8.0.15/ext/bcmath/
H A Dbcmath.c169 scale = BCG(bc_precision); in PHP_FUNCTION()
220 scale = BCG(bc_precision); in PHP_FUNCTION()
271 scale = BCG(bc_precision); in PHP_FUNCTION()
312 int scale = BCG(bc_precision); in PHP_FUNCTION()
322 scale = BCG(bc_precision); in PHP_FUNCTION()
368 int scale = BCG(bc_precision); in PHP_FUNCTION()
378 scale = BCG(bc_precision); in PHP_FUNCTION()
435 scale = BCG(bc_precision); in PHP_FUNCTION()
493 scale = BCG(bc_precision); in PHP_FUNCTION()
543 scale = BCG(bc_precision); in PHP_FUNCTION()
[all …]

12345678910>>...14