Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_strtod.c497 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member
717 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b() argument
719 (const char *s, int nd0, int nd, ULong y9, int dplen)
743 s += dplen;
746 s += dplen + 9;
2576 sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0;
2650 bc.dplen = bc.dp1 - bc.dp0;
2656 bc.dp1 = bc.dp0 + bc.dplen;
2732 if (!bc.dplen)
3014 j += bc.dplen;
[all …]

Completed in 11 milliseconds