Searched refs:_bc_new_num_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | init.c | 62 bc_num _bc_new_num_ex(size_t length, size_t scale, bool persistent) in _bc_new_num_ex() function 93 BCG(_zero_) = _bc_new_num_ex(1, 0, 1); in bc_init_numbers() 94 BCG(_one_) = _bc_new_num_ex(1, 0, 1); in bc_init_numbers() 96 BCG(_two_) = _bc_new_num_ex(1, 0, 1); in bc_init_numbers()
|
H A D | bcmath.h | 81 bc_num _bc_new_num_ex(size_t length, size_t scale, bool persistent); 178 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0)
|
Completed in 8 milliseconds