Searched refs:exponent_is_negative (Results 1 – 1 of 1) sorted by relevance
341 bool exponent_is_negative; in php_conv_fp() local346 …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