Searched refs:_bc_new_num_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/bcmath/libbcmath/src/ |
H A D | init.c | 44 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() function 103 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers() 104 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers() 106 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
|
H A D | bcmath.h | 104 _PROTOTYPE(bc_num _bc_new_num_ex, (int length, int scale, int persistent)); 159 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0)
|
/PHP-7.2/ext/bcmath/ |
H A D | bcmath.c | 218 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()
|
/PHP-7.2/ |
H A D | NEWS | 2572 . Fix bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
|
Completed in 15 milliseconds