Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp128 int MinExp = PickFP(Sem, -13, -125, -1021, -16381, -968, -16381); in DefineFloatMacros() local
158 Builder.defineMacro(DefPrefix + "MIN_EXP__", "("+Twine(MinExp)+")"); in DefineFloatMacros()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4185 auto MinExp = X.getSemantics().minExponent; in scalbn() local
4194 int MaxIncrement = MaxExp - (MinExp - SignificandBits) + 1; in scalbn()