Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_strtod.c754 static Bigint * s2b (CONST char *s, int nd0, int nd, ULong y9) in s2b() argument
773 if (9 < nd0) { in s2b()
776 while(++i < nd0); in s2b()
2042 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; in zend_strtod() local
2085 nd0 = nd; in zend_strtod()
2168 if (!nd0) in zend_strtod()
2169 nd0 = nd; in zend_strtod()
2313 bd0 = s2b(s0, nd0, nd, y); in zend_strtod()

Completed in 9 milliseconds