Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c1800 ULong L, lostbits, *x; local
1999 lostbits = 0;
2004 lostbits = 1;
2007 lostbits = 2;
2009 lostbits = 3;
2062 if (lostbits)
2063 lostbits = 1;
2065 lostbits = any_on(b,k);
2067 lostbits |= 2;
2072 if (lostbits) {
[all …]

Completed in 14 milliseconds