Searched refs:dplen (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_strtod.c | 497 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 714 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b() argument 716 (const char *s, int nd0, int nd, ULong y9, int dplen) 740 s += dplen; 743 s += dplen + 9; 2573 sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0; 2647 bc.dplen = bc.dp1 - bc.dp0; 2653 bc.dp1 = bc.dp0 + bc.dplen; 2729 if (!bc.dplen) 3011 j += bc.dplen; [all …]
|
Completed in 12 milliseconds