Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmath.c1163 int declen = dp ? s - dp : 0; in _php_math_number_format() local
1164 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 17 milliseconds