Searched refs:y9 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_strtod.c | 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) 727 b->x[0] = y9; 731 b->x[0] = y9 & 0xffff; 732 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
|
Completed in 21 milliseconds