Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Drounding-bits.h79 constexpr bool MustRound( in MustRound() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp561 bits.MustRound(rounding, IsNegative(), word_.BTEST(0) /* is odd */)) { in Round()