aboutsummaryrefslogtreecommitdiff
path: root/math/auto-libm-test-in
AgeCommit message (Expand)AuthorFilesLines
7 daysmath: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failuresAdhemerval Zanella1-4/+4
2025-05-14Implement C23 rootn.Joseph Myers1-0/+218
2025-05-09Implement C23 compoundnJoseph Myers1-0/+215
2025-03-27Implement C23 pownJoseph Myers1-0/+377
2025-03-19add inputs giving large errors for rsqrtPaul Zimmermann1-0/+16
2025-03-14Implement C23 powrJoseph Myers1-0/+307
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+68
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella1-0/+1
2025-02-03math: Fix tanf for some inputs (BZ 32630)Adhemerval Zanella1-0/+1
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella1-0/+1
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella1-0/+2
2025-01-03math: Remove no-mathvec flagJoe Ramsay1-6/+6
2025-01-02new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2piPaul Zimmermann1-0/+35
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-20math: xfail some tanpi tests for ibm128-libgccAdhemerval Zanella1-6/+6
2024-12-18math: Fix the expected carg (inf) resultsAdhemerval Zanella1-0/+11
2024-12-18math: Fix the expected atan2f (inf) resultsAdhemerval Zanella1-0/+50
2024-12-18math: Fix the expected atanf (inf) resultsAdhemerval Zanella1-0/+2
2024-12-12Implement C23 atan2piJoseph Myers1-0/+86
2024-12-11Implement C23 atanpiJoseph Myers1-0/+40
2024-12-10Implement C23 asinpiJoseph Myers1-0/+51
2024-12-09Implement C23 acospiJoseph Myers1-0/+70
2024-12-05Implement C23 tanpiJoseph Myers1-0/+83
2024-12-05math: xfail some sinpi tests for ibm128-libgccAdhemerval Zanella1-4/+4
2024-12-05math: xfail some cospi tests for ibm128-libgccAdhemerval Zanella1-6/+6
2024-12-04Implement C23 sinpiJoseph Myers1-0/+101
2024-12-04Implement C23 cospiJoseph Myers1-0/+91
2024-08-07added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann1-1/+92
2024-07-22This patch adds larger ulp errors for the log2p1 function.Paul Zimmermann1-0/+5
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers1-0/+201
2024-06-17Implement C23 log10p1Joseph Myers1-0/+57
2024-05-20Implement C23 log2p1Joseph Myers1-0/+51
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay1-2/+2
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay1-1/+1
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay1-1/+1
2023-09-18math: Add a no-mathvec flag for sin (-0.0)Wilco Dijkstra1-1/+1
2023-02-14added pair of inputs for hypotf in binary32Paul Zimmermann1-0/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-02-24math: Add more input to atanh accuracy testsSunil K Pandey1-0/+3
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey1-0/+8
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-06math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella1-44/+44
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann1-0/+45
2021-09-22Add narrowing fma functionsJoseph Myers1-161/+155
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers1-16/+16
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers1-0/+30
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann1-1/+5
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-3/+17