summaryrefslogtreecommitdiff
path: root/libc/test/src/math/SqrtTest.h
AgeCommit message (Expand)Author
2025-02-13[libc][math] Improve the performance of sqrtf128. (#122578)lntue
2024-06-30[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (#96642)OverMighty
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
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet
2023-12-15[libc] Fix improper initialization of `StorageType` (#75610)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet
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-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-08-19[reland][libc][NFC] Use STL case for bitGuillaume Chatelet
2022-08-19Revert "[libc][NFC] Use STL case for bit"Guillaume Chatelet
2022-08-19[libc][NFC] Use STL case for bitGuillaume Chatelet
2022-02-08[libc] Replace type punning with bit_castGuillaume Chatelet
2022-01-13[libc] Add rounding mode support for MPFR testing macros.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-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-13[libc] Capture floating point encoding and arrange it sequentially in memoryHedin Garca
2021-04-17[libc][NFC] Make conversion from FPBits to the float point type explicit.Siva Chandra Reddy
2021-04-17[libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl.Siva Chandra Reddy