Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp177 constexpr size_t printBufSize = 200; in str() local
178 char buffer[printBufSize]; in str()
179 mpfr_snprintf(buffer, printBufSize, "%100.50Rf", value); in str()