summaryrefslogtreecommitdiff
path: root/libc/test/src/math/exhaustive/fmod_generic_impl_test.cpp
AgeCommit message (Expand)Author
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)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-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet
2022-06-24[libc][math] fmod/fmodf implementation.Kirill Okhotnikov