summaryrefslogtreecommitdiff
path: root/libc/test/src/math/fdimf_test.cpp
AgeCommit message (Expand)Author
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-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
2021-12-22[libc] apply formatting to testsMichael Jones
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
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-11-10[libc] Add implementations of fdim[f|l].Tue Ly