Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp241 if (NextQuotientBit(top, msb, divisor)) { in Divide()
245 bool guard{NextQuotientBit(top, msb, divisor)}; in Divide()
246 bool round{NextQuotientBit(top, msb, divisor)}; in Divide()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h396 static constexpr bool NextQuotientBit( in NextQuotientBit() function