Searched refs:_bc_new_num_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/bcmath/libbcmath/src/ |
H A D | init.c | 44 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() function 91 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() 94 BCG(_two_) = _bc_new_num_ex (1,0,1); in bc_init_numbers()
|
H A D | bcmath.h | 103 _PROTOTYPE(bc_num _bc_new_num_ex, (int length, int scale, int persistent)); 156 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0)
|
Completed in 7 milliseconds