Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dsnprintf.c447 bool_int exponent_is_negative; in php_conv_fp() local
452 …p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH],… in php_conv_fp()
453 *s++ = exponent_is_negative ? '-' : '+'; in php_conv_fp()

Completed in 13 milliseconds