Home
last modified time | relevance | path

Searched refs:o_base (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Doutput.c76 void bc_out_num(bc_num num, int o_base, void (*out_char)(char), bool leading_zero) in bc_out_num() argument
91 if (o_base == 10) { in bc_out_num()
130 bc_int2num(&base, o_base); in bc_out_num()
132 bc_int2num(&max_o_digit, o_base - 1); in bc_out_num()
151 if (o_base <= 16) { in bc_out_num()
170 if (o_base <= 16) { in bc_out_num()
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