Home
last modified time | relevance | path

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

/llvm-project/libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h687 const size_t maximum = precision + 1 - digits_written; in convert_float_dec_exp_typed() local
555 const uint32_t maximum = convert_float_decimal_typed() local
931 const uint32_t maximum = convert_float_dec_auto_typed() local
[all...]
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp2194 /// Internally, this computes the minimum and the maximum the inequality with in findIneqType() local
2218 MaybeOptimum<Fraction> maximum = computeOptimum(Direction::Up, coeffs); isRedundantEquality() local
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1502 inline APFloat maximum(const APFloat &A, const APFloat &B) { maximum() function