Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h267 ValueWithRealFlags<Real> intPart{ToWholeNumber(mode)};
268 result.flags |= intPart.flags;
269 int exponent{intPart.value.Exponent()};
273 auto rshifted{intPart.value.GetFraction().SHIFTR(-shift)};
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp653 char intPart = '0' + frac.BTEST(frac.bits - 1); in DumpHexadecimal() local
654 result += intPart; in DumpHexadecimal()
682 if (intPart == '0') { in DumpHexadecimal()