Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp129 int MaxExp = PickFP(Sem, 16, 128, 1024, 16384, 1024, 16384); in DefineFloatMacros() local
154 Builder.defineMacro(DefPrefix + "MAX_EXP__", Twine(MaxExp)); in DefineFloatMacros()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4184 auto MaxExp = X.getSemantics().maxExponent; in scalbn() local
4194 int MaxIncrement = MaxExp - (MinExp - SignificandBits) + 1; in scalbn()