Home
last modified time | relevance | path

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

/PHP-5.6/ext/bcmath/libbcmath/src/
H A Dnum2str.c49 int index, signch; local
52 signch = ( num->n_sign == PLUS ? 0 : 1 ); /* Number of sign chars. */
54 str = (char *) safe_emalloc (1, num->n_len + num->n_scale, 2 + signch);
56 str = (char *) safe_emalloc (1, num->n_len, 1 + signch);
61 if (signch) *sptr++ = '-';

Completed in 7 milliseconds