Searched refs:_bc_new_num_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | init.c | 48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() function 106 BCG(_zero_) = _bc_new_num_ex (1,0,1); in bc_init_numbers() 107 BCG(_one_) = _bc_new_num_ex (1,0,1); in bc_init_numbers() 109 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-5.5/ext/bcmath/ |
H A D | bcmath.c | 211 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()
|
Completed in 9 milliseconds