llvm-capstone/libc/utils/MPFRWrapper
Tue Ly 37458f6693 [libc][math] Move str method from FPBits class to testing utils.
str method of FPBits class is only used for pretty printing its objects
in tests.  It brings cpp::string dependency to FPBits class, which is not ideal
for embedded use case.  We move str method to a free function in test utils and
remove this dependency of FPBits class.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D152607
2023-06-10 02:50:58 -04:00
..
check_mpfr.cpp
CMakeLists.txt [libc][math] Move str method from FPBits class to testing utils. 2023-06-10 02:50:58 -04:00
mpfr_inc.h [libc] Use MPFR for strtofloat fuzzing 2023-05-22 11:04:53 -07:00
MPFRUtils.cpp [libc][math] Move str method from FPBits class to testing utils. 2023-06-10 02:50:58 -04:00
MPFRUtils.h [libc][NFC] Fixing various typos 2023-05-31 12:11:09 +00:00