Searched refs:dplen (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_strtod.c | 501 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 697 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b() argument 699 (const char *s, int nd0, int nd, ULong y9, int dplen) 723 s += dplen; 726 s += dplen + 9; 2558 sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0; 2632 bc.dplen = bc.dp1 - bc.dp0; 2638 bc.dp1 = bc.dp0 + bc.dplen; 2715 if (!bc.dplen) 2997 j += bc.dplen; [all …]
|
Completed in 10 milliseconds