Searched refs:printBufSize (Results 1 – 1 of 1) sorted by relevance
177 constexpr size_t printBufSize = 200; in str() local178 char buffer[printBufSize]; in str()179 mpfr_snprintf(buffer, printBufSize, "%100.50Rf", value); in str()