Searched defs:maximum (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/src/stdio/printf_core/ | ||
H A D | float_dec_converter.h | 687 const size_t maximum = precision + 1 - digits_written; in convert_float_dec_exp_typed() local |
/llvm-project/mlir/lib/Analysis/Presburger/ | ||
H A D | Simplex.cpp | 2194 /// Internally, this computes the minimum and the maximum the inequality with in findIneqType() local |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1502 inline APFloat maximum(const APFloat &A, const APFloat &B) { maximum() function |