Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h145 return {UnbiasedExponent() + 1}; in EXPONENT()
312 int exponent{exponentBias + x.UnbiasedExponent()};
359 constexpr int UnbiasedExponent() const { in UnbiasedExponent() function
/llvm-project-15.0.7/flang/include/flang/Decimal/
H A Dbinary-floating-point.h65 constexpr int UnbiasedExponent() const { in UnbiasedExponent() function
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp29 int twoPow{x.UnbiasedExponent()};
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp286 int expo{UnbiasedExponent()}; in SQRT()
297 result.value.UnbiasedExponent() + adjust + exponentBias, in SQRT()