Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c1174 int declen = dp ? s - dp : 0; in _php_math_number_format_ex_len() local
1175 int topad = dec > declen ? dec - declen : 0; in _php_math_number_format_ex_len()
1183 s -= declen + 1; /* +1 to skip the point */ in _php_math_number_format_ex_len()
1184 t -= declen; in _php_math_number_format_ex_len()
1187 memcpy(t + 1, dp + 1, declen); in _php_math_number_format_ex_len()

Completed in 7 milliseconds