Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp130 int MaxExp = PickFP(Sem, 16, 128, 1024, 16384, 1024, 16384); in DefineFloatMacros() local
155 Builder.defineMacro(DefPrefix + "MAX_EXP__", Twine(MaxExp)); in DefineFloatMacros()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp4202 auto MaxExp = X.getSemantics().maxExponent; in scalbn() local
4212 int MaxIncrement = MaxExp - (MinExp - SignificandBits) + 1; in scalbn()