Home
last modified time | relevance | path

Searched defs:digits (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Doutput.c61 char digits[40]; in bc_out_long() local
84 stk_rec *digits, *temp; in bc_out_num() local
H A Dstr2num.c45 int digits, strscale; in bc_str2num() local
/PHP-8.1/ext/standard/
H A Dmath.c797 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase() local
828 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase_pwr2() local
863 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_zvaltobase() local
H A Dpack.c900 size_t digits = buf + sizeof(buf) - 1 - res; in PHP_FUNCTION() local
/PHP-8.1/ext/json/
H A Djson_encoder.c32 static const char digits[] = "0123456789abcdef"; variable
/PHP-8.1/ext/fileinfo/libmagic/
H A Dder.c186 uint8_t digits, i; in getlength() local
/PHP-8.1/main/
H A Dsnprintf.c380 const char *digits = (format == 'X') ? upper_digits : low_digits; in ap_php_conv_p2() local
/PHP-8.1/Zend/
H A Dzend_strtod.c4512 char *digits, *dst, *src; in zend_gcvt() local
H A Dzend_operators.c3168 int digits = 0, dp_or_e = 0; local

Completed in 47 milliseconds