Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c505 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member
701 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b() argument
703 (const char *s, int nd0, int nd, ULong y9, int dplen)
727 s += dplen;
730 s += dplen + 9;
2562 sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0;
2636 bc.dplen = bc.dp1 - bc.dp0;
2642 bc.dp1 = bc.dp0 + bc.dplen;
2719 if (!bc.dplen)
3001 j += bc.dplen;
[all …]

Completed in 12 milliseconds