Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_strtod.c754 static Bigint * s2b (CONST char *s, int nd0, int nd, ULong y9) in s2b() argument
764 b->x[0] = y9; in s2b()
768 b->x[0] = y9 & 0xffff; in s2b()
769 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1; in s2b()

Completed in 10 milliseconds