Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp90 static constexpr auto DecimalSeparatorLen = 1; // '.' e.g. in writeMeasurementValue() local
92 static constexpr auto SerializationLen = MaxDigitCount + DecimalSeparatorLen; in writeMeasurementValue()