llvm-project/libc/utils/MPFRWrapper
Siva Chandra Reddy 1caedd0c55 [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.
Reviewers: abrachet

Differential Revision: https://reviews.llvm.org/D80612
2020-06-01 08:36:59 -07:00
..
CMakeLists.txt [libc] Consolidate floating point utils into a single utils library. 2020-05-15 11:08:41 -07:00
MPFRUtils.cpp [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h. 2020-06-01 08:36:59 -07:00
MPFRUtils.h [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h. 2020-06-01 08:36:59 -07:00
check_mpfr.cpp