Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-std-format.cpp116 // CHECK-FIXES: std::format("Hello {:{}.{}f}", VALUE, WIDTH, PRECISION); in StrFormat_macros() macro
H A Duse-trailing-return-type.cpp422 #define PRECISION float macro
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h99 constexpr uint32_t PRECISION = FPBits<T>::FRACTION_LEN + 1; as() local