Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Doutput.c64 void (*out_char)(int);
66 void (*out_char)();
72 if (space) (*out_char) (' ');
77 (*out_char) ('0');
81 (*out_char) (digits[ix]);
104 (*out_char) ('0'); in bc_out_num()
117 (*out_char) ('0'); in bc_out_num()
122 (*out_char) ('.'); in bc_out_num()
131 (*out_char) ('0'); in bc_out_num()
180 (*out_char) ('.'); in bc_out_num()
[all …]
H A Ddebug.c43 out_char (int c) in out_char() function
52 bc_out_num (num, 10, out_char, 0); in pn()
53 out_char ('\n'); in pn()
H A Dbcmath.h151 _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int),

Completed in 7 milliseconds