Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c1796 ULong L, lostbits, *x; local
1995 lostbits = 0;
2000 lostbits = 1;
2003 lostbits = 2;
2005 lostbits = 3;
2058 if (lostbits)
2059 lostbits = 1;
2061 lostbits = any_on(b,k);
2063 lostbits |= 2;
2068 if (lostbits) {
[all …]

Completed in 11 milliseconds