author | Siva Chandra Reddy <sivachandra@google.com> | |
Thu, 25 Jun 2020 19:09:02 +0000 (12:09 -0700) | ||
committer | Siva Chandra Reddy <sivachandra@google.com> | |
Fri, 26 Jun 2020 05:45:05 +0000 (22:45 -0700) | ||
commit | d4adac48320eb52eb5e4b01b75ad08e37f196df4 | |
tree | 141436a1bf3abcbf0b5518c6cdcf705912038a1f | tree | snapshot |
parent | 05c552ad0535f0f7c871bdd41aed02144e27afd7 | commit | diff |
libc/config/linux/aarch64/entrypoints.txt | diff | blob | history | |
libc/config/linux/api.td | diff | blob | history | |
libc/config/linux/x86_64/entrypoints.txt | diff | blob | history | |
libc/spec/stdc.td | diff | blob | history | |
libc/src/math/CMakeLists.txt | diff | blob | history | |
libc/src/math/ceill.cpp | [new file with mode: 0644] | blob |
libc/src/math/ceill.h | [new file with mode: 0644] | blob |
libc/src/math/floorl.cpp | [new file with mode: 0644] | blob |
libc/src/math/floorl.h | [new file with mode: 0644] | blob |
libc/src/math/roundl.cpp | [new file with mode: 0644] | blob |
libc/src/math/roundl.h | [new file with mode: 0644] | blob |
libc/test/src/math/CMakeLists.txt | diff | blob | history | |
libc/test/src/math/ceill_test.cpp | [new file with mode: 0644] | blob |
libc/test/src/math/floorl_test.cpp | [new file with mode: 0644] | blob |
libc/test/src/math/roundl_test.cpp | [new file with mode: 0644] | blob |
libc/utils/FPUtil/NearestIntegerOperations.h | diff | blob | history |