summaryrefslogtreecommitdiff
path: root/libc/test/src/math/hypotf_test.cpp
AgeCommit message (Expand)Author
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2022-01-20[libc] Implement correct rounding with all rounding modes for hypot functions.Tue Ly
2021-12-22[libc] apply formatting to testsMichael Jones
2021-01-20[libc][NFC][obvious] fix the names of MPFR testsMichael Jones
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-12-15[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.Siva Chandra Reddy
2020-12-03[libc] Add implementation of hypot.Tue Ly
2020-11-21[libc] Switch functions to using global headersMichael Jones
2020-11-03[libc][NFC][Obvious] Use the new macro to declare special constants in tests.Siva Chandra Reddy
2020-09-17[libc] Add implementation for hypotfTue Ly