Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp4459 int SignificandBits = Arg.getSemantics().precision - 1; in ilogb() local
4461 Normalized.exponent += SignificandBits; in ilogb()
4463 return Normalized.exponent - SignificandBits; in ilogb()
4476 int SignificandBits = X.getSemantics().precision - 1; in scalbn() local
4477 int MaxIncrement = MaxExp - (MinExp - SignificandBits) + 1; in scalbn()