Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp234 int topLshift{top.LEADZ()}; in Divide() local
235 top = top.SHIFTL(topLshift); in Divide()
238 exponent += divisorLshift - topLshift; in Divide()