summaryrefslogtreecommitdiff
path: root/libc/test/src/math/FModTest.h
AgeCommit message (Expand)Author
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-05-07[libc][math] fmod: clear exceptions before the test instead of afterBenjamin Kramer
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-06-24[libc][math] fmod/fmodf implementation.Kirill Okhotnikov