Searched defs:PRECISION (Results 1 – 3 of 3) sorted by relevance
116 // CHECK-FIXES: std::format("Hello {:{}.{}f}", VALUE, WIDTH, PRECISION); in StrFormat_macros() macro
422 #define PRECISION float macro
99 constexpr uint32_t PRECISION = FPBits<T>::FRACTION_LEN + 1; as() local