Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dinit.c48 _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 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.5/ext/bcmath/
H A Dbcmath.c211 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()

Completed in 13 milliseconds