No files found.
+6 −0
entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
+8 −0
stdc.td
libc/spec/stdc.td
+24 −0
ManipulationFunctions.h
libc/src/__support/FPUtil/ManipulationFunctions.h
+8 −0
CMakeLists.txt
libc/src/math/CMakeLists.txt
+74 −0
CMakeLists.txt
libc/src/math/generic/CMakeLists.txt
+19 −0
nextdown.cpp
libc/src/math/generic/nextdown.cpp
+19 −0
nextdownf.cpp
libc/src/math/generic/nextdownf.cpp
+19 −0
nextdownf128.cpp
libc/src/math/generic/nextdownf128.cpp
+19 −0
nextup.cpp
libc/src/math/generic/nextup.cpp
+19 −0
nextupf.cpp
libc/src/math/generic/nextupf.cpp
+19 −0
nextupf128.cpp
libc/src/math/generic/nextupf128.cpp
+18 −0
nextdown.h
libc/src/math/nextdown.h
+18 −0
nextdownf.h
libc/src/math/nextdownf.h
+20 −0
nextdownf128.h
libc/src/math/nextdownf128.h
+18 −0
nextup.h
libc/src/math/nextup.h
+18 −0
nextupf.h
libc/src/math/nextupf.h
+20 −0
nextupf128.h
libc/src/math/nextupf128.h
+4 −2
FPMatcher.h
libc/test/UnitTest/FPMatcher.h
+84 −0
CMakeLists.txt
libc/test/src/math/smoke/CMakeLists.txt
+43 −0
NextDownTest.h
libc/test/src/math/smoke/NextDownTest.h
+43 −0
NextUpTest.h
libc/test/src/math/smoke/NextUpTest.h
+13 −0
nextdown_test.cpp
libc/test/src/math/smoke/nextdown_test.cpp
+13 −0
nextdownf128_test.cpp
libc/test/src/math/smoke/nextdownf128_test.cpp
+13 −0
nextdownf_test.cpp
libc/test/src/math/smoke/nextdownf_test.cpp
+13 −0
nextup_test.cpp
libc/test/src/math/smoke/nextup_test.cpp
+13 −0
nextupf128_test.cpp
libc/test/src/math/smoke/nextupf128_test.cpp
+13 −0
nextupf_test.cpp
libc/test/src/math/smoke/nextupf_test.cpp