_bc_new_num_ex    159 ext/bcmath/libbcmath/src/bcmath.h #define bc_new_num(length, scale)	_bc_new_num_ex((length), (scale), 0)
_bc_new_num_ex    106 ext/bcmath/libbcmath/src/init.c   BCG(_zero_) = _bc_new_num_ex (1,0,1);
_bc_new_num_ex    107 ext/bcmath/libbcmath/src/init.c   BCG(_one_)  = _bc_new_num_ex (1,0,1);
_bc_new_num_ex    109 ext/bcmath/libbcmath/src/init.c   BCG(_two_)  = _bc_new_num_ex (1,0,1);