Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp222 void AdjustExponent(int by) { exponent_ += by; } in AdjustExponent() function in Fortran::decimal::IntermediateFloat
339 f.AdjustExponent(-9); in ConvertToBinary()
357 f.AdjustExponent(4); in ConvertToBinary()
362 f.AdjustExponent(1); in ConvertToBinary()
379 f.AdjustExponent(-1); in ConvertToBinary()