llvm-project/libc/utils/MPFRWrapper
Siva Chandra Reddy ff6fd38552 [libc] Add implementations of rounding functions which depend rounding mode.
Namely, implementations for rint, rintf, rintl, lrint, lrintf, lrintl,
llrint, llrintf and llrintl have been added.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D93889
2020-12-29 22:22:02 -08:00
..
CMakeLists.txt [libc] Add missing LibcFPTestHelpers library 2020-09-15 14:25:34 +00:00
MPFRUtils.cpp [libc] Add implementations of rounding functions which depend rounding mode. 2020-12-29 22:22:02 -08:00
MPFRUtils.h [libc] Add implementations of rounding functions which depend rounding mode. 2020-12-29 22:22:02 -08:00
check_mpfr.cpp