Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Doutput.c61 if (space) (*out_char)(' '); in bc_out_long()
65 (*out_char)('0'); in bc_out_long()
69 (*out_char)(digits[ix]); in bc_out_long()
89 (*out_char)('0'); in bc_out_num()
96 (*out_char)(BCD_CHAR(*nptr++)); in bc_out_num()
103 (*out_char)('0'); in bc_out_num()
108 (*out_char)('.'); in bc_out_num()
110 (*out_char)(BCD_CHAR(*nptr++)); in bc_out_num()
116 (*out_char)('0'); in bc_out_num()
162 (*out_char)('.'); in bc_out_num()
[all …]
H A Ddebug.c39 static void out_char(char c) in out_char() function
47 bc_out_num(num, 10, out_char, 0); in pn()
48 out_char('\n'); in pn()
H A Dbcmath.h145 void bc_out_num(bc_num num, int o_base, void (* out_char)(char), bool leading_zero);

Completed in 8 milliseconds