Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d354 auto predictLength = 1 + data.length*BigDigitBits / 3; in toOctalString() local
355 char[] buff = new char[predictLength]; in toOctalString()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d497 auto predictLength = 1 + data.length*BigDigitBits / 3;
498 char[] buff = new char[predictLength];