Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Doutput.c65 void (*out_char)(int);
67 void (*out_char)();
73 if (space) (*out_char) (' ');
78 (*out_char) ('0');
82 (*out_char) (digits[ix]);
105 (*out_char) ('0'); in bc_out_num()
118 (*out_char) ('0'); in bc_out_num()
123 (*out_char) ('.'); in bc_out_num()
132 (*out_char) ('0'); in bc_out_num()
182 (*out_char) ('.'); in bc_out_num()
[all …]
H A Ddebug.c44 out_char (int c) in out_char() function
53 bc_out_num (num, 10, out_char, 0 TSRMLS_CC); in pn()
54 out_char ('\n'); in pn()
H A Dbcmath.h150 _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int),

Completed in 8 milliseconds