Home
last modified time | relevance | path

Searched defs:expIter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d2766 enum ubyte expIter = 4; // iterate the base-2 exponent by 4 for every hex digit in parseDigits() local
2780 enum ubyte expIter = 1; // iterate the base-10 exponent once for every decimal digit in parseDigits() local