Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_strtod.c717 (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)
730 b->x[0] = y9;
734 b->x[0] = y9 & 0xffff;
735 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;

Completed in 12 milliseconds