Home
last modified time | relevance | path

Searched refs:_bc_new_num_ex (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/bcmath/libbcmath/src/
H A Dinit.c48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() function
109 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
110 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
112 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
H A Dbcmath.h104 _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-5.6/ext/bcmath/
H A Dbcmath.c211 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()
/PHP-5.6/
H A DNEWS255 . Fixed bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)

Completed in 29 milliseconds