No files found.
+90 −0
CMakeLists.txt
libc/test/src/math/CMakeLists.txt
+18 −9
CeilTest.h
libc/test/src/math/CeilTest.h
+13 −9
FloorTest.h
libc/test/src/math/FloorTest.h
+17 −13
RoundEvenTest.h
libc/test/src/math/RoundEvenTest.h
+13 −9
RoundTest.h
libc/test/src/math/RoundTest.h
+13 −9
TruncTest.h
libc/test/src/math/TruncTest.h
+13 −0
ceilf16_test.cpp
libc/test/src/math/ceilf16_test.cpp
+13 −0
floorf16_test.cpp
libc/test/src/math/floorf16_test.cpp
+13 −0
roundevenf16_test.cpp
libc/test/src/math/roundevenf16_test.cpp
+13 −0
roundf16_test.cpp
libc/test/src/math/roundf16_test.cpp
+13 −0
truncf16_test.cpp
libc/test/src/math/truncf16_test.cpp
+35 −4
MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp