Searched refs:declen (Results 1 – 1 of 1) sorted by relevance
1163 int declen = dp ? s - dp : 0; in _php_math_number_format() local1164 int topad = dec > declen ? dec - declen : 0; in _php_math_number_format()1172 s -= declen + 1; /* +1 to skip the point */ in _php_math_number_format()1173 t -= declen; in _php_math_number_format()1176 memcpy(t + 1, dp + 1, declen); in _php_math_number_format()
Completed in 8 milliseconds