aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/sin_test.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue1-13/+94
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue1-1/+1
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones1-1/+1
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet1-1/+1
2023-12-15[libc] Fix improper initialization of `StorageType` (#75610)Guillaume Chatelet1-1/+1
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet1-3/+3
2023-10-19[libc][math][NFC] Remove global scope constants declaration in math tests (#6...lntue1-3/+3
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-2/+2
2023-06-01[libc] Reduce math tests runtimeGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy1-2/+2
2021-12-22[libc] apply formatting to testsMichael Jones1-3/+3
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy1-1/+1
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones1-2/+2
2021-06-30[libc][NFC] Remove few deprecated FPUtil header files and test patterns.Siva Chandra Reddy1-0/+1
2021-05-13[libc] Add x86_64 implementations of double precision cos, sin and tan.Siva Chandra Reddy1-0/+32