llvm-project/flang/lib/Decimal
peter klausler ce6f0303df [flang] Tuning up binary->decimal conversion
Use short division of big-radix values by powers of two when
converting values with negative unbiased exponents rather than
multiplication by smaller powers of five; this reduces the overall
outer iteration count. This change is a win across the entire range
of inputs.

Reviewed By: tskeith

Differential Revision: https://reviews.llvm.org/D83806
2020-07-14 13:22:26 -07:00
..
CMakeLists.txt [flang] Use the Flang cmake-functions to add targets. 2020-04-16 15:51:30 +01:00
big-radix-floating-point.h [flang] Tuning up binary->decimal conversion 2020-07-14 13:22:26 -07:00
binary-to-decimal.cpp [flang] Tuning up binary->decimal conversion 2020-07-14 13:22:26 -07:00
decimal-to-binary.cpp [flang] Fix x87 binary->decimal 2020-05-04 12:04:08 -07:00