Home
last modified time | relevance | path

Searched refs:BCD_CHAR (Results 1 – 4 of 4) sorted by last modified time

/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define BCD_CHAR(d) (d + '0') macro
H A Dnum2str.c66 *sptr++ = BCD_CHAR(*nptr++);
73 *sptr++ = BCD_CHAR(*nptr++);
75 *sptr++ = BCD_CHAR(0);
H A Ddebug.c66 for (i=0; i<len; i++) printf ("%c",BCD_CHAR(num[i]));
H A Doutput.c112 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num()
124 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num()

Completed in 13 milliseconds