Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dsnprintf.c341 bool exponent_is_negative; in php_conv_fp() local
346 …p = ap_php_conv_10((int64_t) decimal_point, false, &exponent_is_negative, &temp[EXPONENT_LENGTH], … in php_conv_fp()
347 *s++ = exponent_is_negative ? '-' : '+'; in php_conv_fp()

Completed in 18 milliseconds