Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/libbcmath/src/
H A Doutput.c64 if (space) (*out_char) (' '); in bc_out_long()
69 (*out_char) ('0'); in bc_out_long()
73 (*out_char) (digits[ix]); in bc_out_long()
92 (*out_char) ('0'); in bc_out_num()
100 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num()
105 (*out_char) ('0'); in bc_out_num()
110 (*out_char) ('.'); in bc_out_num()
112 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num()
119 (*out_char) ('0'); in bc_out_num()
168 (*out_char) ('.'); in bc_out_num()
[all …]
H A Ddebug.c42 static void out_char (char c) in out_char() function
50 bc_out_num(num, 10, out_char, 0); in pn()
51 out_char ('\n'); in pn()
H A Dbcmath.h137 void bc_out_num(bc_num num, int o_base, void (* out_char)(char), int leading_zero);

Completed in 11 milliseconds