summaryrefslogtreecommitdiff
path: root/libc/test/src/math/sincosf_test.cpp
AgeCommit message (Expand)Author
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-18[libc][NFC]: Correct some comments about SDCOMP-26094. (#149317)Connector Switch
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-07-28[libc] Create a separate proxy header for math-function-macros.h (#98430)Nhat Nguyen
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-10-19[libc][math][NFC] Remove global scope constants declaration in math tests (#6...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly
2023-06-01[libc] Reduce math tests runtime furtherGuillaume Chatelet
2023-05-24[libc] Reduce the sizes of some math tests that take longest time.Tue Ly
2023-03-07[libc][math] Switch math functions to use libc_errno and fix some errno and f...Tue Ly
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-08-05[libc] Implement sincosf function correctly rounded to all rounding modes.Tue Ly
2022-08-01Reland [libc][NFC] Use STL case for arrayGuillaume Chatelet
2022-08-01Revert "[libc][NFC] Use STL case for array"Guillaume Chatelet
2022-08-01[libc][NFC] Use STL case for arrayGuillaume Chatelet
2022-03-08[libc] Add testing macros for errno and floating point exceptions.Tue Ly
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-06-30[libc][NFC] Remove few deprecated FPUtil header files and test patterns.Siva Chandra Reddy
2021-03-03[libc] Remove redundant header files included from internal paths.Siva Chandra Reddy
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-11-21[libc] Switch functions to using global headersMichael Jones
2020-08-20[libc][NFC] Switch math tests to the new ULP based tolerance.Siva Chandra Reddy
2020-06-15[lib][NFC] Split the floating point util functions into multiple files.Siva Chandra Reddy
2020-05-26[libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.Siva Chandra Reddy
2020-05-15[libc] Consolidate floating point utils into a single utils library.Siva Chandra Reddy
2020-05-05[libc] Improve information printed on failure of a math test which uses MPFR.Siva Chandra Reddy
2020-04-16[libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy