llvm-capstone/libc/utils/MPFRWrapper
Siva Chandra Reddy ca6b354229 [libc] Add range reduction functions based on Paine and Hanek algorithm.
These functions will be used in a future patch to implement
trigonometric functions. Unit tests have been added but to the
libc-long-running-tests suite. The unit tests long running because we
compare against MPFR computations performed at 1280 bits of precision.

Some cleanups or elimination of repeated patterns can be done as follow
up changes.

Differential Revision: https://reviews.llvm.org/D104817
2021-08-23 05:18:41 +00:00
..
check_mpfr.cpp
CMakeLists.txt [libc][nfc] move ctype_utils and FPUtils to __support 2021-08-06 17:29:41 +00:00
MPFRUtils.cpp [libc] Add range reduction functions based on Paine and Hanek algorithm. 2021-08-23 05:18:41 +00:00
MPFRUtils.h [libc] Add range reduction functions based on Paine and Hanek algorithm. 2021-08-23 05:18:41 +00:00